Heikin-Ashi: Instead of using the open-high-low-close (OHLC) bars like standard candlestick charts, it uses a modified formula. Out of which only following two are used in this strategy. High = Max (High,Open,Close) Low = Min (Low,Open, Close) Ichimoku Kinko Hyo: The Ichimoku Kinko Hyo system includes five kinds of signal, of which this strategy uses...
Ichimoku Kinko Hyo Cloud - no offset - no repaint - RSI filter - strategy The indicator contains both the standard Ichimoku Cloud , as well as the one without the visual offset. The Strategy Tester indicates good backtest results when the Ichimoku Cloud is paired with the RSI . However, it seems it likes to work more as a standalone system. The indicator can...
The Ichimoku Kinko Hyo system includes five kinds of signal, of which this strategy uses the most recent of ones i.e. Tenkan Sen / Kijun Sen Cross and price crosses the Kijun Sen. As the Chikou Span, Senkou Span A and Senkou Span B are shifted into the past/future, the trigger signals will be only be used for visual confirmation and not part of the strategy. The...
Started with the Basic Ichimoku strategy from Mizuki32. Added Take Profit, Stop Loss (for both long and short), and a toggle to wait for confirmation from the cloud.
Hull MA-X: The Hull MA involves the weighted moving average ( WMA ) in its calculation. First, calculate the WMA with period (n / 2) and multiply this by 2. Remember ‘n’ is the time period configurable based on the trader’s requirement. Second, calculate the WMA for period “n” and subtract if from the first step. Thirdly, calculate the weighted moving average...
This trading strategy uses combination of the Ichimoku Kinko Hyo system with Fibonacci numbers based 13/21 exponential moving average ( EMA ) crossover, giving excellent results in trending assets !
Strategy based on the Ishimoku Kinko Hyo system, using the different indicators it provides to build signals. This strategy could be better as it should ideally use the position of the price line compared to Chikou to determine if signals should be looked for, but I've been unable to fully implement this so far (an imperfect implementation is provided, but...
Ichimoku based pyramiding strategy example that was tested on 4h TF. makes the first entry when 2Tier Kumo breakout was occurred. makes the extra entries when higher-low (on long) or lower-high (on short) was occurred. uses short term MACD reversal + stop entry as a confirmation of the trend. slack trailing stop loss. changes entry quantity by the...
This trading strategy uses combination of the Ichimoku Kinko Hyo system with Fibonacci numbers based exponential moving average(EMA) and RSI 12/24 crossover, giving excellent results in trending stocks !