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

Module of Trade Signals, Based on T3 Indicator - MetaTrader 5용 라이브러리

조회수:
5986
평가:
(29)
게시됨:
2011.08.12 12:33
업데이트됨:
2016.11.22 07:32
\MQL5\Include\Expert\MySignals\
t3signal.mqh (5.09 KB) 조회
\MQL5\Indicators\
t3.mq5 (5.55 KB) 조회
\MQL5\Include\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The signals are formed at completed bars. T3 indicator is used as a custom indicator for module of trade signals.

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

The following input parameters were used when testing:

  • T3Period: 14;
  • b_: 70;
  • Other input parameters: default;
  • Symbol: GBPUSD;
  • Lot: 0.1;
  • Stop Loss, Take Profit, Trailing Stop: not used

To use this module of trade signals in MQL5 Wizard, the basedonindicatorexpertsignal.mqh and t3signal.mqh files must be placed to terminal_data_folder\MQL5\Include\Expert\MySignals. The module uses T3 indicator, the t3.mq5 file must be placed to terminal_data_folder\MQL5\Indicators. The smoothalgorithms.mqh library must be placed to terminal_data_folder\MQL5\Include.

T3 indicator - based deals

Trade signals, based on T3 indicator

History backtesing results (01.01.2011, GBPUSD M15):

History backtesting of strategy, based on T3 indicator (GBPUSD, M15)

History backtesting of strategy, based on T3 indicator (GBPUSD, M15)

Hourly:

History backtesting of strategy, based on T3 indicator (GBPUSD, H1)

History backtesting of strategy, based on T3 indicator (GBPUSD, H1)

Daily:

History backtesting of strategy, based on T3 indicator (GBPUSD, Daily)

History backtesting of strategy, based on T3 indicator (GBPUSD, Daily)

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

T3 T3

T3 Moving Average is based on multiple exponential smoothing of price.

MAMA MAMA

Mesa Adaptive Moving Average (MAMA) indicator.

Fibonacci retracement Fibonacci retracement

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

Variation Variation

This trend indicator shows the current trend direction and moments for closing of the opened position.