Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
8162
Valutazioni:
(32)
Pubblicato:
2010.09.28 16:24
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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


Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.