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

Real author:

Martes

Indicator Round_Levels_XN draws multiple "round" levels nearest to the current price above and below it.

//+------------------------------------------------+
//| Indicator input parameters                     |
//+------------------------------------------------+
input uint ZeroCount=2;                      //number of zeros for rounding
input string levels_sirname="Price_Level_1"; //label of levels
input uint XNCount=3;                        //number of the iterations of the entire set of lines
//----
input color Up_level_color2=clrBlue;    //color of the second upper level
input STYLE Up_level_style2=SOLID_;     //style of the second upper level
input ENUM_WIDTH Up_level_width2=w_3;   //width of the second upper level
//----
input color Up_level_color1=clrLime;    //color of the first upper level
input STYLE Up_level_style1=SOLID_;     //style of the first upper level
input ENUM_WIDTH Up_level_width1=w_3;   //width of the first upper level
//----
input color Dn_level_color1=clrRed;     //color of the first lower level
input STYLE Dn_level_style1=SOLID_;     //style of the first lower level
input ENUM_WIDTH Dn_level_width1=w_3;   //width of the first lower level
//----
input color Dn_level_color2=clrMagenta; //color of the second lower level
input STYLE Dn_level_style2=SOLID_;     //style of the second lower level
input ENUM_WIDTH Dn_level_width2=w_3;   //width of the second lower level

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on March 29, 2008.

Fig1. Indicator Round_Levels_XN

Fig1. Indicator Round_Levels_XN

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

SignalTable_Sar_RSI_MA SignalTable_Sar_RSI_MA

An indicator that shows buy and sell signals of three indicators (iSAR, iRSI, and iMA) on nine timeframes with full settings

FineTuningMACandle_Chl_HTF FineTuningMACandle_Chl_HTF

Indicator FineTuningMACandle_Chl with the timeframe selection option available in its input parameters

FineTuningMACandle_Chl_Arr_StDev_HTF FineTuningMACandle_Chl_Arr_StDev_HTF

Indicator FineTuningMACandle_Chl_Arr_StDev with the timeframe selection option available in its input parameters

FineTuningMACandle_Chl_Arr_StDev FineTuningMACandle_Chl_Arr_StDev

Indicator FineTuningMACandle_Chl_Arr that additionally indicates the trend strength with colored dots, based on the standard deviation algorithm