Kotak-Neo / kotak-neo-api

96 stars 80 forks source link

How to access indicator like Moving Average or MA Cross etc for entry and exit #189

Open Jignesh108108 opened 1 week ago

Jignesh108108 commented 1 week ago

How to access indicator like moving average for entry and exit at market price

tejas-adhude commented 1 week ago

you have code it your own , u can implement indicators using pandas library and the historic candle data.

Jignesh108108 commented 6 days ago

Thanks for reply sir Please guide how to access live candle data as I'm developing option trading strategy. I want candle data of 1 minute of timeframe so please guide how to select/choose timeframe.

tejas-adhude commented 2 days ago

kotak neo dosen't provide the api for historic data. you can use zerodha for it.