Understanding of trigger_values

ganeshnsirsi

Hi,

Please confirm if my understanding of the GTT (Good 'Till Triggered) two-leg order concept is accurate. In the given scenario, if the current Last Traded Price (LTP) is 740, the order will be initiated at 742. The system is designed to cancel all orders with a loss if the LTP falls to 702. Specifically, if the LTP reaches 798, only the order initiated at 702 will be canceled. The order details are as follows:

Additionally, please confirm that the order will only be initiated if the price progresses from 740 ->742
{
"exchange": "NSE",
"tradingsymbol": "INFY",
"trigger_values": [702.0, 798.0],
"last_price": 742.0
}

Could you please provide an example in json to place for BANKNIFTY2341339900PE BUY order with 2 legs?
Tagged:
Sign In or Register to comment.