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

DynamicRS_Channel - MetaTrader 5 için gösterge

Görüntülemeler:
5005
Derecelendirme:
(19)
Yayınlandı:
2014.06.06 15:41
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Real author:

Nick A. Zhilin

An indicator of the series of simple indicators without averaging. It is implemented as a channel with a fixed width.

The meaning of the indicator is quite clear from its code. Instead of analyzing the period, a fixed channel in both sides of the indicator line has been added. Initially it included period analysis, but experiments have shown that in the indicator values are mainly formed at the channel borders.

Use: first - we need to know the current trend at the older TFs. The most convenient way is to use the indicator on smaller timeframes with a small target. For example, for timeframe M5 the channel of 8 points works well. Enter a trade during correction one point above the main line of the indicator (to Sell) and one point below it (to Buy) with a target about 10 points, or one point beyond the channel. Better work with pending orders because small timeframe is used. Otherwise, you can be late sometimes.

This indicator was first implemented in MQL4 and published in CodeBase on 22.08.2007.

Figure 1. The DynamicRS_Channel indicator

Figure 1. The DynamicRS_Channel indicator

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

Ticker_AMA Ticker_AMA

The indicator is drawn as a colored cloud between the lines of Kaufman's AMA (Adaptive Moving Average) indicator and the price.

Change Chart and Timeframe Change Chart and Timeframe

Modified scripts to change Charts(next,previous) and Timeframes(higher,lower) of all charts quickly by hotkeys.

DynamicRS DynamicRS

An indicator of the series of simple indicators without averaging.

DynamicRS_C_Signal DynamicRS_C_Signal

The indicator shows information on the current trend using the values of the DynamicRS_C indicator with a fixed timeframe.