crypto_trader
Cryptocurrency Trading Bot API Documentation
Loading...
Searching...
No Matches
crypto_trader::strategies Namespace Reference

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 ()

Enumeration Type Documentation

◆ TradingStrategy

Enumerator
e_NONE 
e_HODL 
e_PAPER_TRADER 

Function Documentation

◆ simpleStrategy()

int crypto_trader::strategies::simpleStrategy ( )