Skip to content

himanjim/TradingScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradingScripts Repository

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.

Contents

  • 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.

How to Use

  1. Set up Zerodha Kite API: Make sure you have an active Zerodha account and the required API keys.
  2. Clone the Repository: Download the repository to your local machine.
  3. Customize Scripts: Modify the stock list, trading strategies, and conditions according to your requirements.
  4. Run Scripts: Use Python to execute the scripts and automate your trading process.

Requirements

  • Python 3.x
  • Zerodha Kite API
  • Pandas, NumPy

Feel free to explore the scripts and adapt them to your own trading strategies.

About

Intra day trading system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages