Wordcloud
Strategy: JustROCR4
Downloaded: 20220112
Stoploss: -0.15


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "JustROCR4" strategy is a trading strategy that uses the Rate of Change Ratio (ROCR) indicator from the TA-Lib library to generate buy signals. Here's a breakdown of what the strategy does: Import necessary modules: The strategy imports the required modules, including the "IStrategy" interface from the Freqtrade library and the "DataFrame" class from the Pandas library. It also imports the "ta" module from the TA-Lib library, specifically the "ROCR" function.

Set strategy parameters: The strategy defines several parameters: minimal_roi: A dictionary specifying the minimum return on investment (ROI) required for a trade to be considered successful.

stoploss: The maximum loss percentage allowed before triggering a stop-loss.

trailing_stop: A boolean indicating whether to use a trailing stop mechanism. ticker_interval: The interval at which the strategy operates, in this case, 5 minutes. Populate indicators: The strategy calculates the ROCR values for different periods (499, 200, 100, and 20) using the "ROCR" function from the TA-Lib library. These values are stored in new columns in the input dataframe. Populate buy trend: The strategy determines the conditions for a buy signal based on the ROCR values. It sets the 'buy' column in the dataframe to 1 if the following conditions are met: ROCR is greater than 1.20 ROCR_200 is greater than 1.15 ROCR_100 is greater than 1.10 ROCR_20 is greater than 1.05 Populate sell trend: The strategy does not specify any conditions for a sell signal, leaving the 'sell' column empty. Overall, the strategy uses the ROCR indicator to identify buying opportunities based on specific threshold values. It is important to note that this description provides a general understanding of the strategy, but further analysis and testing are necessary to assess its effectiveness and potential profitability.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.15
timeframe: 5m
hash(sha256): 9b483e0ff6ab07eee94e863f30707432860e7cd8cf3db8552d8115163c925c5f
indicators:
rocr rocr_200 rocr_100 rocr_20

No similar strategies found. (based on used indicators)

last change: 2023-06-27 22:36:54