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

Original author:

Nick A. Zhilin

An alternative to Bollinger Bands® with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits.

//+----------------------------------------------+
//|  INDICATOR INPUT PARAMETERS                  |
//+----------------------------------------------+
input string  SirName="Float_Pivot_Digit";          //The first part of the name of graphical objects
input int IPeriod=100;                              //Extremum search period
input ENUM_APPLIED_PRICE_ IPC=PRICE_MEDIAN_;        //Price constant
input int Shift=0;                                  //Horizontal indicator shift in bars
input uint Digit=2;                                 //Number of digits to round to
input bool ShowPrice=true;                          //Show price labels
input color Upper_color=clrTeal;                    //The color of the upper price label
input color Middle_color=clrBlue;                   //The color of the middle price label
input color Lower_color=clrMagenta;                 //The color of the lower price label

The number of digits to round is set in the input variable Digit:

Originally this indicator has been written in MQL4 and was first published in the Code Base on 08.02.2008.


Fig.1. The Float_Pivot_Digit indicator

Fig.1. The Float_Pivot_Digit indicator

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

Heiken_Ashi_Smoothed_VolatilityStep_Alerts_HTF Heiken_Ashi_Smoothed_VolatilityStep_Alerts_HTF

The Heiken_Ashi_Smoothed_VolatilityStep_Alerts indicator with the ability to change the indicator timeframe using input parameters

Heiken_Ashi_Smoothed_VolatilityStep_Alerts Heiken_Ashi_Smoothed_VolatilityStep_Alerts

The Heiken_Ashi_Smoothed_VolatilityStep indicator with the ability to send alerts, emails and push notifications when the indicator breaks through the trigger level specified in the inputs.

Float_Pivot_Smoothed_Digit Float_Pivot_Smoothed_Digit

The Float_Pivot_Digit indicator with the smoothing of input timeseries used in calculations. The timeseries smoothing parameters are determined by the indicator input variables

Gold Dust Gold Dust

The Gold Dust