Unisciti alla nostra fan page
2XMA_Ichimoku_Oscillator - indicatore per MetaTrader 5
- Visualizzazioni:
- 3707
- Valutazioni:
- Pubblicato:
- 2018.06.16 10:17
- Aggiornato:
- 2023.03.29 13:48
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.
For the indicator to work, there must be indicator XMA_Ichimoku.ex5 in the <terminal_data_directory>\MQL5\Indicators folder.
The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The classes were described in detail in the Averaging Price Series for Intermediate Calculations Without Using Additional Buffers article.
Fig.1. Indicator 2XMA_Ichimoku_Oscillator
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20615
An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.
KWAN_CCC_HTFThe KWAN_CCC indicator with the possibility to change the indicator timeframe in input parameters.
Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.
UniversalMACrossEAThe EA based on two iMA (Moving Average, MA) indicators. Selecting the lot calculation mode: Manually or in the risk percentage per trade. Position trailing.