When you set breakeven on the M1 chart, use the Modify Variable block or a Formula block to save the ATR value from the M5 timeframe into a variable. You can then use that variable in the Stop Trail block.
Posts made by Ho3ein.sh
-
RE: modify SL based on ATRposted in Questions & Answers
-
RE: How to close a specific position without closing the othersposted in Questions & Answers
Use the "Check Trade Count" block to verify the number of open trades. When you want to close the oldest trade, use the "Counter : Pass Once" block. You should also use "Reset counter" blok when entering the first trade.
-
RE: How to create EA with Fractals indicatorposted in Questions & Answers
The Fractal indicator does not provide accurate buffers by default. I recommend creating a custom indicator first, with clearly defined buffers for both buy and sell signals. After that, the rest of the process won't be difficult.