Wordcloud
Strategy: wavetrend
Downloaded: 20220112
Stoploss: -0.1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The WaveTrend strategy is a trading strategy that utilizes various technical indicators to generate buy and sell signals. Here is a brief description of what the strategy does: In the populate_indicators method, several technical indicators are added to the input DataFrame. These indicators include: ap: Average price calculated as the average of high, low, and close prices.

esa: Exponential moving average of ap with a length of n1 (10 in this case).

d: Exponential moving average of the absolute difference between ap and esa with a length of n1.

ci: Commodity Channel Index calculated as the ratio of the difference between ap and esa to (0.015 * d). tci: Exponential moving average of ci with a length of n2 (21 in this case). wt1: WaveTrend indicator set to the value of tci. wt2: Simple moving average of wt1 with a window length of 4. wtVwap: The difference between wt1 and wt2. wtOversold: A boolean indicator indicating whether wt2 is less than or equal to the oversold level (-60 in this case). wtOverbought: A boolean indicator indicating whether wt2 is greater than or equal to the overbought level (30 in this case). The populate_buy_trend method populates the buy signal column in the DataFrame based on the following conditions: wtCrossUp and wtOversold indicators are both True. The populate_sell_trend method populates the sell signal column in the DataFrame based on the following conditions: wtCrossDown and wtOverbought indicators are both True. The strategy uses the WaveTrend indicator, crossing conditions, and overbought/oversold levels to generate buy and sell signals. By backtesting this strategy on historical data, you can evaluate its performance and determine its effectiveness in generating profitable trades.

stoploss: -0.1
timeframe: 1h
hash(sha256): a11471e69abfe8c2997d566f017a222c89d2355ec97b66e46e046b4184c0b688
indicators:
wtOversold high ci wtCrossUp crossed_below
wtVwap apdataframeesa esa wt2 close
wtOverbought low ap wtCrossDown crossed_above
tci wt1

Similar Strategies: (based on used indicators)

Strategy: MCHS, Similarity Score: 94.44%
Strategy: MCHSv2, Similarity Score: 94.44%
Strategy: MCHSv3, Similarity Score: 94.44%
Strategy: MCHSv4, Similarity Score: 94.44%
Strategy: MarketChyperHyperStrategy, Similarity Score: 94.44%
Strategy: marketciphertest, Similarity Score: 94.44%

last change: 2023-07-01 14:31:44