Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
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
Ö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
- Yayınlayan:
- Vladimir Karputov
- Görüntülemeler:
- 4804
- Derecelendirme:
- Yayınlandı:
- 2018.01.22 09:54
- Güncellendi:
- 2018.02.28 16:02
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The author of the idea: yyy999, the mq5 code author: barabashkakvn.
Warning! In order to provide conditions for the EA operation, you should add the compiled KDJ Indicator file to [data folder]\MQL5\Indicators
Input Parameters
- KDJ: M1 - the M1 parameter of the KDJ Indicator;
- KDJ: M2 - the M2 parameter of the KDJ Indicator;
- KDJ: M2 - the KdjPeriod parameter of the KDJ Indicator;
- Lots - position volume;
- Stop Loss
- Take Profit
- Risk - percentage of risk per trade based on the free margin.
It is recommended to launch the EA on the H1 timeframe and higher.
Example of operation on EURUSD,H1:
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/19487

KDJ Indicator Oscillator

The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.

A daily bar breakout strategy.

The indicator implements a breakout system using the Fractal_Levels indicator channel.