Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

MA MACD Position averaging - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
4501
Derecelendirme:
(15)
Yayınlandı:
2018.12.28 12:56
Güncellendi:
2019.01.17 11:29
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Idea by: Myth63

Code mq5 by: barabashkakvn

The EA only checks for a trading signal or an addition to the position when a new bar appears.

The EA is based on indicators iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). If a position has a loss exceeding Step lossing pips, open yet another position (in the loss-making position direction) with an increased lot (Lot coefficient is considered).

The EA holds only one position or multiple positions of the same direction. The EA uses two parameters: Indent price from MA and Ratio of MAIN to SIGNAL (both are displayed in the picture below)

MA MACD Position averaging

Sample BUY signal: MACD indicator is below "0.0", the main line (MAIN) exceeds the signal line (SIGNAL) and the current price is higher than Moving Average. Two filters are added to this condition:

  • Ratio of MAIN to SIGNAL
  • Indent price from MA

You can select a bar to be checked - on a zero (current) one or on bar #1. This is defined by the Bar Current parameter.


EA operation

The following data is collected on a new bar: Number of BUY and SELL positions and the most loss-making (according to the number of pips) BUY and SELL positions. If it turns out that there are both BUY and SELL positions at the same time, this is considered to be an error and ALL positions are closed. If the most loss-making position is found and it is unprofitable by more thanStep lossingpips, then the parameters of this position (the ticket and the number of lots) are remembered.

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

Nerve Nerve

The script calculates the average and weighted volatility of a symbol.

Stochastic_Histogram_HTF Stochastic_Histogram_HTF

Indicator Stochastic_Histogram with the timeframe selection option available in its input parameters

XFisher_org_v1_Candle XFisher_org_v1_Candle

Indciator XFisher_org_v1 represented as candlesticks

XFisher_org_v1_HTF XFisher_org_v1_HTF

The XFisher_org_v1 indicator with the timeframe selection option available in the input parameters