Rejoignez notre page de fans
Impulse MACD - indicateur pour MetaTrader 4
- Vues:
- 32409
- Note:
- Publié:
- 2008.02.25 15:47
- Mise à jour:
- 2014.04.21 14:52
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The basis of the indicator is constructing a system combining three MA indicators. Visual presentation and physical sense can be estimated when attaching them to a chart.
The first indicator: SMMA МА of High
The second indicator: SMMA МА of Low
These lines constitute a channel.
The third indicator: LWMA МА of WEIGHTED. Actually this is an impulse signal line. Here is nothing new, but the histogram construction method differs from traditional.
The main question I tried to answer: why do we always need to track MACD values and its movements even if they are useless at the moment? The solution is to remove from a chart all unnecessary values. This is done by analyzing the position of an impulse signal line relatively to the channel lines: if the impulse line is higher than High value, divergence is calculated as the difference between the impulse and the High value. If it is lower than Low, it is calculated as the difference between the impulse and Low. Consequently, intermediary movements are not shown.
And there is additional signal line of a histogram typical of MACD.
A trading system here is clear from the chart: open only when the histogram and the zero line signal cross, if direction changes place a trailing stop and wait for the next intersection if a Stop triggers. So, we use only the first price movement impulse.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/7767
Another version.
SlopeDirection_MTFFor those who prefer "slope trading" or other variants that imply using 3 screens. To avoid numerous screens, set up SlopeDirection MTF on a higher timeframe as you desire.
Indicator RSI DeMarker Super Position
3_Level_ZZ_SemaforThis indicator places semaphore points on the maximum and minimum of a higher, medium and lower period. Similar to Advanced Get, but without waves numeration.