How to set a break even at?
-
Any help guys?
-
You can use "BreakEvent" block.

Or you can get ideas from the examples given at
-
It is not working with my EA. I have set a variable for the break even at, it should be the difference between the upper BB and lower BB (20, 0.02) + The spread. And I have notices while backtesting that it is not working properly.
https://fxdreema.com/shared/kB93GmjZc -

- This should be "lower band", yes?
- Connect those formula blocks to something (anything), every block needs a connection, otherwise it will never run.
- Be careful when working with both pips and price values. This formula will give you something like 0.0000123 -> you need to multiply it by 10000 to get pips.