Wordcloud
Strategy: AdxSmas
Downloaded: 20220111
Stoploss: -0.25
1hFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of AdxSmas_56

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The AdxSmas strategy is a trading strategy that uses the Average Directional Index (ADX) and Simple Moving Averages (SMA) indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: The strategy calculates the ADX indicator with a time period of 14 and adds it to the dataframe. It also calculates two SMAs: a short-term SMA with a time period of 3 and a long-term SMA with a time period of 6.

These SMAs are added to the dataframe.

In the buy signal calculation, the strategy checks if the ADX value is greater than 25 and if the short-term SMA crossed above the long-term SMA.

If both conditions are met, a "buy" signal is generated and marked as 1 in the dataframe. In the sell signal calculation, the strategy checks if the ADX value is less than 25 and if the long-term SMA crossed above the short-term SMA. If both conditions are met, a "sell" signal is generated and marked as 1 in the dataframe. The strategy defines a minimal return on investment (ROI) of 0.1 and a stop-loss of -0.25. It operates on 1-hour ticker intervals. Please note that this is a simplified description, and there may be additional details and considerations in the actual implementation.

stoploss: -0.25
timeframe: 1h
hash(sha256): 22b94db0b025b3ea29d754f59d69a6be70c4ac09dd7b9bc041d8eb33b9433516

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08