Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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

FX Fish 2MA - MetaTrader 5 için gösterge

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
5201
Derecelendirme:
(13)
Yayınlandı:
2018.09.27 15:49
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Idea by: Scriptor

MQL5 code author: barabashkakvn

Arrays are averaged using the functions of the built-in MovingAverages.mqh library.

The indicator consists of three indicator constructions:

  • Fish, drawing style DRAW_COLOR_HISTOGRAM - a histogram of colored bars. The main indicator buffer calculated by one of Price Constants;
  • Fish Aver, drawing style DRAW_LINE - a line with the specified color. Contains the Fish array, which is smoothed using simple averaging with the MA1period period;
  • Fish Aver Aver, drawing style DRAW_LINE - a line with the specified color. Contains the Fish aver array, which is smoothed using linear weighted averaging with the MA2period period;

Buy signals - Fish is below zero and is crossed by Fish Aver.

Sell signals - Fish is above zero and is crossed by Fish Aver.

Fish Aver Aver can be used either for a more conservative entry or as a position exit signal.

FX Fish 2MA

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

AlterTrend AlterTrend

The indicator colors candlesticks depending on the trend direction.

RSI_Expert RSI_Expert

An Expert Advisor based on iRSI (Relative Strength Index, RSI).

TrendManager TrendManager

A trend indicator based on the difference between two moving averages.

i-AnyRange2Cld i-AnyRange2Cld

An indicator of two ranges of arbitrary time intervals.