This repository contains a collection of Python scripts and tools for automating trading strategies using the Zerodha Kite API. The scripts are designed to help traders manage and execute trades, track real-time stock prices, and implement various intraday trading strategies. The repository is structured to allow users to easily integrate with their Zerodha account and modify scripts according to their specific trading needs.
-
zerodhaKiteConnect.py: A Python script for connecting to Zerodha Kite API, managing login, session handling, and executing trades.
-
stockPriceTracker.py: Script for tracking real-time stock prices and making decisions based on predefined conditions.
-
tradeExecution.py: Automates the process of placing trades for a selected set of stocks, including exit and modification logic.
-
strategyBacktest.py: A basic script to backtest intraday trading strategies using historical data from the Kite API.
-
readme.md: (This file) Provides an overview of the repository and its contents.
- Set up Zerodha Kite API: Make sure you have an active Zerodha account and the required API keys.
- Clone the Repository: Download the repository to your local machine.
- Customize Scripts: Modify the stock list, trading strategies, and conditions according to your requirements.
- Run Scripts: Use Python to execute the scripts and automate your trading process.
- Python 3.x
- Zerodha Kite API
- Pandas, NumPy
Feel free to explore the scripts and adapt them to your own trading strategies.