Wordcloud
Strategy: Swing_High_To_Sky_629
Downloaded: 20220112
Stoploss: -0.3
The "SwingHighToSky" strategy is designed for backtesting trading strategies. Here is a short description of what the strategy does: It uses the MACD (Moving Average Convergence Divergence) indicator to identify potential buying and selling opportunities. The strategy also incorporates the CCI (Commodity Channel Index) indicator with customizable time periods for buying and selling decisions.

The minimal_roi parameter sets a fixed return on investment (ROI) target of 100% for all trades.

The stoploss parameter sets a stop loss of 30% to limit potential losses.

The strategy implements a trailing stop mechanism, which trails the stop price as the trade moves in the trader's favor. The ticker_interval parameter sets the time interval for the trading data (in this case, 30 minutes). In summary, the strategy combines the MACD and CCI indicators to generate buy and sell signals based on specific conditions. It aims to capture profitable trades while applying a fixed ROI target and a stop loss for risk management. The trailing stop feature allows for potential profits to be protected as the trade progresses.

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 58, in start_backtesting backtesting.start() File "/freqtrade/freqtrade/optimize/backtesting.py", line 1401, in start min_date, max_date = self.backtest_one_strategy(strat, data, timerange) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/optimize/backtesting.py", line 1318, in backtest_one_strategy preprocessed = self.strategy.advise_all_indicators(data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/strategy/interface.py", line 1378, in advise_all_indicators return {pair: self.advise_indicators(pair_data.copy(), {'pair': pair}).copy() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/strategy/interface.py", line 1378, in return {pair: self.advise_indicators(pair_data.copy(), {'pair': pair}).copy() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/strategy/interface.py", line 1410, in advise_indicators return self.populate_indicators(dataframe, metadata) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freqtrade/user_data/strategies/Swing_High_To_Sky_629.py", line 50, in populate_indicators dataframe['cci-buy'] = ta.CCI(dataframe, timeperiod=xx) ^^ NameError: name 'xx' is not defined
stoploss: -0.3
timeframe: 30m
hash(sha256): 350b97219cbeb30333444f12b58c2e00f78d445659a4d4c7aa508d94e504e6e2
indicators:
ccibuy macdsignal macd ccisell

No similar strategies found. (based on used indicators)

last change: 2024-04-29 19:52:30