for example if price touch the level of RSI > 85 , then EA is set to "buy only". ( EA will only look for the buying match condition , and ignoring the sell signal). This 'buying only' is will always be like that until sometime price touch the level of RSI < 15. The EA then will be in "Sell only".
Usually I do this manually set in the option. Hopefully if it can be automatically set.
If I do the automatically set , can I change it in the middle of the run ? for example if EA is already set to buy only , can i manually set it to sell only ?
about top to bottom. I want EA to count from top to bottom in range like 8 candle days , or 12 candle days.
for example .... eurusd price bottom at 1.5000 and going to swing major top at 1.8000 . I need to count how many candle days from the swing bottom to swing top. Is it 15 candle days or how many candle days. I need to get that info. Then I will calculate that info for projecting the next reversal day. Something like that. I'm planning to make the swing top or bottom from the zig zag indicator. Or perhaps how many days from the oversold RSI come to overbought RSI.
I want to make some reversal day EA with the management. But still dont know where from to start. Hopefully fxdreema can help
cheers