├── 1.download_Nifty_BankNifty_weekly_options_data ├── Algo1_buy_top_gainer_and_sell_top_losers ├── Moving_average_crossover.py ├── NiftyMonthOptions_OHLC_vol_OI ├── README.md ├── downloadinst.bat ├── dwn_inst.py ├── nifty_future_trade.py ├── pivot_cal.py ├── rangebreak.py ├── sample_algo_banknifty_options.py ├── schedule_algo_multiday ├── stockdata_to_influxdb.py ├── supertrend.py ├── tgscreenshot_share.py ├── userdata.csv └── zerodha_util.py /1.download_Nifty_BankNifty_weekly_options_data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/1.download_Nifty_BankNifty_weekly_options_data -------------------------------------------------------------------------------- /Algo1_buy_top_gainer_and_sell_top_losers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/Algo1_buy_top_gainer_and_sell_top_losers -------------------------------------------------------------------------------- /Moving_average_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/Moving_average_crossover.py -------------------------------------------------------------------------------- /NiftyMonthOptions_OHLC_vol_OI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/NiftyMonthOptions_OHLC_vol_OI -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/README.md -------------------------------------------------------------------------------- /downloadinst.bat: -------------------------------------------------------------------------------- 1 | start "" python C:\bat\dwn_inst.py 2 | -------------------------------------------------------------------------------- /dwn_inst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/dwn_inst.py -------------------------------------------------------------------------------- /nifty_future_trade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/nifty_future_trade.py -------------------------------------------------------------------------------- /pivot_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/pivot_cal.py -------------------------------------------------------------------------------- /rangebreak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/rangebreak.py -------------------------------------------------------------------------------- /sample_algo_banknifty_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/sample_algo_banknifty_options.py -------------------------------------------------------------------------------- /schedule_algo_multiday: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/schedule_algo_multiday -------------------------------------------------------------------------------- /stockdata_to_influxdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/stockdata_to_influxdb.py -------------------------------------------------------------------------------- /supertrend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/supertrend.py -------------------------------------------------------------------------------- /tgscreenshot_share.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/tgscreenshot_share.py -------------------------------------------------------------------------------- /userdata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/userdata.csv -------------------------------------------------------------------------------- /zerodha_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jigneshpylab/ZerodhaPythonScripts/HEAD/zerodha_util.py --------------------------------------------------------------------------------