TRADE WITH DIFFERING RSI VALUES
-
Please how do i make this RSI EA take first trade on a certain RSI value but if the trade hit SL the next trade (with double lot size) is to enter on a different RSI value..... Its a martingale RSI EA.
https://fxdreema.com/shared/0pWlqTCobThis part i could design works but DOESN'T obey the second RSI value when first trade SL is hit before placing next trade with double lot size. It keeps using the first RSI value
Help pls. THANKS
-
Is that RSI value supposed to be used as a SL level?
-
@l-andorrà no pls. each BUY/SELL has their individual TP n SL. I just want the first trade to be triggered at RSI 64up/36down then if that is a loss the next trade with double lotsize should be opened at different RSI value of 55up/45down.
THANK U -
@l-andorrà could u assist me on this pls. THANK U
-
Then you will need an array to store the different RSI values assigned to each individual trade. Unfortunaltely fxDreema doesn not have any block offering custom array structures. You will need a programmer here, I'm afraid.