Wordcloud
Strategy: ichimoku_638
Downloaded: 20220112
Stoploss: -0.1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku strategy is a sample trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. 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 for the given DataFrame. It adds several indicators derived from the Ichimoku Cloud to the DataFrame, including the Tenkan Sen, Kijun Sen, Senkou Span A, Senkou Span B, and two cloud color indicators.

The populate_buy_trend method populates the 'buy' column of the DataFrame with a value of 1 for the rows that meet the following conditions: The Tenkan Sen value in the previous row is less than the Kijun Sen value in the previous row.

The Tenkan Sen value is greater than the Kijun Sen value.

The cloud color is red. The populate_sell_trend method populates the 'sell' column of the DataFrame with a value of 1 for the rows that meet certain conditions (conditions not specified in the provided code). The strategy also includes other parameters and configurations such as ROI (return on investment), stop loss, trailing stop, timeframe, order types, and plot configurations. These parameters can be customized based on the specific requirements of the trading strategy. Please note that the provided code is a sample strategy, and it may require further customization and testing to suit your specific backtesting needs.

stoploss: -0.1
timeframe: 15m
hash(sha256): c4b8555a4f00f995172ea107effa44d591329fa3001be316aa581cbe7a42f5a0
indicators:
kijun_sen tenkan senkou_span_a cloud_green senkou_a
senkou_b kijun tenkan_sen cloud_red senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2023-11-03 06:49:57