Connect martingale with indicator signals?
Hey Guys, how is it possible to let the EA open trades not based on the step size but to open it on the indicator signal. If I turn off martingale it only opens one trade. But I´d like to open the ea trades based on more indicator signals. For instance, RSI < 40 = Buy, if the goes back over 40 and then goes back under 40 it should open the trade at that point. I guess it should be possible with the "open on individual" but with that it doesnt connect with the other indicator.
greetings
It is possible. You can specify this on the RSI indicator under `open martin on` and then use `collective`.