Wordcloud
Strategy: Stavix5
Downloaded: 20220112
Stoploss: -0.31


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Stavix5 strategy is a trading strategy designed for backtesting. Here is a short description of what the strategy does: The strategy uses the 15-minute timeframe for trading. It calculates the Average True Range (ATR) indicator using a period of 192.

It calculates the upper and lower bands using the ATR and a multiplier of 27.

It determines the final upper and lower bands based on the previous upper and lower bands and the average price.

It calculates the Super Trend indicator based on the final upper and lower bands and the average price. When the average price crosses above the Super Trend and the volume is greater than 0, it generates a buy signal. When the Super Trend crosses above the average price and the volume is greater than 0, it generates a sell signal. The strategy sets a minimal return on investment (ROI) of 100% and a stop loss of -0.31. It uses a trailing stop with a positive offset of 0.28622 and a positive offset for the trailing stop of 0.3654. The strategy ignores the ROI if a buy signal is generated. The strategy implements the IStrategy interface from the freqtrade.strategy module and provides methods to populate indicators, buy trends, and sell trends in the trading dataframe. Note: This description is based on the provided code snippet and may not capture all the intricacies of the strategy.

startup_candle_count : 124
atr: 11.862%
upper_band: 0.737%
lower_band: -0.842%
final_upper: 1.022%
final_lower: -3.194%
super_trend: 9.343%
stoploss: -0.31
timeframe: 15m
hash(sha256): 9d728b4df57e3f118b504472e5f3ae94bb6417e1c5db27ab7cae8a89d6379f59
indicators:
tr1 high atr avg_price lower_band
volume tr0 tr0 tr1 tr2
final_lower close upper_band super_trend low
final_upper tr2

No similar strategies found. (based on used indicators)

last change: 2024-05-02 18:17:59