Wordcloud
Strategy: SmaRsiStrategy_386
Downloaded: 20220113
Stoploss: -0.1
1dFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of SmaRsiStrategy_59

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The SmaRsiStrategy is a backtesting strategy that combines the Simple Moving Average (SMA) and Relative Strength Index (RSI) indicators to determine buy and sell signals for trading. Here's a breakdown of what the strategy does: Timeframe: The strategy operates on daily candlestick data (1-day timeframe) and requires a minimum of 25 candles before generating valid signals. ROI (Return on Investment): The strategy aims for a minimal ROI (take profit) of 0.99, meaning it will attempt to sell when the price reaches a 99% increase.

It also has a stop loss of -0.10, which means it will sell if the price decreases by 10% from the buy price.

Indicators: The strategy uses the following indicators to make trading decisions: RSI: It calculates the Relative Strength Index based on the closing prices of the candles.

SMA21: It calculates the 21-period Simple Moving Average based on the closing prices of the candles. SMA50: It calculates the 50-period Simple Moving Average based on the closing prices of the candles. Buy Signal: The strategy generates a buy signal when the following conditions are met: RSI is greater than 50 (indicating a potential uptrend) The closing price crosses above the 21-period SMA (indicating a bullish crossover) Sell Signal: The strategy generates a sell signal when the following conditions are met: RSI is less than 50 (indicating a potential downtrend) The closing price crosses below the 21-period SMA (indicating a bearish crossover) Plotting: The code doesn't include any specific plotting instructions, so there's no visualization of the indicators or signals. By backtesting various trading strategies using this framework, you can evaluate their historical performance and make informed decisions about their effectiveness in real trading scenarios.

stoploss: -0.1
timeframe: 1d
hash(sha256): dad8692f1811b3173a6e011d40ec6db4ee6896b73296434fbb07a2d57530f68c
indicators:
sma21 close rsi sma50

No similar strategies found. (based on used indicators)

last change: 2022-07-11 20:19:04