Wordcloud
Strategy: Ichimoku_v16_1d
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Ichimoku_v16" strategy is a trading strategy implemented in Python using the Freqtrade framework. Here's a short description of what the strategy does: The strategy uses the Ichimoku Cloud indicator to make buy and sell decisions. It calculates various components of the Ichimoku Cloud, including the Conversion Line (tenkan_sen), Base Line (kijun_sen), Leading Span A (senkou_span_a), Leading Span B (senkou_span_b), and cloud colors (cloud_green and cloud_red).

The strategy populates these Ichimoku Cloud components in the input dataframe.

For the buy signal, it checks if the Conversion Line (tenkan_sen) crosses above the Base Line (kijun_sen) using the "crossed_above" function from the qtpylib library.

If the condition is met, it marks the corresponding row with a "buy" signal. For the sell signal, it checks if the Base Line (kijun_sen) crosses above the Conversion Line (tenkan_sen) using the "crossed_above" function from the qtpylib library. If the condition is met, it marks the corresponding row with a "sell" signal. The strategy uses a fixed minimal ROI (Return on Investment) of 10 and a stop loss of -1 (which means there is no stop loss). It operates on daily candle intervals ('1d'). This strategy focuses on the Ichimoku Cloud indicator and uses its signals to determine entry and exit points for trades.

stoploss: -1
timeframe: 1d
hash(sha256): d60cda30e893943bafa37c89ec0be6991a1ec63c5ac0d58512e8a390f2ae15e4
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-06-30 12:42:05