OPTIONS

CREATE NEW STRATEGY FOR TRADING IN OPTIONS :

In the image below, you can see the Options screen

STEP 1 :

Select a New Strategy from the right top corner. Give a unique Name for the strategy. Select the relevant Rule as applicable to your strategy in Amibroker / Trading view (Refer to Modules section in the documentation for complete details on various Rules):

  • Long Only Module - If your Strategy is Long Only

  • Short Only Module - If your Strategy is Short Only

  • Long + Short Module - If your Strategy provides BUY/SELL signals.

  • Long + Short Module - If your Strategy provides BUY/SELL/SHORT/COVER signals.

  • Stop + Reversal Module - If your Strategy is always Long/Short.

Select the Segment – Options. Select Instrument – NIFTY / BANKNIFTY / FINNIFTY. Select the Expiry – Choose from the drop-down the expiry date. Select the Strike – Choose from the drop-down (ATM/ITM/OTM). Select Option Type: BUYING / SELLING/ HEDGING. Select the Order Type – MIS / NRML. Select the Price Type – Only Market Orders are supported as of now. Enter Number of Lots to trade. Select Split Qty if the Qty is greater than Freeze Qty. Select Rollover – Choose from the Drop down. Options will be Rolled over on expiry day at 15:15 pm. Select Rollover Strike - Choose from the drop-down (ATM/ITM/OTM). Provide Chart Symbol – optional, any name can be provided for reference. TGT – Optional, can provide Target as % or Points. TGT Value – Specify the value that you wish to set as Target. SL – Optional, can provide Target as % or Points. SL Value – Specify the value that you wish to set as Stoploss. Start Time – Default is 09:15, you can change if required. End Time – Optional, you can set the End Time if required. Square Off Time - You can set Square Off Time it will be triggered to Square Off on that time. Expiry Square Off Time - You can set Expiry Square Off Time This feature ensures that any open positions are automatically squared off on the time. Remarks – Optional, you can update with any text. SUBMIT the details updated. Copy the Long URL for use in Amibroker and either the Long / Tiny URL for Trading view. Additionally for Trading View copy the Custom Data which needs to be pasted in the Message box of Tradingview. eg:


   {
     "date": "{{timenow}}",
      "action": "{{strategy.order.action}}"
   }
            

Use the Back button to go back to My Strategies section where you will find the Strategy that you just created.

STEP 2 : Enable the Strategy created. The one created using Step 1 will be INACTIVE by default. Enable the Live / Paper Trades by clicking on the relevant button provided.

STEP 3 : Create Alert in TradingView. Open the Chart with the Strategy that you wish to Algo Trade. Create the Alert for the Strategy. Paste the Custom Data from the My Strategies in the Message section of the Alert. Paste the Long / Tiny URL in the Webhook URL under Notifications Tab of the Alert. Create the Alert after giving relevant name. Any Alerts generated will now be executed automatically in your account. For Amibroker use the relevant Module (refer to Modules section for more details) and in the Parameters section, paste the Long URL only and enable Algo for activating algo trading.

Last updated