powered by
Convenience function to select stocks with signal below a value.
filter_below(signal_df, value)
Binary selection matrix
Data frame with signal values
Threshold value
data("sample_prices_weekly") rsi <- calc_rsi(sample_prices_weekly, 14) oversold <- filter_below(rsi, 30)
Run the code above in your browser using DataLab