Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xersky/algotrading
https://github.com/xersky/algotrading
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/xersky/algotrading
- Owner: xersky
- Created: 2023-01-15T16:06:34.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-20T15:57:40.000Z (over 1 year ago)
- Last Synced: 2023-05-26T16:32:22.085Z (over 1 year ago)
- Language: Python
- Size: 94.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlgoTrading
Main goal is to create a terminal for crypto algorithmic trading.
## Desired features
- DiveMode or TestMode (mainnet or testnet).
- Choosing the symbol.
- Choosing the desired strategy.
- Ability to customize the strategy.
- Running multiple bots at the same time using different strategies with different or same account.
- Tracking the progress.### Final step would be dockerizing the project and why not running the thing on the cloud ☁️
### Testing The RSI Strategy on the [40 - 60] Range
#### Plot graph
Growth of BTC balance overtime despite the PA
![plot_result.png](testingStrats%2FRSI%2Fplot_result.png)Comparing the Strategy vs Bitcoin
![console_result.png](testingStrats%2FRSI%2Fconsole_result.png)