Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::functor::StochRSI Class Reference

Stochastic RSI (StochRSI). Functor for calculating StochRSI over a given period. More...

#include <TSAFunctors2.h>

Inherits tsa::functor::parent< T >.

Public Member Functions

parent< double > & operator() (series< double > &_ser, size_t _period=14, size_t _rsi_period=14)
 

Detailed Description

Stochastic RSI (StochRSI). Functor for calculating StochRSI over a given period.