ALERT AND BREAKEVEN
-
Gooday
1.I made an EA that sends alerts when the stochastic crosses certain levels, it works fine except that it doesn't show the symbol name on alerts, am trading Deriv volatility indices.- The second part tis the breakeven it is supposed to breakeven when the Stochastic=reaches a certain level, but it doesn't.
Thanks, in advanced.
-
Project link https://fxdreema.com/shared/7C0hKhlgb
-
@Chen-7 I think the alert data rows always need some label, it cannot be empty.
In the BE block, you need to change the group filter as you did in the Position block.

-
@roar What do you mean by label.
The BE still doesn't trigger I adjusted it as you said.
-
@Chen-7 here is the label:

For BE, I would try setting some "pips on profit" value, maybe it cannot be empty. If that fails, reconstruct the BE using the purple blocks: for each trade -> check profit -> once per trade -> modify SL
-
@l-andorrà is it possible to use stochastic as a breakeven trigger when the stochastic crosses a certain level..?
-
@Krato Could you please open a new thread for your questions instead of using this one?
-
@roar Thank you