Wordcloud
Strategy: Ichimoku_v33_SAR
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v33 strategy is a backtesting trading strategy that uses the Ichimoku Cloud indicator along with other technical indicators to generate buy and sell signals for trading. Here's a breakdown of what the strategy does: The strategy uses the ichimoku function from the technical.indicators module to calculate the Ichimoku Cloud values, including the conversion line, base line, lagging span, and cloud components. The strategy also uses the Parabolic SAR indicator (ta.SAR) to generate additional buy and sell signals.

In the populate_indicators method, the strategy populates the dataframe with various indicators derived from the Ichimoku Cloud and Parabolic SAR calculations, such as tenkan, kijun, senkou_a, senkou_b, cloud_green, cloud_red, and sar.

In the populate_buy_trend method, the strategy generates buy signals based on certain conditions.

These conditions include the price crossing above the senkou_a or senkou_b lines of the Ichimoku Cloud and the previous two closing prices being above the senkou_a or senkou_b lines. In the populate_sell_trend method, the strategy generates sell signals based on certain conditions. These conditions include the tenkan line crossing below the kijun line, the price being below the senkou_a and senkou_b lines of the Ichimoku Cloud, and the cloud color being red. Additionally, the strategy sells if the price falls below the Parabolic SAR. Overall, the strategy aims to identify buying opportunities when the price crosses above certain Ichimoku Cloud lines and selling opportunities when the price crosses below certain lines and meets specific conditions. The strategy also incorporates the Parabolic SAR indicator to enhance the trading signals.

stoploss: -1
timeframe: 4h
hash(sha256): 8e39599c5f08b76459d9f37b8b3105760a03f398f1f379ab8a6f6532ca857dab
indicators:
kijun_sen sar tenkan senkou_span_a close
cloud_green chikou_span senkou_a senkou_b kijun
tenkan_sen cloud_red senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2023-06-29 01:20:42