당사 팬 페이지에 가입하십시오
SDX-TzPivots - MetaTrader 4용 지표
- 게시자:
- Aleh Sasonka
- 조회수:
- 31908
- 평가:
- 게시됨:
- 2015.05.26 09:32
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Real Author:
Shimodax
Calculation of pivot and similar levels based on time zones.
If you want to modify the colors, please scroll down to line 200 and below (where it says "Calculate Levels") and change the colors. Valid color names can be obtained by placing the cursor on a color name (e.g. somewhere in the word "Orange" and pressing F1).
Time Zone Inputs:
- LocalTimeZone — time zone for which MetaTrader 4 shows your local time, e.g. 1 or 2 for Europe (GMT+1 or GMT+2 for daylight savings time). Use zero for no adjustment. The MetaQuotes demo server uses GMT+2.
- DestTimeZone — time zone for the session from which to calculate the levels, e.g. 1 or 2 for the European session (without or with daylight savings time). Use zero for GMT.
Example:
If your MetaTrader server is located in the EST (Eastern Standard Time, GMT-5) zone and you want to calculate the levels for the London trading session (European time in summer GMT+1), then enter -5 for LocalTimeZone, 1 for DestTimeZone.
Please understand that the LocalTimeZone setting depends on the time on your MetaTrader charts (for example the demo server from MetaQuotes is always located in CDT (+2) or CET (+1), no matter what the clock on your wall says.
If in doubt, leave everything to zero.
Tips:
- BarForLabels = number of bars from right, where lines labels will be shown.
- Comment for upper left corner: Range, Highs, Lows, Close - Yesterday, Today.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13098
This indicator draws 3 Moving Averages by median price.
Convergent Divergent Range VolatilityThe indicator analyzes price volatility for optimal setting of Take Profit and Stop Loss.
Gives you information on pip value, spread value, daily pips average, how much you can earn, future range of the present day.
Pivot Point with adjustable closing timePivot Point (PP) indicator for use on timeframes < D1 with adjustable preceding day close time, elimination of sunday bars, optional display of weekly and monthly PP, preview of tomorrows' PP and current days' midpoints.