There is limit on geeting historical data or quote of ticker per second which if i am not wrong than it is below 100. So technically it is not possible for using this API unless zerodh provide extended ticker access at special request.
Thanks
Also check api new calls
iceberg_legs: Total number of legs for iceberg order type (number of legs per Iceberg should be between 2 and 10)
iceberg_quantity: Split quantity for each iceberg leg order (quantity/iceberg_legs)
Use this bit of code, change acording to yr requirement.
try:
order_status = kite.order_history(order_id)
except requests.exceptions.Timeout:
print ("030.>> A Timeout has occurred for f…
As a alternative, you can define order placing logic and than pass necessary parameter for better execution of order. here you go
def place_order(variety, exchange, trading_symbol, transaction_type, product=None, quantity=None, order_type=None, pri…
trading symbol is wrong - Use NIFTY22MAR17000PE. You can find trading symbol either from Instrument list or open chart of particular ticker and will find instrument symbol in address bar. e.g. https://kite.zerodha.com/chart/web/tvc/NFO-OPT/NIFTY2…
It seems very good trading set up. But please also share logic of trade if possible so that it help on taking decision for subscribing.
CA Rahul Patel
+91 95588 91003
Yes You have to subscribe for Historical API.
And here is my code which will help u in getting RSI of VIX 3 Mint Time Frame and 14 period.
It will keep recalculatin at 15 Second Interval.
def get_historicaldata(token=264969):
enddate = dt.d…
Please contact me on +919558891003 for further discussion.
But as per me, for better Algo define below parameter also before moving on.
1. Start Time
2. SL in % or Value
3. Trailing Stop Loss
4. Target
5. any other risk management parameter
We ha…