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

Source of this on is February 2004, Active Trader magazine.


System concept

This system was inspired by the more successful stock systems that have appeared in the Trading System Lab. These strategies share a common timing technique - they attempt to take advantage of minor extreme price movements.

This system detects when price has deviated significantly from its norm by measuring how far it moves above and below a "detrended" Simple Moving Average (SMA). The resulting indicator is called the "Glitch Index," which represents the percentage move price has made above or below the detrended SMA. The theory is price will move back to its norm, and we can profit by taking advantage of the temporary deviation.

The formula for calculating the Glitch Index is:

Glitch Index = (Diff/Closing Price) * 100

where:

SMA = 30-period Simple Moving Average
Diff = Closing Price - SMAMult
RocSMA = Rate of Change(SMA) * 0.1 + 1
SMAMult = SMA* RocSMA

The system buys when the Glitch Index goes below -2 and sells when it swings back up above +2. However, the system will not enter a long trade if the highest Glitch Index value within a 30-bar period is greater than 5. This prevents the system from entering when prices snap back from an extremely overbought level, such as a blow-off at the top of a strong bull rally.

The color of the Glitch Index (GI) indicator bars helps illustrate what the system is doing.

  • Light green bars indicate a GI greater than 5, which means long trades are forbidden for the next 30 bars even if an entry signal occurs.
  • Dark green bars indicate a GI of greater than 2 (the sell zone).
  • Red bars indicate areas that are within the "no sell" zone (GI < -5).
  • Dark red bars indicate the buy zone (i.e., GI < -2).

The system does not sell short.


Entry

  1. The Glitch Index must be less than -2.
  2. The highest Glitch Index reading within the last 30 bars must be less than +5.
  3. If these two conditions are met, buy the next bar at the market.


Exit

  • If the Glitch Index is greater than +2, exit next bar at the market.


Money management

  • Each trade was sized to equal 6 percent of the current account equity.

PS: the system is designed for daily and weekly time frames. For lower time frames the levels have to be adjusted.

Congestion index Congestion index

The Congestion Index attempts to identify the market's character by dividing the actual percentage that the market has changed in the past x days by the extreme range.

Dsl - CMO bars Dsl - CMO bars

Chande Momentum Oscillator with added Discontinued Signal Lines instead of using static levels for trends displayed on the main chart as bars (if the current chart style is bars or line) or candles (it is done automatically).

Double Smoothed EMA Double Smoothed EMA

Unlike the similar attempts of smoothing existing indicators, the Double smoothed EMA indicator is not lagging when compared to "regular" EMA.

Triple DSEMA Triple DSEMA

This version uses double smoothed EMA instead of using Hull average, and since double smoothed EMA is never overshooting, that issue is solved. Being a very smooth average too, double smoothed EMA is really a good filter/average to be used in the "triple" series.