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
Uzman Danışmanlar

Fractals minimum distance - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
4132
Derecelendirme:
(26)
Yayınlandı:
2017.08.10 10:27
Güncellendi:
2018.06.26 13:03
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The EA trades based on the Fractals indicator. It only trades at the emergence of a new bar. Lot calculation: percentage of free margin. When an upward fractal is found, a Sell signal is generated and all Buy positions are closed. When a downward fractal is found, a Buy signal is generated and all Sell positions are closed.

For optimization purposes.

Two input parameters simplify configuration:

  • Distance (in pips)
  • and Signal bar


Fractal minimum distance

Fractals minimum distance. The "Distance" parameter

Signal bar — bar number (relative to the current one) on which the fractal is checked.

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

CandleRange_HTF CandleRange_HTF

The CandleRange indicator with the timeframe selection option available in the indicator input parameters.

PercentageCrossoverChannel_System_HTF PercentageCrossoverChannel_System_HTF

The PercentageCrossoverChannel_System indicator with the timeframe selection option available in the indicator input parameters.

Pipso Pipso

The EA trades in the specified time interval. It takes into account High and Low within a certain number of bars. The EA includes protection against the "not enough money" error.

Exp_PercentageCrossoverChannel_System Exp_PercentageCrossoverChannel_System

The trading system is based on the PercentageCrossoverChannel_System indicator signals.