Select Page

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

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

Solution for Amibroker

AFL Example of working solution for above settings:

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

 

Solution for MT4

Open data folder=> Expert_Signal.mqh file there you will find LongEntry,ShortEntry,ShortExit,LongExit functions ,there you will find signal string. Put correct strike|option type just after expiry.

string yo=IntegerToString(L1)+”,LE,”+sym+”|28MAY2020|18500|CE,”+ordertype+”,,”+DoubleToString(cprice,2)+”,”+IntegerToString(Quantity)+”,”+ins+”,”+stg+ “”;