Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notlesh/ccxt-trade-mgr
Trade Manager for CCXT
https://github.com/notlesh/ccxt-trade-mgr
Last synced: 3 months ago
JSON representation
Trade Manager for CCXT
- Host: GitHub
- URL: https://github.com/notlesh/ccxt-trade-mgr
- Owner: notlesh
- Created: 2019-02-23T17:02:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T16:45:05.000Z (over 5 years ago)
- Last Synced: 2024-07-05T19:59:49.527Z (4 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccxt - ccxt-trade-mgr - take profit vs. stop loss (Signals)
README
# ccxt-trade-mgr
Trade Manager for CCXTThe goal of this project is to provide a trade manager for CCXT. This means a few things:
* Add an entry form for entering a position, which includes enrtry point, stop loss, and take profit levels
* Ability to monitor price activity and create/cancel orders which are mutually exclusive (e.g. take profit vs. stop loss)
* Provide ability to record trading rationale, track progress, etc. (e.g. provide a trading journal)
* Allow fake trading for practice, with realistic (or at least pessimistic) order executionThere is currently no goal of turning this into a trading bot, even though it will support some automated order management.