Mql5官网 Cm EA TrailingStopOrders 外汇EA

Mql5官网 Cm EA TrailingStopOrders 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 Cm EA TrailingStopOrders 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


The algorithm of the adviser’s work:
When the Expert Advisor is launched at a specified distance from the price (first_step), BuyStop and SellStop orders are placed. Further, depending on which way the price went, one of them becomes market, and the other begins to crawl after the price. When the price rolls back, it also becomes market. If we have reached a set profit in some direction, the order is closed and a creeping pending order of the same direction is placed again. If the profit is not reached, and the price has turned around, we start averaging, also placing creeping pending orders, until eventually the entire averaging network comes out in plus and closes according to the total set profit.
The Expert Advisor is very flexible and has a lot of possibilities for both opening and closing orders.
You can set the trade in only one direction of your choice (allow_delky_viu and ALLOW_DELK_SELL) or even forbid him to place the first pending orders at launch (forbid_first_order) and then he turns into your assistant in manual trading.
That is, it will turn on and accompany orders only after you manually place an order using some system of your own. Orders can be placed based on the signal of the RSI indicator (Indicator settings = “RSI”)
There is also a trawl, by candlesticks, fractals or points, various options for closing orders.
If you are interested in this Expert Advisor, then carefully read the comments to each of the settings – it describes in detail what it is responsible for.

Settings Options:

  • allow_delky_viu = true; //allow Buy
  • transactions allow_delk_sell = true; //allow Sell
  • transactions prohibit first_order = true; //prohibit placing the first order, start working only if there is a market order with Magic Magic. 
  • open_order to_trend = false; //open orders by trend 
  • first_step = 10; //the first step from the current price in pips
  • is not to put the order closer = 30; //do not put the pending order closer than OrdersMinSart points from the current price
  • , the step of displacement = 5; //the step of moving the pending order
  • is the distance between the orders = 30; //the distance between orders in pips
  • is the maximum loss = 100000; //the maximum loss of the direction, after which transactions in this direction are not opened 
  • ubytok_zakr.by_consult.profit = 10.0; //the maximum loss of the direction, after which there is a closure only for the total profit
  • of the order volume = 0.1; //order volume 
  • add_to_order volume = 0.0; //add this value to the lot of subsequent orders
  • multiplication of_order volume = 1.5; //multiply the lot of subsequent orders by this value
  • profit_order.2_directions = 10.0; //profit for closing orders of all directions in the deposit currency (works at the moment when the maximum loss is reached loss_order.by_consult.profit of one direction)
  • profit_zakr.1_direction = 50.0; //profit for closing orders of one direction in the deposit currency 
  • To_autoraction_profits = 50; //coefficient of auto-calculation of profit (if greater than 0, then the profit_account.1_direction is ignored) 
  • loss for closing = 100000.0; //loss for closing orders of one direction in the deposit currency   
  • Seting_trall = “0-disabled 1-candlesticks 2-fractals >2-points”;
  • long_trall = 1; // length of the trall_trall
  • step = 0; // trall step – move the stoploss no closer than
  • the step_trall minimal_profit_trall = 10; // minimum profit of the trall in pips extern
  • timeframe candlesticks or fractals = 15; // timeframe candles or fractals for a thrall (0-current)   
  • Magic = 777; //integer font_size = 10; //font size in units
  • of color_information output = Lime; //information output color 
  • Stoploss = 0; //stoploss in points 
  • Takeprofit = 0; //takeprofit in points   
  • Indicator settings = “RSI”;
  • open_1_order to the indicator = false; //if false, we open orders from the market without taking into account the
  • oversold zone indicator= 15; //when entering the zone, we place the first order
  • of the overbought zone = 85; //when entering the zone, we place the first order 
  • RSI_Period = 5; timeframe of the indicator = 0; //0 current, 1 – minute, 60 – hour …

图片[1]-Mql5官网 Cm EA TrailingStopOrders 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞26 分享
相关推荐