Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
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:
13283
Valutazioni:
(37)
Pubblicato:
2010.10.15 11:02
Aggiornato:
2016.11.22 07:32
\MQL5\Include\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

This Expert Advisor uses two Moving Averages and RSI indicator.

It has two money management systems - fixed lot and martingale. The martingale can be disabled.

Input parameters:

  • PeriodFast - fast MA period;
  • PeriodSlow - slow MA period;
  • ShiftFast - fast MA shift;
  • ShiftSlow - slow MA shift;
  • RSI - RSI period;
  • Perekup - overbought RSI level;
  • Pereprod - oversold RSI level;
  • Stop - Stop Loss in points;
  • Tp - Take Profit in points;
  • DML - margin for 1 lot;
  • UD - number of doublings;
  • Slipage - slippage in points.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/202

is7n_trend.mq5 (new) is7n_trend.mq5 (new)

This trend indicator is based on moving averages.

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.

s-LastPinkEventDate s-LastPinkEventDate

Since Terminal build 344 added display of economic calendar news using special graphical objects (OBJ_EVENT). A script that outputs as a demonstration of the Economic Calendar with current economic data, the date of the last major (Pink) event.

ClearView - PricePointer, RoundNumberMarker, PeriodSeparator plus template ClearView - PricePointer, RoundNumberMarker, PeriodSeparator plus template

Enhance your charts by adding intelligent markers for important price points and the start/end of year/month/week/day/session Includes a price pointer that changes color whenever price is near an important price point (e.g. historical high/low)