Wordcloud
Strategy: RSI_strategy
Downloaded: 20220113
Stoploss: -0.226


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The RsiStrategy is a trading strategy that uses the Relative Strength Index (RSI) indicator to generate buy and sell signals. Here are the important parts of the strategy: Timeframe: The strategy operates on daily candlestick data. Startup Candle Count: The strategy requires 25 candles before the generated signals become valid.

ROI (Return on Investment) Settings: minimal_roi: This dictionary defines the different levels of ROI and their corresponding durations.

For example, after 0 candles, the ROI is 0.474, after 4817 candles, the ROI is 0.241, and so on.

stoploss: If the ROI goes below -0.226, the strategy will trigger a stop loss. Buy Signal: The strategy calculates the RSI indicator with a time period of 14. If the RSI value is below a certain threshold (buy_rsi = 30), a buy signal is generated. Sell Signal: If the RSI value is above a certain threshold (sell_rsi = 81), a sell signal is generated. Additional Settings: trailing_stop: The strategy does not use a trailing stop. use_sell_signal: The strategy uses sell signals to trigger a sell. sell_profit_only: The strategy does not sell for profit only. sell_profit_offset: The profit offset for selling. ignore_roi_if_buy_signal: The strategy does not ignore ROI when a buy signal is present. The strategy's main function is to populate the indicators (RSI) and generate buy and sell signals based on the RSI values.

stoploss: -0.226
timeframe: 1d
hash(sha256): 93df1a5f76b677651a382e21f3b2b9e6bf373a39b85411b06b12caf755069831
indicators:
RSI buy_rsi sell_rsi

No similar strategies found. (based on used indicators)

last change: 2023-11-03 07:31:02