XMA Ichimoku Channel - MetaTrader 5 Script | Trading Script Download - MT4/MT5 Resources



Neste indicador as media move são calculados da mesma maneira que as de Ichimoku Kaneko Taka (Vijaxma_ichimoku equilibria ), os envelope são construídosteriormente.
Indicator parameters:
//+------------------------------------------------+ //|Indicator input parameters| //+------------------------------------------------+ Input unit last period = 3 ; // Calculate the value before the maximum period Input unit Dn_period = 3 ; // Calculate the minimum cost within the period //---- External MODE_PRICE Up_mode=high; // Busca do preço maximo External MODE_PRICE Dn_mode=Low; // Minimal preparation //---- Enter Smooth_Method XMA_Method= mode_SMA ; // method Input integer X length = 100 ; // esoteric suavização Input integer X phase = 15 ; // Parameters Enter double rise percentage = 1.0 ; // Percentage of media design in canal construction Enter double Dn_percentage = 1.0 ; // Percentage of media design in lower canal construction //---- Input integer shift = 0 ; // Display baras indicator horizontally Enter integer price change = 0 ; // Place indicator vertically
This indication allows the following options to be selected:
Develop a parametric phase that has completely different meanings in different algorithms. Para JMA, stage uma variável externa cujo valor varia entre -100 and +100. With T3, you get 100x better visualization. VIDYA, CMO oscillation period and AMA period as well as EMA period. These parameters are not parameters of the algorithm. During the AMA, EMA will appear soon and will fix the courage of number 2. The potential of AMA No. 2 will continue to grow.
This instruction makes use of the bibliography of the SmoothAlgorithms.mqh class (a copy is found in terminal_data_folder\MQL5\Include). O uso desta classe está descrito com mais detalhes no artigo “Série de médio para cálculos intermediários sem utilizar buffers adicionais” .
Initial Implementation of MQL4 and Public Policy Instructions Kodigo Base October 4, 2010.

Attachment download
📎 smoothalgorithms.mqh (133.8 KB)
📎 xma_ichimoku_channel.mq5 (11.24 KB)
Source: MQL5 #733
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •