Rejoignez notre page de fans
- Vues:
- 4466
- Note:
- Publié:
- Mise à jour:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20615
VR---Moving
An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.
KWAN_CCC_HTF
The KWAN_CCC indicator with the possibility to change the indicator timeframe in input parameters.
2XMA_Ichimoku_Oscillator_HTF
Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.
UniversalMACrossEA
The EA based on two iMA (Moving Average, MA) indicators. Selecting the lot calculation mode: Manually or in the risk percentage per trade. Position trailing.