거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Nikolay Kositsin
조회수:
17053
평가:
(19)
게시됨:
2011.08.12 12:02
업데이트됨:
2023.03.29 13:43
\MQL5\Include\
t3.mq5 (5.55 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

Tim Tillson

T3 indicator is proposed by Tim Tillson in 1998.

The reason of development of this new moving average was to improve the noise filter and decrease a lag, presented in most of the moving averages. The indicator is based on multiple exponential smoothing of price. Trade signals are: buy when price crossover the indicator upward and sell in case of downward crossover.

The indicator uses CT3 class of SmoothAlgorithms.mqh library, the details can be found in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

T3 Moving Average Indicator

T3 Moving Average Indicator

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

MAMA MAMA

Mesa Adaptive Moving Average (MAMA) indicator.

ZerolagStochs ZerolagStochs

Stochastic Oscillator equivalent with a minimum lag.

Module of Trade Signals, Based on T3 Indicator Module of Trade Signals, Based on T3 Indicator

The downward crossover of T3 moving average is a signal to open a long position, the upward crossover of T3 moving average is a signal to open short position.

Fibonacci retracement Fibonacci retracement

The indicator plots the Fibonacci retracement levels for a user-defined number of bars.