Wordcloud
Strategy: ProducerConsumerStrategy
Downloaded: 20230331
Stoploss: -0.99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The ProducerConsumerStrategy is a trading strategy implemented in Python using the Freqtrade library. It is designed for backtesting and executing trading strategies. Key features and components of the strategy include: The strategy implements the IStrategy interface provided by Freqtrade.

It supports the use of producers and consumers for data analysis and decision-making.

The strategy can be configured with various parameters to customize its behavior.

It uses candlestick data at a 5-minute timeframe for analysis. The strategy calculates indicators and populates them in the input dataframe. If configured as a consumer, it can retrieve indicator data from external message producers. The strategy includes methods to populate entry and exit trends based on indicator data. It uses a minimal return on investment (ROI) table, where a fixed profit of 100% is targeted. It sets a stop-loss at -99% to limit losses. Trailing stop-loss functionality is disabled. It can use a custom stop-loss mechanism if configured. The strategy supports the use of exit signals and can ignore ROI if an entry signal is present. Overall, the ProducerConsumerStrategy is a versatile trading strategy that leverages indicators and supports the use of external producers and consumers to enhance decision-making. It aims for a fixed profit target while implementing a stop-loss mechanism to manage risk.

stoploss: -0.99
timeframe: 5m
hash(sha256): 442fc4acc7232ff650e712e1db967fa3d8aca9d22388cc8d4b74b0120413de89

Was not able to fetch indicators from Strategyfile.

last change: 2023-03-31 05:38:05