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

ExFractals - MetaTrader 5 için Uzman Danışman

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

Idea by: Alex.

MQL5 code by: Vladimir Karputov.

The EA uses custom indicator ExVol:

ExVol

Separate stop loss, take profit, and trailing are used for BUY and SELL positions.


Inputs

  • Maximum Risk in percentage - lot size calculations, the maximum risk parameter;
  • Descrease factor - lot size calculations; decrease it, if there are many losing trades;
  • Stop Loss Buy - stop loss for BUY positions;
  • Stop Loss Sell - stop loss for SELL positions;
  • Take Profit Buy - take profit for BUY positions;
  • Take Profit Sell - take profit for SELL positions;
  • Trailing Stop Buy - trailing for BUY positions;
  • Trailing Stop Sell - trailing for SELL positions;
  • Trailing Step - trailing step (common for both BUY and SELL positions);
  • ExVol: ExPeriod - parameter of custom indicator "ExVol";
  • magic number - unique identifier for the EA.

Example of testing on EURUSD,M15:

ExFractals

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

CaudateXPeriodCandle_main CaudateXPeriodCandle_main

Indicator CaudateXPeriodCandle in the main chart

CaudateXPeriodCandleRange CaudateXPeriodCandleRange

An indicator that draws the CaudateXPeriodCandle candlestick sizes in points.

CaudateXPeriodCandle_main_Arrow CaudateXPeriodCandle_main_Arrow

Indicator CaudateXPeriodCandle in the main chart, highlighting with colored points caudate candlesticks of the "Hammer" and "Reversed Hammer" types only.

ID_Close_Rectangle ID_Close_Rectangle

A utility for closing (reducing the right side of the length) the rectangles.