Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
universalbit-dev authored May 2, 2024
1 parent 62cdb42 commit 0cbfefc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,19 @@ pm2 status
---

### [Ecosystem File](https://pm2.keymetrics.io/docs/usage/application-declaration/)


* [import](https://github.com/universalbit-dev/gekko-m4/blob/master/import_ecosystem.config.js) exchange data
<img src="https://github.com/universalbit-dev/gekko-m4/blob/master/images/gif/pm2_ecosystem.gif" width="auto"></img>
#### import exchange data
```bash
pm2 start import_ecosystem.config.js
```
* [backtest](https://github.com/universalbit-dev/gekko-m4/blob/master/ecosystem.config.js) strategies
##### backtest strategies
```bash
pm2 start ecosystem.config.js
```
<img src="https://github.com/universalbit-dev/gekko-m4/blob/master/docs/ecosystem/images/gif/ecosystem.gif" width="auto"></img>

##### NOTE:
Backtest Export Result Directory: /gekko-m4/logs/json/ [under review]
##### Ecosystem date range:
* [Import] Exchange Data FROM first date previous month TO first date current month
* [BackTest] Exchange Data FROM first date previous month TO first date current month

---

* ##### [Docs](https://github.com/universalbit-dev/gekko-m4/tree/master/docs)
Expand Down

0 comments on commit 0cbfefc

Please sign in to comment.