Mql5官网 PlaceGridTrades 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


PlaceGridTrades – Version 1.04

Welcome.

Have you ever wanted an easy way to open 1, 2, 3, n trades in a grid fashion in one go, each with its own  take profit, with a configurable distance been each trade?

Did you ever want the flexibility to open either STOP or LIMIT trades?

Did you even want an additional flexibility to open trades with a unique magic number and trade comment so that you can put all your trades into one unique basket?

If you did then you have come to the right place.

PlaceGridTrades does exactly that. This was a tool created by me to help me in my trade placement. It has evolved with time and will continue to evolve based on your feedback and suggestions.

Look at the main features described below:

Ability to open 1 to many trades based on the following criteria.

  • Open SellOnly and BuyOnly trades (Stop and Limit Grid)
  • Open StopOnly and LimitOnly trades (Buy and Sell)
  • Open SellStop, SellLimit, BuyStop, BuyLimit trades.
  • Open all types of trades (EA will open both Buy, Sell, Limit and Stop trades) based on the distance specified.

Here are the main parameters:

  • TradeCountInEachSegment (integer), 1 to any number.
  • DistanceInPips (Integer) any number. Distance between each trade in the Grid of the same TradeType.
  • TakeProfitInPips (Integer) any number. Take profit for each trade regardless of the TradeType.
  • MagicNumber (Integer) any number. Unique magic number for all trades open in one iteration. If this is left unchanged all basket of trades will have the same unique number.
  • TradeComment (String). Comment set for each trade in one iteration. If this is left unchanged all basket of trades will have the same comment. The trade number in the grid will be appended to the comment.
  • Lots (Double). Lots for each trade in the grid.
  • Slippage (Integer). Maximum pips in slippage.
  • TradeType (enum). Can be any of the following values:
    • SellOnly
    • BuyOnly
    • StopOnly
    • LimitOnly
    • SellStop
    • SellLimit
    • BuyStop
    • BuyLimit
    • AllTypes

Below please find a few practical examples and corresponding settings.

TradeType – BuyStop

DistanceInPips – 20

TradeCountInEachSegment – 3

TakeProfitInPips – 30

3 BuyStop orders will be open 20, 40 and 60 pips in distance from the ASK with a take profit set at 30 pips for each trade. Say current market is at 1.0000. The following 3 BuyStop Trades will be open:

BuyStop at 1.0020 with TP at 1.0050

BuyStop at 1.0040 with TP at 1.0070

BuyStop at 1.0060 with TP at 1.0090

TradeType – StopOnly

DistanceInPips – 20

TradeCountInEachSegment – 2

TakeProfitInPips – 30

2 BuyStop and 2 SellStop orders will be open 20 and 40 pips distance from the ASK (for Buy) and BID (for Sell) with a take profit of 30 pips for each trade.

For the purpose of this example assume that both the BID and ASK is at 1.0000. The following trades will be open:

 

BuyStop at 1.0020 with TP at 1.0050

BuyStop at 1.0040 with TP at 1.0070

SellStop at 0.9980 with TP at 0.9950

SellStop at 0.9960 with TP at 0.9930

TradeType – AllTypes

DistanceInPips – 20

TradeCountInEachSegment – 1

TakeProfitInPips – 30

1 BuyStop, 1 BuyLimit, 1 SellStop and 1 SellLimit will be open 20 pips apart from the current market.

For the purpose of this example assume that both the BID and ASK is at 1.0000. The following trades will be open:

 

BuyStop at 1.0020 with TP at 1.0050

SellStop at 0.9980 with TP at 0.9950

BuyLimit at 0.9980 with TP at 1.0010

SellLimit at 1.0020 with TP at 0.9990

  • All trades will have the MagicNumber and TradeComment placed with the trades.
  • The lot size will be as set with the Lots parameter.
  • The EA will automatically adjust for 4- and 5-digit brokers. You do not have to change the pip variables to cater to this.
  • The EA must be removed once the trades are placed. It won’t repeat the cycles of placing trades UNLESS the time frame is changed or MetaTrader 4 is closed and reopened in which case the EA will reset and replace the trades based on the current market position. So it is always a good idea to remove the EA once the iteration is complete.

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

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