kraken-cli-rs-0.1.0 is not a library.
Visit the last successful build:
kraken-cli-rs-0.1.1
kraken-rs
Config
In the config, we want to set the logging (TBD)
Trades
A list of latest trades and status
Place order
Launch
Launch an strategy: ml based, just take-profit and stop loss, ...
TODO:
- Create class for unsuccessful response (status 200 but there are errors)
- Create place of order function
- place order limit market
- Make it work in cli
- do not require private api for get prices
- Give info when running the executable
- Add minimal tests
- Publish it as binary with github actions
- Display the ticks and orders nicely, polars?
- ...