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

TAT (Trend Analyzer Tool) - MetaTrader 5용 지표

조회수:
5606
평가:
(10)
게시됨:
2018.04.18 16:55
TAT.mq5 (16.57 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator is similar to the standard MACD, but is calculated using both MACD and SAR, which enables it to generate confident signals in trend areas. Overbought/oversold levels allow tracking trend reversals or rollback. The indicator showed good results on higher timeframes, H1 and above.

It has ten input parameters:

  • MACD Fast EMA period - period of MACD's fast EMA;
  • MACD Slow EMA period - period of MACD's slow EMA;
  • MACD Signal MA period - period of MACD's signal line;
  • SAR step - the step parameter of the standard SAR;
  • SAR max - the max parameter of the standard SAR;
  • MACD multiplier - MACD multiplier parameter;
  • SAR multiplier - SAR multiplier parameter;
  • TAT Signal period - indicator's signal line period;
  • TAT overbought - overbought level;
  • TAT oversold - oversold level.
The MACD multiplier and SAR multiplier define the influence of these indicators on the final calculation.

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

PMF PMF

The Pivot Money Flow indicator displays the direction and the reversal of money flows.

Overbought_Oversold Overbought_Oversold

Dynamic overbought/oversold levels.

Patterns_EA Patterns_EA

The Expert Advisor is based on 30 popular candlestick patterns.

OpenTime 2 OpenTime 2

The Expert Advisor opens positions inside two time intervals. Trades are closed at the specified time. Trailing Stop.