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