Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 3041
- Derecelendirme:
- Yayınlandı:
- 2018.07.09 11:08
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Moving average AbsolutelyNoLagLwma displaying the most recent values as a price label, with the possibility to round the indicator levels to a required number of digits. The number of digits to round is defined by the indicator's input variable Digit:
input uint Digit=3; //Number of digits to round to
If the close price is above the moving average, then the price color is green; if it is below that, then it is red.
Fig 1. Indicator AbsolutelyNoLagLwma_Digit
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21000

Indicator Derivative additionally smoothed and made as a color histogram

Two indicators AbsolutelyNoLagLwma from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market

Trend-following trading system Exp_ColorX2MA_X2 based on the signals of two indicators ColorX2MA

Indicator ColorX2MA with the timeframe selection option available in the input parameters