Wordcloud
Strategy: Freqtrade_backtest_validation_freqtrade1
Downloaded: 20220111
Stoploss: -9.9


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The strategy, named "Freqtrade_backtest_validation_freqtrade1," is designed for backtesting trading strategies on the Freqtrade platform. It aims to validate the results of Freqtrade backtests by comparing them to a known industry platform. The strategy uses the following indicators: Simple Moving Average (SMA): It calculates the average price over a specified time period.

Two SMAs are used: a fastMA with a time period of 14 and a slowMA with a time period of 28.

The strategy defines the following parameters: Minimal ROI (Return on Investment): It specifies the minimum desired ROI for the strategy.

Four ROI levels are defined: 40, 30, 20, and 0, each with its corresponding ROI value. Stoploss: It sets the stoploss value to -9.90. Ticker Interval: It sets the ticker interval to 1 hour. The strategy implements the following logic: populate_indicators(): It calculates the SMA indicators (fastMA and slowMA) and adds them to the dataframe. populate_buy_trend(): It marks the dataframe rows as a "buy" signal when the fastMA is greater than the slowMA. populate_sell_trend(): It marks the dataframe rows as a "sell" signal when the fastMA is less than the slowMA. By using these indicators and logic, the strategy aims to generate buy and sell signals based on the relationship between the fastMA and slowMA.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -9.9
timeframe: 1h
hash(sha256): 789cfaff396b3356c2f8391c40cc72ffa55259ad115a3a694708c5e9b6aea4ed
indicators:
slowMA fastMA

No similar strategies found. (based on used indicators)

last change: 2023-10-04 09:58:58