Product Type can also be given through your code. For above settings, if you send a different product type in SBIN, the order will be placed in NRML, because product type in UI has precedence over product type in signal received.
The following code will result in order placement with NRML product type
AlgoJi_Signal("8", "LE","SBIN","Market|MIS","310","0","100","EQ","STG1");
The following code will give error 3307 because special characters not allowed in product type
AlgoJi_Signal("8", "LE","SBIN","Market|MIS@","310","0","100","EQ","STG1");
If product type given in settings is blank, Bridge will place order based on product type received in Signal.
To read about all parameters in Signal Received in Bridge, please read here.
Recent Discussion