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