Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

AMA three timeframes - MetaTrader 5 için gösterge

Görüntülemeler:
3673
Derecelendirme:
(9)
Yayınlandı:
2018.08.23 13:12
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator is displayed using three horizontal lines of iAMA (Adaptive Moving Average, AMA) indicator from three different timeframes. The settings allow you to select from three timeframes:

  • HLine - display only as horizontal lines (OBJ_HLINE);
  • Arrow - display only by right price labels (OBJ_ARROW_RIGHT_PRICE);
  • HLine and Arrow - horizontal lines and right price labels are used simultaneously.

AMA three timeframes

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21465

XAng_Zad_C XAng_Zad_C

Ang_Zad indicator applies additional smoothing of total values allowing users to avoid excessive indicator signals noise caused by false crossings of its moving averages.

breakdown breakdown

At the beginning of a new day, the EA places pending Buy Stop and Sell Stop orders by High and Low of the previous day.

CandleStop_System CandleStop_System

The indicator paints candles going beyond the CandleStop channel.

CandleStop_System_HTF CandleStop_System_HTF

CandleStop_System indicator with the timeframe selection option available in the input parameters.