XMA_Ichimoku – indicator MetaTrader 5

XMA_Ichimoku
Real author: ellizii Moving average with calculation algorithm equivalent to the one of Ichimoku Kinko Hyo. Indicator input parameters: //+———————————–+ //| Indicator input parameters       | //+———————————–+ input uint Up_period=3;                  // High price calculation period input uint Dn_period=3;                  // Low price calculation period //—- input MODE_PRICE Up_mode=HIGH;           // Highs searching prices input MODE_PRICE Dn_mode=LOW;            // Lows searching prices … Read more