Wordcloud
Strategy: JustROCR2
Downloaded: 20220112
Stoploss: -0.01


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "JustROCR2" strategy is a trading strategy implemented using the Freqtrade library. It aims to generate buy and sell signals based on the rate of change ratio (ROCR) indicator. Here's a breakdown of the strategy: The strategy uses the 5-minute ticker interval for analyzing price data.

The "populate_indicators" function calculates the ROCR indicator with a period of 499 and adds it to the dataframe.

The "populate_buy_trend" function generates a buy signal when the ROCR value is greater than 1.20.

The "populate_sell_trend" function is empty, indicating that there is no specific condition for generating sell signals. You would need to add the necessary condition based on your trading strategy. The strategy sets a minimal return on investment (ROI) of 0.05 (5%) and a stop loss of -0.01 (-1%). The trailing stop feature is enabled, allowing the stop loss to adjust dynamically based on price movements. By backtesting this strategy using historical price data, you can evaluate its performance and determine its effectiveness in generating profitable trades.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.01
timeframe: 5m
hash(sha256): 499f71de285e4ca8ba702685246254e91e7739e86466693228dd4779f9ab0f1d
indicators:
rocr

No similar strategies found. (based on used indicators)

last change: 2023-06-27 22:39:23