Wordcloud
Strategy: ClucCrypROI
Downloaded: 20220116
Stoploss: -0.322
The ClucCrypROI strategy is a trading strategy designed for backtesting on a trading platform. Here is a short description of what the strategy does: The strategy first populates various indicators using the input dataframe and metadata. It calculates Bollinger Bands (BBANDS) for two different time periods.

It calculates delta values and other metrics based on the close price, low price, and volume.

It calculates exponential moving averages (EMA) for two different time periods.

It calculates the relative strength index (RSI) and the Fisher transform of RSI. It calculates additional indicators (ADX and Aroon) for different trading pairs. In the populate_buy_trend method: It checks if there is an active trade. If there is no active trade, it applies certain conditions for entering a new trade: It checks the ADX and Aroon indicators for both stake/fiat and coin/fiat pairs. It checks conditions related to Bollinger Bands, delta values, and price movement. It also checks conditions related to EMA, lower Bollinger Band, and volume. In the populate_sell_trend method: It applies conditions for exiting a trade: It checks the ADX and Aroon indicators for both stake/fiat and coin/fiat pairs. It checks conditions related to Bollinger Bands and EMA. It also checks conditions related to volume. The strategy includes custom order timeout logic, where it checks the current price against the order price to determine if the order should be canceled. There is also a derived class ClucCrypROI_ETH, which extends the ClucCrypROI strategy specifically for trading with ETH as the base currency.

Traceback (most recent call last): File "/freqtrade/freqtrade/main.py", line 42, in main return_code = args['func'](args) ^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/commands/optimize_commands.py", line 57, in start_backtesting backtesting = Backtesting(config) ^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/optimize/backtesting.py", line 114, in __init__ validate_config_consistency(self.config) File "/freqtrade/freqtrade/configuration/config_validation.py", line 95, in validate_config_consistency validate_config_schema(conf, preliminary=preliminary) File "/freqtrade/freqtrade/configuration/config_validation.py", line 65, in validate_config_schema raise ValidationError( jsonschema.exceptions.ValidationError: 'stoploss' is a required property
stoploss: -0.322
timeframe: 15m
hash(sha256): 34f2adcd1b6cf7bc31d4113c4abb83a077bf1ba98409669681271e3525da3508
indicators:
closedeltaclose closebblower coinfiataroondown coinfiataroonup sellaroon
asks sellbbmiddleclose close tail aroondown
bb1delta stakefiataroonup volume bbdeltaclose fisherrsi
closedelta midbb2 ema_fast volume_mean_slow sar
stakefiatadx bids bbdeltatail lowerbb1 stakefiataroondown
price aroon coinfiatadx aroonup adx
selladx rsi ema_slow runmode low
lowerbb2

Similar Strategies: (based on used indicators)

Strategy: ClucCrypSlow, Similarity Score: 91.89%

last change: 2024-04-28 05:08:20