거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

16 indicators in 1 - MetaTrader 4용 지표

조회수:
45334
평가:
(4)
게시됨:
2010.05.05 13:36
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author:

Damien

http://wallstreetfx.comze.com/

1. Price indicator
This tool is made of candles. It is supplied with:
  • The parabolic SAR
  • Bollinger-bands
  • 4 Moving Averages
Each indicator can be activated or not will the optional true / false.
The options "price" is "ma_style" are valid for four moving averages.
In the option price must note your preference as well and capitalized:
  • CLOSE
  • HIGH
  • LOW
  • OPEN
  • TYPICAL
  • MEDIAN
  • WEIGHTED
In the "ma_style" it should be noted and your preferences and uppercase:
  • EMA
  • SMA
  • SMOOT
  • LWMA

Indicator in separate window:

  • CCI = CCI
  • RSI = RSI
  • Deviation standart = STDEV
  • MACD = MACD
  • Stochastique = STO
  • Bull = BULL
  • Bear = BEAR
  • on balance volume = OBV
  • momentum = MOM
  • AO = AO
  • AC = AC
  • Money flow index = MFI
  • average true range = ATR
  • Osma = OSMA
  • ADX =ADX
  • force = FORCE
You can choose the type of price used in calculating the indicator and the type of moving averages, your preferences are noted in the same manner as the price indicator.

It is possible to choose the style of the indicator in the "style", 3 types are available, they should note the following in block letters
  • histogram = HISTO
  • line = LIGNE
  • dot= POINT
I'm sorry if my explanations are incomprehensible, this is an automatic translation, I'm French.

Good test and good trades ;)





SVS_Oscillator SVS_Oscillator

The Variant of the oscillator. Entry on change the sign (intersection 0 axise ) . It Is Painted depending on positions of the indicator for 0 axises (+or-) for two senior periods to the current. The Example: m1 red if m5+ m15- , м1 crimson if m5+ m15+.

EA_Email - send an e-mail on your account details every xx minutes EA_Email - send an e-mail on your account details every xx minutes

This EA will send an e-mail about your account details every xx minutes.

Multi function price indicator Multi function price indicator

Multi function price indicator

3 Simple Scripts 3 Simple Scripts

3 Scripts to simplify scalper operations. The scripts puts new OrderBuy, new OrderSell or CloseAllPositiveOrder.