Get strategy RSI
1 | get_strategy_rsi(data, buy_value = 55, sell_value = 45)
|
data |
stock data |
buy_value |
value between 0 and 100 for which the strategy buys the stock. Default is 55 |
sell_value |
value between 0 and 100 for which the strategy sells the stock. Default is 45 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.