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

ChannelsFIBO_MTF - MetaTrader 4 için gösterge

Görüntülemeler:
19033
Derecelendirme:
(21)
Yayınlandı:
2016.02.08 12:51
Güncellendi:
2016.02.15 10:56
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The multitimeframe version of the ChannelsFIBO indicator. Differs from the original version with the "Source data timeframe" parameter. As a result, the indicator will display the same situation regardless of the current chart period. For example, the current period — M15, and the "Source data timeframe" — "1 Hour":

Limitation: the current period of the chart can not be higher than the value specified in the "Source data timeframe" parameter, as in this case multiple values of the same line of the channel will correspond to one bar. For example, if the "Source data timeframe" — "1 Hour", and the current chart period if H4 or higher, then the indicator simply will not display anything on the screen.

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

Stream Stream

The indicator marks the bars, the size of which exceeds the value specified in the settings.

Stochastic Only Stochastic Only

The arrow indicator that displays the potential market entry points based on the simultaneous presence of three Stochastic indicators with different periods in the overbought/oversold areas.

FloatingSpread FloatingSpread

The indicator for the floating spread. Displays the change in spread of multiple currency pairs.

Example of RSI Automated Example of RSI Automated

This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy when it is < 25, close buy when it is > 50, open sell when it is > 75, close sell when it is < 50.