| filter_below | R Documentation |
Convenience function to select stocks with signal below a value.
filter_below(signal_df, value)
signal_df |
Data frame with signal values |
value |
Threshold value |
Binary selection matrix
data("sample_prices_weekly")
rsi <- calc_rsi(sample_prices_weekly, 14)
oversold <- filter_below(rsi, 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.