거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

FineTuningMACandle_Chl_Arr - MetaTrader 5용 지표

조회수:
3334
평가:
(10)
게시됨:
2018.12.28 13:01
업데이트됨:
2023.03.29 13:48
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

FineTuningMACandle_Chl indicator replaces signal candles with signal flags, which are visually more convenient in most cases.

//+----------------------------------------------+
//|  INDICATOR INPUT PARAMETERS                  |
//+----------------------------------------------+
input uint   FTMA=10;
input double rank1=2;
input double rank2=2;
input double rank3=2;
input double Shift1=1;
input double Shift2=1;
input double Shift3=1;
input int PriceShift=0; // vertical shift of the indicator in points
input uint Gap=10;                                     //unconsidered gap in points
input uint BBLength=10;                                // Bollinger period                                                   
input double BandsDeviation=1.0;                       // deviation
input uint ArraySymb=108;                              // Symbol for signal labels

To replace the values of the last input, use the Wingdings font symbols table.

The indicator uses the classes of library SmoothAlgorithms.mqh (to be copied to the <terminal_data_directory>\MQL5\Include folder). The use of the classes was described in detail in article Averaging Price Series for Intermediate Calculations without Using Additional Buffers.

Fig1. FineTuningMACandle_Chl_Arr indicator

Fig1. FineTuningMACandle_Chl_Arr indicator

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

Traders_Dynamic_Index Traders_Dynamic_Index

Indicator Traders Dynamic Index

Alligator Simple v1.0 Alligator Simple v1.0

The EA uses indicator iAlligator

FineTuningMACandle_Chl FineTuningMACandle_Chl

Indicator FineTuningMACandle with two colored channels based on standard deviations from the High and Low of the indicator candles

FractalChannel_Cloud_HTF FractalChannel_Cloud_HTF

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