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

Trix oscillator is an oscillator based on the smoothed triple moving average.
The indicator was developed in the early 1980's by Jack Hutson, an editor for "Technical Analysis of Stocks and Commodities" magazine.

There are seven configurable parameters:

  • Period - calculation period
  • First MA method - first MA calculation method
  • Second MA method - second MA calculation method
  • Third MA method - third MA calculation method
  • Signal period - signal line calculation period
  • Signal method - signal line calculation period
  • Applied price

Calculation:

Trix = (MA3 - PrevMA3) / PrevMA3 Signal = MA(Trix, Signal period, Signal method) Histogram = Trix - Signal

where:

MA3 = MA(MA2, Period, Third MA method) MA2 = MA(MA1, Period, Second MA method) MA1 = MA(Applied price, Period, First MA method)

The equation is taken from Appel, Gerald: Winning Stock Market Systems. Signalert Corp., Great Neck, N.Y. 1974.

General rule:
Buy when Trix is below zero and crosses its signal line upwards.
Sell when
Trix is above zero and crosses its
signal line downwards.
The histogram color change may serve as a preliminary signal that either forecasts the indicator lines crossing, or can be used to work on the price roll-backs.

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

Exp_MA_Rounding_Candle_MMRec Exp_MA_Rounding_Candle_MMRec

The trading system based on the MA_Rounding_Candle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Exp_XHullTrend_Digit Exp_XHullTrend_Digit

Exp_XHullTrend_Digit is based on signals generated by XHullTrend_Digit indicator

TBS_Histogram TBS_Histogram

Tick Based Stochastic with histogram

TBS TBS

Tick Based Stochastic indicator