closing trades after x period IF they're in loss
-
im trying to do this
@1 buy 1.00 if @1 100 pips In loss open @2 sell 0.5 without sl or tp
and here's what I want to do ( if @2 after 15 min is in loss 50= or more then 50 pips close @2 only) is it possible to do this with fx dreema ? -
generate mq code and import it to your projects from this link:
https://fxdreema.com/shared/1xokGRsgc
dont forget click between sections "on Tick" and "on Trade", both are used


also 1 variable:

for opposite situation create another one variable ...hope you understand it

-
@miro1360 thank you mate