Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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:
- 3808
- Derecelendirme:
- Yayınlandı:
- 2018.01.22 09:53
- Güncellendi:
- 2018.02.28 14:04
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Author of the idea: Boris, author of the mq5 code: barabashkakvn.
The main idea of the trading strategy is as follows: when there are three down bars on the current timeframe:
and the main Stochastic line is above the signal line on the other two timeframes:
a Buy signal emerges.
The strategy handles only Buy signals.
Testing in the M15 timeframe:
Input Parameters
- Lots - position volume;
- Stop Loss
- Take Profit
- Max positions - the maximum number of open positions;
- timeframe Stochastic #1 - timeframe for Stochastic #1;
- timeframe Stochastic #2 - timeframe for Stochastic #2;
- magic number - Expert Advisor identifier.
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/19467

A trading system based on the Martingale technique.

A trading system based on the Vortex Oscillator signals.

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.

KDJ Indicator Oscillator