So while working on dynamic strike selection (ATM/ITM/OTM) in my sma cross over algo, but I am stuck on strike gap. Right now I am hardcoding values like 50 for NIFTY and 100 for BANKNIFTY…
Questions tagged #options
Options trading, strikes and expiries.
I have a strategy running on the Bank Nifty chart in TradingView. What I want is when a BUY signal comes -> Buy a Call Option when a SELL signal comes -> Buy a Put Option I know this is…
In the Demat tab, I can see two options: Zerodha and z erodhawithapi . What is the difference between them?
I have already implemented dynamic strike selection (ATM/ITM/OTM) and also handled strike gap while working in my Super trend algo. Now I am stuck at the next step — I have something like…
I am building an options trading algo and I am stuck on strike selection. Right now I am manually setting strikes, but I want to make it dynamic — like ATM, 1 step ITM, 1 step OTM based on…
Recently, I noticed that the JSON Bridge Syntax Generator has multiple options such as Limit Order, SL Order, Square Off Position, and others. I mostly use Strategy Orders, so I’m a little…
I am using a Indicator which is generating Buy and Sell signals, I am using this indicator on Nifty chart, when a buy signal generates then I want to Buy a CE ATM of Nifty, when sell signal…
I have a strategy running in an MT5 EA. What I want is: -When a Buy signal comes, buy a Call Option. -If any Put Option position is already open, it should be squared off first. -When a…
I have a strategy on the Nifty chart in TradingView. My logic is simple: When BUY signal comes → Buy Call Option When SELL signal comes → Buy Put Option Can AlgoDelta have a kind of feature…
27Suppose I don’t want to buy a Nifty Option at the current price of ₹90. I only want to enter if it crosses ₹100, because that’s when the “breakout” happens. But I can’t sit and stare at…
Hi everyone, While configuring the Options in JSON Bridge, I noticed that one of the Selection Type options is Symbol Based. Can someone explain what Symbol Based means, when it should be…
Whenever I trade options manually, I always have to choose ATM/OTM strike, select the correct expiry and make sure I’m picking the right contract.This takes time and sometimes I even select…