Skip to content

Commit 79f4a04

Browse files
authored
Update README.md
1 parent 3be21b5 commit 79f4a04

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
1+
![alt text](https://img.shields.io/badge/status-stable-brightgreen)
2+
13
# edartPy
24

35

46

57
![GitHub Logo](https://i.morioh.com/2019/10/30/49137bce15d7.jpg)
68

79

10+
Setup
11+
-----
12+
13+
* Install dependancies
14+
15+
```bash
16+
pip install -r requirements.txt
17+
```
818

19+
* Run application
20+
21+
```bash
22+
python3 application.py
23+
```
924
Description
1025
-----------
1126

1227
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.
1328

14-
29+
**Disclaimer** : This application is just a starter code for real time use. This is yet to be integrated with a trading broker API
1530

1631
### Workflow
1732

0 commit comments

Comments
 (0)