Wordcloud
Strategy: TechnicalExampleStrategy
Downloaded: 20220111
Stoploss: -0.05
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of TechnicalExampleStrategy_258

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "TechnicalExampleStrategy" is a backtesting strategy implemented in Python using the Freqtrade library. This strategy aims to generate buy and sell signals based on the Chaikin Money Flow (CMF) indicator. Here's a breakdown of the important parts of the strategy: The strategy uses a minimal return on investment (ROI) of 0.01, which means it aims to make a profit of at least 1% on each trade.

The stop loss is set at -0.05, indicating a maximum acceptable loss of 5% before selling.

The strategy is designed to work with ticker data at a 5-minute interval, meaning it operates on short-term price movements.

The "populate_indicators" function calculates the CMF indicator using a period of 21 and adds it as a new column called 'cmf' to the input dataframe. The "populate_buy_trend" function identifies buy signals when the CMF value is less than 0 (indicating selling pressure). The "populate_sell_trend" function identifies sell signals when the CMF value is greater than 0 (indicating buying pressure). Overall, this strategy attempts to capture potential buying opportunities when there is selling pressure (negative CMF) and selling opportunities when there is buying pressure (positive CMF) based on the chosen parameters.

stoploss: -0.05
timeframe: 5m
hash(sha256): 67f616df6550b85e428c9eebbb158a9f9febf4f6329e88251482857ece81f78c
indicators:
cmf cm

No similar strategies found. (based on used indicators)

last change: 2022-07-02 19:54:08