|
tzutrader
A composable C++ backtesting library for trading strategies (experimental)
|
Base indicator class using CRTP for static polymorphism. More...
#include <indicators.h>
Public Member Functions | |
| Out | get () const noexcept |
| Out | update (In value) |
Base indicator class using CRTP for static polymorphism.
| T | Derived indicator class |
| In | Input data type |
| Out | Output/result type |
|
inlinenoexcept |
|
inline |