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

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

Görüntülemeler:
8146
Derecelendirme:
(32)
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;


ytg_ADX_V1


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

Simple Expert Advisor based on the Simple Moving Average and ADX Simple Expert Advisor based on the Simple Moving Average and ADX

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

Ichimoku Oscillator Ichimoku Oscillator

The oscillator, based on Ichimoku indicator.

QQE [v02] and QQE multi-timeframe [v02] QQE [v02] and QQE multi-timeframe [v02]

QQE - Qualitative Quantitative Estimation MA on RSI, Difference of MA on RSI and MA of MA of ATR of MA of RSI

An Expert Advisor template An Expert Advisor template

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