Please help me how to reopen order from signal
-
Please watch my attach picture
l want to reopen order from signal .
lt mean when price breakout will send order always c
Sorry for my English
Thank you very much
.
code
https://fxdreema.com/shared/MruJEjaPc......
problem.png -
I don't really understand what are the breakout rules, but here is something for the 2X part: https://fxdreema.com/shared/8nZymUnhc
Before Buy now, SL is calculated as the difference between ASK and ZigZag. The result is something like 0.0023, which is what I call "price fraction". In Buy now I used this directly, I named the global variable "SL". -
__I don't really understand what are the breakout rules, but here is something for the 2X part: https://fxdreema.com/shared/8nZymUnhc
Before Buy now, SL is calculated as the difference between ASK and ZigZag. The result is something like 0.0023, which is what I call "price fraction". In Buy now I used this directly, I named the global variable "SL".[/quote:28dymep0]Break Out Rule
For Long position
- MA 80 > MA300 (For Strong Trend)
- ZIGZAG Last Low is Below MA 80 (For Sideway)
- Then Price Breakout Sideway Use LastHigh ( Go Long Position)
- Set SL Lastlow + Spread
- TP 2X
- Use MM Fix Money EX. Stoploss xx.xx Will be 10$ and Tp 20$ Always
-
Because I don't really understand point 3, do you have problems detecting when to place the trade? I mean... do you detect your breakout successfully?