Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.11 KB

5_latakaniya.md

File metadata and controls

47 lines (40 loc) · 1.11 KB

#5 Latakaniya This python script is for algorithmic trading using supertrend technical indicator.

##Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

##Prerequisites What things you need to install the software and how to install them

kiteconnect - Python library to connect with Kite Connect APIs loguru - Python logging made (stupidly) simple pandas - A powerful data analysis and manipulation library for Python pandas_ta - Technical Analysis library built on top of pandas Installing Use pip to install the required libraries

pip install kiteconnect
pip install loguru
pip install pandas
pip install pandas_ta

##Running the script Change the values of the following variables to your desired values:

fullquant symbol_ip inst_token order_type supertrend_period1 supertrend_multiplier1 supertrend_period2 supertrend_multiplier2 supertrend_period3 supertrend_multiplier3 supertrend_period4 supertrend_multiplier4 supertrend_period5 supertrend_multiplier5 Then run the script

python supertrend.py

Authors Hemang Joshi