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+ “”;
Hi, Can i place ATM Call or Put without specifying strike in bridge.Or any option to send strike , CE or PE info from trading view itself without modifying bridge settings.
This is needed because trading view in chrome & chartbridge is running in vps , i may set alert from tradingview mobile app without opening vps.
You can bulk import strikes, see video here http://mycoder.pro/apibridge/how-to-import-export-symbol-settings/