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

The real author:

Kim Igor V. aka KimIV

The i-ParamonWorkTime indicator. This indicator selects within 24 hours two periods of the highest market volatility. These periods values can be defined by the indicator input parameters:

//+-----------------------------------+
//|  INDICATOR INPUT PARAMETERS       |
//+-----------------------------------+
input int    NumberOfDays=5;            // Number of days in history
input string Begin_1     ="08:00";      // Start time 1
input string End_1       ="11:00";      // End time 1
input color  Color_1     =clrDarkBlue;  // Paramon color 1
input string Begin_2     ="14:00";      // Start time 2
input string End_2       ="17:00";      // End time 2
input color  Color_2     =clrPurple;    // Paramon color 2
input bool   HighRange   =false;

Working time for trading:

As a rule, the highest market volatility is 10.00 am - 01.30 pm MSK and 04.00 pm - 07.30 pm MSK. Frankfurt Stock Exchange opens at 10.00 am (it is also a strong stock exchange), at 11.00 am - London (all Europe enters the market). New York Stock Exchange opens at 4.00 pm, Chicago Stock Exchange opens at 5.00 pm (all the USA enters the market).

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 26.09.2007.

i-ParamonWorkTime

Fig.1 the i-ParamonWorkTime indicator

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

Exp_FigurelliSeries Exp_FigurelliSeries

Trading system using the FigurelliSeries trend indicator

Exp_CandleTrend Exp_CandleTrend

The simplest non-indicator based trading system that defines the moments of entry by presence of single directed candlesticks

i-Sessions i-Sessions

The trade sessions indicator

Bollinger Band Width calculation with Neural Network using Bollinger Band Width calculation with Neural Network using

This Expert Advisor works with Neural Network method