├── NSE_instruments.csv ├── README.md ├── access_token.py ├── connect.py ├── kc_adx.py ├── kc_atr.py ├── kc_bb.py ├── kc_doji.py ├── kc_fetch_ticks.py ├── kc_hammer.py ├── kc_macd.py ├── kc_maru_bozu.py ├── kc_orders.py ├── kc_other_apis.py ├── kc_pattern_scanner.py ├── kc_pivot_point.py ├── kc_renko.py ├── kc_rsi.py ├── kc_shooting_star.py ├── kc_slope.py ├── kc_stream_sqlite3.py ├── kc_streaming.py ├── kc_supertrend.py ├── manual_connection.py ├── renko_macd_strategy.py ├── renko_macd_template.py ├── request_token.txt ├── square_off.py ├── test.py ├── three_supertrends.py └── three_supertrends_v2.py /NSE_instruments.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/NSE_instruments.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/README.md -------------------------------------------------------------------------------- /access_token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/access_token.py -------------------------------------------------------------------------------- /connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/connect.py -------------------------------------------------------------------------------- /kc_adx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_adx.py -------------------------------------------------------------------------------- /kc_atr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_atr.py -------------------------------------------------------------------------------- /kc_bb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_bb.py -------------------------------------------------------------------------------- /kc_doji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_doji.py -------------------------------------------------------------------------------- /kc_fetch_ticks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_fetch_ticks.py -------------------------------------------------------------------------------- /kc_hammer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_hammer.py -------------------------------------------------------------------------------- /kc_macd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_macd.py -------------------------------------------------------------------------------- /kc_maru_bozu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_maru_bozu.py -------------------------------------------------------------------------------- /kc_orders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_orders.py -------------------------------------------------------------------------------- /kc_other_apis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_other_apis.py -------------------------------------------------------------------------------- /kc_pattern_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_pattern_scanner.py -------------------------------------------------------------------------------- /kc_pivot_point.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_pivot_point.py -------------------------------------------------------------------------------- /kc_renko.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_renko.py -------------------------------------------------------------------------------- /kc_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_rsi.py -------------------------------------------------------------------------------- /kc_shooting_star.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_shooting_star.py -------------------------------------------------------------------------------- /kc_slope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_slope.py -------------------------------------------------------------------------------- /kc_stream_sqlite3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_stream_sqlite3.py -------------------------------------------------------------------------------- /kc_streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_streaming.py -------------------------------------------------------------------------------- /kc_supertrend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/kc_supertrend.py -------------------------------------------------------------------------------- /manual_connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/manual_connection.py -------------------------------------------------------------------------------- /renko_macd_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/renko_macd_strategy.py -------------------------------------------------------------------------------- /renko_macd_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/renko_macd_template.py -------------------------------------------------------------------------------- /request_token.txt: -------------------------------------------------------------------------------- 1 | IhTaU8zIOyywfHJJhCAUNNEBvX7NjZEV -------------------------------------------------------------------------------- /square_off.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/square_off.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/test.py -------------------------------------------------------------------------------- /three_supertrends.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/three_supertrends.py -------------------------------------------------------------------------------- /three_supertrends_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varad2305/Automated-Algorithmic-Trading/HEAD/three_supertrends_v2.py --------------------------------------------------------------------------------