StopLoss need to be defined with non-zero integer in Signal for BO and CO product type. For other order types or product types, any value in StopLoss is ignored.
Example – Signal with StopLoss = 3.50:
AlgoJi_Signal("8", "LE","SBIN","SLM|CO","310|3.50","0","100","EQ","STG1");
Bridge will give error 3308 if StopLoss is 0 or null for BO or CO. Also, if StopLoss is non-integer, error will be thrown.
To read about all parameters in Signal Received in Bridge, please read here.
Recent Discussion