| filter_above | R Documentation |
Convenience function to select stocks with signal above a value.
filter_above(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)
high_rsi <- filter_above(rsi, 70)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.