거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
13292
평가:
(37)
게시됨:
2010.10.15 11:02
업데이트됨:
2016.11.22 07:32
\MQL5\Include\
2ma_rsi.mq5 (3.77 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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)