Could you please help me with simple Tradescript coding:
Buy when: CLOSE > Last Sell + 100 points
Last Sell could also be the Close of the last Sell Candle.
Could you please help me with simple Tradescript coding:
Buy when: CLOSE > Last Sell + 100 points
Last Sell could also be the Close of the last Sell Candle.
hElLO tRaDeR,
CLOSE > (REF(CLOSE,1) + 100)
Sir, I want to use this for Backtesting, hence need to code this. Could you please help? Thanks.