Trigger price need to be defined with non-zero integer in Signal for Stop Limit and Stop Market orders. Trigger price is also required BO and CO product type. For other order types or product types, null or 0 value is also accepted.
Example – Signal with TrigPrice = 310:
AlgoJi_Signal("8", "LE","SBIN","SLM|MIS","310","0","100","EQ","STG1");
Bridge will give error 3307 if TrigPrice is 0 or null for SLL, SLM, BO or CO. Also, if Trig is non-integer, error will be thrown.
To read about all parameters in Signal Received in Bridge, please read here.
Recent Discussion