Select Page

Option Type is a mandatory column for OPTIDX/OPTSTK symbols. You can add same contract with different strike/type for trading, and define strike/type dynamically in your code.

AFL Example of working solution for above settings:

AlgoJi_Signal("8", "LE","NIFTY|28May2020|9200|CE","Market|MIS","1","0","100","OPTIDX","STG1");

To read about all parameters in Signal Received in Bridge, please read here.