What are the trade Script

I ust wanted to know the trade script of
LTP or current candle
and previous candle

My strategy is if
LTP is less than previous candle …SELL

And can we add any points like
if it is less by 1 point sell??

Can it be done???

LAST <= REF(LOW, 1) - 1
will trigger when LTP is less than previous candle low by 1 point

Thanks tegimus

1 Like