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

Fractals Modified - MetaTrader 5 için gösterge

Yayınlayan:
Manuel Sanchon
Görüntülemeler:
9092
Derecelendirme:
(32)
Yayınlandı:
2014.01.09 09:09
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

This indicator is a small modification of classical Fractals Indicator.

You can choose the number or left/right bars to have a new top or bottom as well a shift parameter.

In the following chart you can see the indicator with parameter values:

  • leftbars=10;
  • rightbars=10;
  • shift=0.

Fractals Modified Indicator MQL5

The parameter leftbars/rightbars indicates the necessary number of bars to the left/right to have either a bottom or a top. Instead, the last parameter, shift, can be choosed to be 0 to have a good visualization of the top/bottom levels.

However, in order to use this indicator it should be convinient to choose it as maximum between leftbars and rightbars. It is in this moment when the top/bottom is created.

In the following chart you can see the same as before with parameters:

  • leftbars=10;
  • rightbars=10;
  • shift=10.

Fractals Modified Indicator MQL5

EasyXML - XML Parser EasyXML - XML Parser

EasyXML is a native MQL5 XML Parsing Library. It can parse XML from three different sources: URL, File and String Input. It is completely object oriented and strives to integrate neatly with MQL5, as it utilizes CObject and CArrayObj from the MQL5 standard library to store the DOM.

Simple Display Panel Simple Display Panel

The code is designed to be a simple reference of how to create movable (drag) panels and populate it with information.

Awesome Modified Awesome Modified

This indicator is a modification of classical Awesome indicator. It computes the smoothed rate of change of two exponential means.

MTF RSI Smoothed (recursive) MTF RSI Smoothed (recursive)

Recursive implementation of multi-timeframe smoothed RSI indicator.