Code strategy

Dear Zerodha,

As per the subject concerned code my strategy for short sell. I've few Scenarios for you.

SCENARIO 1 :- OPEN = HIGH, @ 9:15 AM, Execute @ 9:16 A.M.

Such that,

a) High> Prev.Close.

b) Strictly , Don't Short Sell (or) Do Not Trade if, HIGH < = Prev.Close

c) Keep SL-M, Tr. Price = < 0.1 % of Today's High

SCENARIO 2 :- Execute Short Sell if :-

Today HIGH >= 0.35 % of Prev. High 

Such that,

a) Don't Execute Short Sell if :- Today's High < Prev.Close @ 9:15 A.M. to 9:20 A.M.

b) Keep SL-M, Tr. Price <= 0.1 % of Today's High

Please don't disclose answer/my question on this tradingqna.com , Requesting to email me: [email protected]

As per above query 

Buy Script:

HIGH>REF(CLOSE,1)

you can n't give percentage with tradescript as per above condition

1 Like

How to Code for :-
1)Don’t Short Sell (or) Do Not Trade if, HIGH < = Prev.Close.
Also i’m asking you for : Short Sell
Buy Script ? I Didn’t understood.