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

Shortly:

Displaying of candles of any instrument, synchronisation on bars or on days.
The indicator gives the convenience to trace the relative movement of currencies.
This is the improved version of that: http://codebase.mql4.com/en/code/9545

The indicator allows to level its shart concerning the original shart. For this purpose it is necessary to select with a mouse red "handle" and to move it under Low of a desired bar of the original shart. The indicator's shart will be levelled with this point when the new tic come or after a command to Update.


Besides, function Synchronization on days is added: DaySynch which allows to level the indicator's shart automatically on the first bar of each day.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/9632

Support and resistance levels Support and resistance levels

This a bollinger band indicator with an extra deviation level. If you keep the period at 25 and deviations of 1.0 and 2.0, It will show you all your resistance and support lines. And also overbought and oversold levels.

HighLowLines HighLowLines

Shows you the value of the highest high, the lowest low and the average of both over the last x Bars (to be set in the input tab).

Alert at Order Closing Alert at Order Closing

The indicator alerts at order closing, and reports about its profit.

EA Moving Average_Money EA Moving Average_Money

I have programmed an EA using Moving Average (from mt4 default Moving Average.mq4) to decide open buy/sell combine with StopLoss using the Money Management.