Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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
- Görüntülemeler:
- 8858
- Derecelendirme:
- Yayınlandı:
- 2010.09.28 16:24
- Güncellendi:
- 2016.11.22 07:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The Expert Advisor is designed to trade in MetaTrader 5 client terminal at any currency pairs and any timeframes.
The trading strategy is the following:
- when trading it checks the values of the ADX indicator.
- to open BUY position, the +DI line should cross the specified level from below to above;
- to open SELL position, the -DI line should cross the specified level from above to below.
Input parameters:
- TimeFrames = 0; - ADX indicator timeframe;
- shift = 1; - ADX indicator shift;
- adx_period = 28; - ADX indicator period;
- MAGIC = 2899; - EA magic number;
- Lots = 0.1; - position volume;
- SL = 500; - stop loss;
- TP = 500; - take profit;
- dev = 30; - slippage;
- level_p = 5; - level of +DI and ADX crossing for BUY operation;
- level_m = 5; - level of -DI and ADX crossing for SELL operation;
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/197

This simple Expert Advisor uses Simple Moving Average and ADX indicators.

The oscillator, based on Ichimoku indicator.
![QQE [v02] and QQE multi-timeframe [v02]](https://c.mql5.com/i/code/indicator.png)
QQE - Qualitative Quantitative Estimation MA on RSI, Difference of MA on RSI and MA of MA of ATR of MA of RSI

This code is a template of an Expert Advisor, written by Valery Mazurenko (notused) for ATC-2010.