Buy immediately when PSAR says buy. TGT 20 Points from the entry. SL will Trailing once position opened according to PSAR. Sell immediately when PSAR gives Sell signal, TGT 20 points from Entry. SL will be trailing SL according to PSAR. Will anyone able to code this ?
As per the above condition
Buy Script
CROSSOVER(CLOSE, PSAR(0.02, 0.2)) = TRUE
Sell Script:
CROSSOVER(CLOSE, PSAR(0.02, 0.2)) + 20
Trailing stop loss is not possible to code with tradescript
1 Like
Hello,
Thanks a lot for your efforts on this.
have a good weekend ahead!!!
ITS NOT A GOOD STRATERGY