v2
Added:
get(bullishcriteria, bearishcriteria, momentumOscillatorTypeInput) Calculates the Reversal Candlestick Pattern With Trend Indentifier.
Parameters:
bullishcriteria: Stoch RSI/RSI Bullish Criteria. defval=70, minval=60, maxval=100
bearishcriteria: Stoch RSI/RSI Bearish Criteria. defval=30, minval=0, maxval=40
momentumOscillatorTypeInput: Momentum Oscillator Type. options=["Both", "Stoch RSI", "RSI"]
Returns: Reversal Candlestick Pattern With Trend Indentifier.
Removed:
reversalCandlestickPatternWithTrendIndentifier(bullishcriteria, bearishcriteria, momentumOscillatorTypeInput) Calculates the Reversal Candlestick Pattern With Trend Indentifier.