Wordcloud
Strategy: adx_low_stop
Downloaded: 20220112
Stoploss: 0
The adx_low_stop strategy is a backtesting strategy for trading. Here's a brief description of what the strategy does: It calculates several technical indicators using the talib library, including ADX (Average Directional Index), PLUS_DI (Plus Directional Indicator), MINUS_DI (Minus Directional Indicator), SAR (Stop and Reverse), and MOM (Momentum). The strategy aims to identify buy signals based on specific conditions: ADX is greater than 47.

Momentum is less than 20.

PLUS_DI is lower than MINUS_DI.

The strategy aims to identify sell signals based on specific conditions: ADX is greater than 47. Momentum is greater than 20. PLUS_DI is higher than MINUS_DI. The strategy uses a 1-minute ticker interval for analysis. The strategy doesn't define minimal ROI, optimal stop loss, or trailing stop loss values explicitly, suggesting that these parameters can be adjusted based on market conditions. Please note that this description is based on the code provided and may not capture all the intricacies or nuances of the strategy.

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
timeframe: 1m
hash(sha256): 1263fabde3d4839da3d203e8ac6e22e7c06bb677bb1bdd7a800500d67f362ec7
indicators:
adx minus_di mom plus_di sar

No similar strategies found. (based on used indicators)

last change: 2024-04-29 01:49:36