Help with RSI EA
-
Trade plan: When Rsi 7 period crosses above 70 I want to sell the next lower low candle that happens after the cross. When the Rsi 7 period crosses below 30 I am wanting to buy the next higher high candle after the cross.
Issue im having is after I code it and go to the strategy tester I get zero trades. I am lost on what im doing wrong as everything in the conditions looks right to me at least. I am new at this so im prob overlooking something I don't know about yet.
here is what I have so far. https://fxdreema.com/shared/uPUQN3Vec
-
change your all condition same as the picture
">" or "<"
ID 1 , 2never using ID 0 , ID 0 not a complete candle and have the problem for calculating
-
@xfire Its print trades now! some issues with some logic though still it not printing where I want it too. time to dig again lol Thanks!
-
I recommend you to select a trailing step of 1 in your trailing stop block. Now it's set to 0 and that can create some issues.
