Skip to content

winwinashwin/edartPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

edartPy

GitHub Logo

Setup

  • Install dependancies
pip install -r requirements.txt
  • Run application
python3 application.py

Description

A fully automated Trading bot built in python with an appealing Command Line Interface. The bot uses the Ichimoku Indicator and employs Kumo Breakout strategy for generating buy and sell calls.

Disclaimer : This application is just a starter code for real time use. This is yet to be integrated with a trading broker API

Workflow

Whole activity of the bot can be divided into four phases:

  • Idle phase

Stay Idle for the market to settle, then find the relevant stocks to focus on. Each of these stocks is then passed to each trader by the master

  • Observation phase

Each trader observes the stock price for 80 (default) periods to set the Ichimoku parameters

  • Trading phase

Traders make buy and sell calls according to the Ichimoku components and updates the same

  • Shutdown phase

By this point intraday trading has been complete and traders save the activity in json format

References

  • Balkrishna M. Sadekar - How to Make Money Trading the Ichimoku System

Releases

No releases published

Packages

No packages published

Languages