|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
#include "../common/types.h"#include "../protocols/observer.h"#include "../protocols/strategy.h"#include "../traders/event_position_manager.h"#include <boost/beast/core.hpp>#include <iostream>#include <optional>#include <string_view>#include <unordered_map>

Classes | |
| class | crypto_trader::strategies::HodlStrategyConfig |
| Configuration parameters for the HodlStrategy. More... | |
| class | crypto_trader::strategies::HodlStrategy |
| Implements a "Buy and Hold" strategy with dynamic adjustments based on price movements. More... | |
Namespaces | |
| namespace | crypto_trader |
| namespace | crypto_trader::strategies |