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

It is statistically proved that the market very often reacts to changes in behavior on the "round levels" of price. Psychologically, a man is ready to change something reaching the round number. For example, start losing weight on Monday, quit smoking on the 20th, to close the deal at 1.6000.

The RoundLevels indicator has been developed for this. It gives signals fixing "round levels" of price in all historical range of the price values of the selected currency pair.

The indicator can give the following variants of the signals:

  • Sound signal;
  • Alert;
  • Push-notification to the smartphone;
  • The message to the email, mailbox.

The following indicator parameters are available for a trader to control signals:

//+-----------------------------------+
//|  INPUT PARAMETERS OF THE INDICATOR|
//+-----------------------------------+
input bool On_Push = false;                        //push-notifications input
input bool On_Email = false;                       //email input
input bool On_Alert = true;                        //alert input
input bool On_Play_Sound = false;                  //sound signal input
input string NameFileSound = "expert.wav";          //the name for sound signal
input string  CommentSirName="RoundPriceAlert: ";    //the first part of the alert-comment
input uint RoundDigits=3;                         //the number of zeros in the digits
input uint SignalPause=5;                         //the interval in minutes between signals

Image:

Fig.1 The alert using the RoundPriceAlert indicator

Fig.1 The alert using the RoundPriceAlert indicator 

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

Dserg-PPZ Dserg-PPZ

The indicator draws possible support and resistance lines considering the fractals clusters

DiNapoli Stochastic DiNapoli Stochastic

A smoother stochastic from the book by Joe Dinapoli "Trading With DiNapoli Levels"

ExTrend ExTrend

The channel formed by two trend lines drawn at the high and low formed by the last two fractals

MaxMinRange MaxMinRange

Two histograms to define the current market situation