Wordcloud
Strategy: Ichimoku_v35_SAR_1d
Downloaded: 20220116
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v35 strategy is a trading strategy implemented in the Freqtrade framework. It utilizes the Ichimoku cloud indicator along with other technical indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: Import necessary libraries and modules.

Define the strategy class Ichimoku_v35 that inherits from IStrategy.

Set the minimal return on investment (ROI) target as 100%.

Set the stop loss value as -1 (disabled). Set the ticker interval to '4h'. Define the informative_pairs method to specify additional informative pairs for the strategy. Define the populate_indicators method to calculate and populate various indicators on the dataframe. Fetch informative pair data and calculate Ichimoku cloud values. Calculate candlestick patterns and Parabolic SAR. Merge the informative pair data with the original dataframe. Calculate Ichimoku cloud values on the original dataframe. Define the populate_buy_trend method to generate buy signals. Check for a crossover of the close price above the Senkou A line of the cloud. Verify that the close price from two candles ago is above the Senkou A and Senkou B lines. Set the 'buy' column to 1 for the corresponding buy signals. Define the populate_sell_trend method to generate sell signals. Check if the close price of the previous day is below the Parabolic SAR value of the informative pair. Set the 'sell' column to 1 for the corresponding sell signals. This strategy primarily focuses on buying when the price crosses above the Senkou A line of the Ichimoku cloud and the previous candle's close price is above both the Senkou A and Senkou B lines. It generates sell signals when the previous day's close price is below the Parabolic SAR value. Please note that this description provides a general overview of the strategy's functionality. For a more detailed understanding, it's recommended to review the code and consult the relevant documentation.

stoploss: -1
timeframe: 4h
hash(sha256): f640a73dd0d8f74ac7fb4a68feab2437719bd4374f3af872a65c4b541fc670c7
indicators:
kijun_sen cloud_red tenkan CDLEVENINGDOJISTAR senkou_span_a
sar_1d close cloud_green senkou_a senkou_b
kijun tenkan_sen sar close_1d senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2024-02-03 03:28:04