====== Ichimoku Kinko Hyo ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter the market at Tenkan Sen; * Enter the market at Kijun Sen; **Logical rules for Opening Logic Condition slot.** * Tenkan Sen rises; * Kijun Sen rises; * Tenkan Sen is higher than Kijun Sen; * Tenkan Sen crosses Kijun Sen upward; * The bar opens above Tenkan Sen; * The bar opens above Kijun Sen; * Chikou Span is above closing price; * The position opens above Kumo; * The position opens inside or above Kumo; * Tenkan Sen is above Kumo; * Tenkan Sen is inside or above Kumo; * Kijun Sen is above Kumo; * Kijun Sen is inside or above Kumo; * Senkou Span A is higher than Senkou Span B; * Senkou Span A crosses Senkou Span B upward; **Logical rules for Closing Point of the Position slot.** * Exit the market at Tenkan Sen; * Exit the market at Kijun Sen; **List box parameters** **Numeric box parameters** * **Tenkan** (9). Tenkan Sen period. Minimum: 6, Maximum: 12. * **Kijun** (26). Kijun Sen period, Chikou Span period and Senkou Span shift. Minimum: 18, Maximum: 34. * **Senkou Span B** (52). Senkou Span B period. Minimum: 36, Maximum: 84. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/IchimokuKinkoHyo.cs|Ichimoku Kinko Hyo]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/IchimokuKinkoHyo.mqh|Ichimoku Kinko Hyo]].