Trend hunter
-
Hello
can you please tell me how i can build this :
(https://fxdreema.com/demo/mt4-buy-sell-buy-sell-opposite-conditions)
for mt5 -
@sssorsss Looks good so far. I'd set on conditions block ID 1 on each MA, which means the cross happened on last candle.
Further you may check if there are open trades befor closing trades blocks, but maybe no need.
Last but not least, if you wait for MA cross last candle (ID=1), use once per bar block. Hence not so many unnecessary cycles have to happen (on each tick). -
I guess he means hot to create an MT5 file. You have to go to the builder, then select the Menu option Projects--> New project and then select MQL5 as its language. Easy as that.
-
@trader-philipps
thanks
but i want to build https://fxdreema.com/demo/mt4-buy-sell-buy-sell-opposite-conditions
for mq5 -
@l-andorrà thanks
i know this
but i want build
this mt4 strategy :
https://fxdreema.com/demo/mt4-buy-sell-buy-sell-opposite-conditions
for mt5 -
@sssorsss Okay, I understood. I'd create a new MT5 project and either copy & paste the blocks or you may try to import the mq4 file. Never tried, but maybe that works as well.
-
Be very careful with MT5 projects on fxDreema. After many projects on this language I'm quite disappointed on it. Not all blocks work properly due to the fizzy nature of that programming language, sorry.
-
@trader-philipps thanks