Class RsiStrategy

java.lang.Object
com.quantfinlib.backtest.strategies.RsiStrategy
All Implemented Interfaces:
TradingStrategy

public final class RsiStrategy extends Object implements TradingStrategy
RSI mean reversion: buy when RSI crosses up through the oversold level, sell when it crosses down through the overbought level.