├── MISC ├── get_last_weekday_list_version.py ├── get_last_weekday_numpy_version.py └── webhook_server │ ├── breeze_webhook_server.py │ └── readme.md ├── Option_Plus.py ├── README.md ├── get_started.py └── webinar ├── Analysing_historical_market_data_from_Breeze_API_using_Pandas_framework.py ├── Convert_JsonOutput_to_DataFrame.py ├── Equity_data_to_dataframe.py ├── How_to_save_historical_data_in_dataframe.py ├── MTF_Place_order_code ├── Multiples_Stock_token_WebsocketSubscription.py ├── ORB_webinar_file.txt ├── Option_Greeks_Calculation_using_OptionChain.py ├── Predefined_StraddleStrategy_SDK.py ├── README.md ├── Researching_trading_strategies_using_Pandas_framework.py ├── breeze_webinar_20230215.py ├── breeze_webinar_auto_strike_selection_20230407.py ├── chatGPT.py ├── how_to_calculate_sma.py ├── how_to_place_option_order.py ├── how_to_use_websockets.py ├── rsi_ema.txt ├── rsi_ema_executional_code.txt ├── rsi_strategy_code.py ├── trailing_stoploss.py └── trailing_stoploss_through_websocket.py /MISC/get_last_weekday_list_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/MISC/get_last_weekday_list_version.py -------------------------------------------------------------------------------- /MISC/get_last_weekday_numpy_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/MISC/get_last_weekday_numpy_version.py -------------------------------------------------------------------------------- /MISC/webhook_server/breeze_webhook_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/MISC/webhook_server/breeze_webhook_server.py -------------------------------------------------------------------------------- /MISC/webhook_server/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/MISC/webhook_server/readme.md -------------------------------------------------------------------------------- /Option_Plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/Option_Plus.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/README.md -------------------------------------------------------------------------------- /get_started.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/get_started.py -------------------------------------------------------------------------------- /webinar/Analysing_historical_market_data_from_Breeze_API_using_Pandas_framework.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Analysing_historical_market_data_from_Breeze_API_using_Pandas_framework.py -------------------------------------------------------------------------------- /webinar/Convert_JsonOutput_to_DataFrame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Convert_JsonOutput_to_DataFrame.py -------------------------------------------------------------------------------- /webinar/Equity_data_to_dataframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Equity_data_to_dataframe.py -------------------------------------------------------------------------------- /webinar/How_to_save_historical_data_in_dataframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/How_to_save_historical_data_in_dataframe.py -------------------------------------------------------------------------------- /webinar/MTF_Place_order_code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/MTF_Place_order_code -------------------------------------------------------------------------------- /webinar/Multiples_Stock_token_WebsocketSubscription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Multiples_Stock_token_WebsocketSubscription.py -------------------------------------------------------------------------------- /webinar/ORB_webinar_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/ORB_webinar_file.txt -------------------------------------------------------------------------------- /webinar/Option_Greeks_Calculation_using_OptionChain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Option_Greeks_Calculation_using_OptionChain.py -------------------------------------------------------------------------------- /webinar/Predefined_StraddleStrategy_SDK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Predefined_StraddleStrategy_SDK.py -------------------------------------------------------------------------------- /webinar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/README.md -------------------------------------------------------------------------------- /webinar/Researching_trading_strategies_using_Pandas_framework.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/Researching_trading_strategies_using_Pandas_framework.py -------------------------------------------------------------------------------- /webinar/breeze_webinar_20230215.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/breeze_webinar_20230215.py -------------------------------------------------------------------------------- /webinar/breeze_webinar_auto_strike_selection_20230407.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/breeze_webinar_auto_strike_selection_20230407.py -------------------------------------------------------------------------------- /webinar/chatGPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/chatGPT.py -------------------------------------------------------------------------------- /webinar/how_to_calculate_sma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/how_to_calculate_sma.py -------------------------------------------------------------------------------- /webinar/how_to_place_option_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/how_to_place_option_order.py -------------------------------------------------------------------------------- /webinar/how_to_use_websockets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/how_to_use_websockets.py -------------------------------------------------------------------------------- /webinar/rsi_ema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/rsi_ema.txt -------------------------------------------------------------------------------- /webinar/rsi_ema_executional_code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/rsi_ema_executional_code.txt -------------------------------------------------------------------------------- /webinar/rsi_strategy_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/rsi_strategy_code.py -------------------------------------------------------------------------------- /webinar/trailing_stoploss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/trailing_stoploss.py -------------------------------------------------------------------------------- /webinar/trailing_stoploss_through_websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Idirect-Tech/Breeze-Python-Examples/HEAD/webinar/trailing_stoploss_through_websocket.py --------------------------------------------------------------------------------