Open a position for EA MT4 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Hello everyone, this is another utility that I wrote specifically for users using my profile with a large number of experts and sets (https://www.mql5.com/en/blogs/post/750723) . This utility is useful for working with a profile using grid strategies (averaging and martingale). As we know, such strategies periodically fall into a large drawdown and you need to be careful when opening averaging positions (do not open too many). In my profile, I use a limit of 3 positions for each EA, if this was not enough to exit the drawdown, then the positions are against a strong trend and you need to choose a key level (the most likely for a rebound or trend reversal) to open the next position. Consider the situation, some EA has opened 3 positions against the trend, then you do not want EA to continue averaging on its own, but you want to choose the price value at which to open the next position. To do this, you need: 

  1. Attach the utility “Open a position for EA” to the chart of the symbol for which the drawdown.
  2. In the “Magic_positions” parameter, register the magic number of EA whose positions are in drawdown. This is necessary so that EA takes into account the open position of the “Open a position for EA” utility, this will allow EA to control all open positions and close them at the appropriate moment.
  3. Specify the desired trading lot size for the new position in the “Lots” parameter.
  4. Set the desired price to open the next position in the “Price_for_pending_order” parameter field. The type of orders will suit “ORDERS_LIMIT” (selected in the “Type_Orders” parameter), but in some situation “ORDERS_STOP” may be useful to you, or you can just instantly open a position at the current price (without taking into account the “Price_for_pending_order” parameter) – MARKET_BUY or MARKET_SELL. 

That’s all,  I’ll describe a few more additional parameters that may come in handy.

  • “Comment_position” – comment for a new position/order, can be any (does not affect anything).
  • “Allow_only_in_direction_open_positions” – if “true”, it will allow you to open a position/order only in the direction of open positions (i.e. BUY or SELL). It’s like insurance, so as not to accidentally open a trade in another direction.
  • “Delete_order_if_position_opened” – if “true”, the pending order will be deleted if a position with the specified magic number somehow opens (for example, EA will open a position according to its logic, or another pending order with this magic number  will be trigger).
  • “Remove_utility_after_execution” – if “true”, the utility will be removed from the chart after performing its function.   

Version for MT5: https://www.mql5.com/en/market/product/107312

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享