|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
Classes | |
| class | HodlStrategy |
| Implements a "Buy and Hold" strategy with dynamic adjustments based on price movements. More... | |
| class | HodlStrategyConfig |
| Configuration parameters for the HodlStrategy. More... | |
Enumerations | |
| enum | TradingStrategy { e_NONE = 0 , e_HODL = 1 , e_PAPER_TRADER = 2 } |
Functions | |
| int | simpleStrategy () |
| int crypto_trader::strategies::simpleStrategy | ( | ) |