The Turtle Trading Channel

0
(0)
姓名:
The Turtle Trading Channel
作者: flaab (2012.05.15 08:46)
評分: 10
已下載: 13821
下載:
The Turtle Trading Channel 1
TheTurtleTradingChannelRaw.mq4 (3.4 KB) 看法
The Turtle Trading Channel 1 TheTurtleTradingChannel.mq4 (6.0 KB) 看法

描述:

This trend following system was designed by Dennis GartmanBill Eckhart, and relies on breakouts of historical highs and lows to take and close trades: it is the complete opposite to the "buy low and sell high" 方法. This trend following system was taught to a group of average and normal individuals, and almost everyone turned into a profitable trader.

The main rule is "Trade an N-day breakout and take profits when an M-day high or low is breached (N must me above M)". 例子:

  • Buy a 10-day breakout and close the trade when price action reaches a 5-day low.
  • Go short a 20-day breakout and close the trade when price action reaches a 10-day high.

In this indicator, the red and blue lines are the trading lines, and the dotted line is the exit line. Original system is:

  • Go long when the trading line turns 藍色的
  • Go short when the trading line turns 紅色的
  • Exit long positions when the price touches the exit line
  • Exit short positions when the price touches the exit line

Recommended initial stop-loss is ATR * 2 from the opening price. Default system parameters were 20,10 和 55,20.

我有, 然而, altered a little bit the algorithm to get early entry signals and avoid random trend swings in highly volatile conditions. 這樣做, this indicator will only show a trend change when a bar actually closes above or below the current trendline -instead of just touching it like a normal stop-loss order would do-. The downside is that you can only detect trend changes when the last bar has already closed. Just in case, the strict version is also available.

This indicator should be used together with my other indicator: The classic Turtle Trading Indicator, to represent the same period or the failsafe trading system and get further signals if you have been stopped out. Both indicators implement trading alerts, enable or disable them at will depending on your trading setup.

 

Original Turtle Rules:

To trade exactly like the turtles did, you need to set up two indicators representing the 主要的failsafe 系統.

  • Set up the main indicator with TradePeriod = 20 and StopPeriod = 10 (A.k.a S1)
  • Set up the failsafe indicator with TradePeriod = 55 and StopPeriod = 20 using a different color. (A.k.a S2)

entry strategy using S1 is as follows

  • Buy 20-day breakouts using S1 only if last signaled trade was a loss.
  • Sell 20-day breakouts using S1 only if last signaled trade was a loss.
  • If last signaled trade by S1 was a win, you shouldn't trade -Irregardless of the direction or if you traded last signal it or not-

entry strategy using S2 is as follows:

  • Buy 55-day breakouts only if you ignored last S1 signal and the market is rallying without you
  • Sell 55-day breakouts only if you ignored last S1 signal and the market is pluging without you

The turtles had a progressive position sizing approach that boosted their winnings. Once a trading decision has been made you should...

  • Enter the market with 2% 風險. Place stop-loss 2ATR from the opening price.
  • If the position moves in your favor 1/2ATR, enter the market again with 2% risk and trail all stop-losses 2ATR from current price.
  • If the position moves in your favor 1/2ATR, enter the market again with 2% risk and trail all stop-losses 2ATR from current price.
  • If the position moves in your favor 1/2ATR, enter the market again with 2% risk and trail all stop-losses 2ATR from current price.
  • Stop adding to positions when 4 positions have been taken. (*** And see money management rule below)

exit strategy is performed using the dotted line of the indicator:

  • Exit longs taken using S1 when price action closes below a 10-day low
  • Exit shorts taken using S1 when price action closes above a 10-day high
  • Exit longs taken using S2 when price action closes below a 20-day low
  • Exit shorts taken using S2 when price action closes avove a 20-day high

The turtles had very strict 金錢管理 也. Initial position risk was 2%, but it decreased according to the current drawdown.

  • If the account had a 10% 減少, the risk for each trade should decrease a 20%
  • If the account had a 20% 減少, the risk for each trade should decrease a 40%.
  • If the account had a 30% 減少, the risk for each trade should decrease a 60%.
  • 所以, if the account had a N% drawdown, the risk for each trade should decrease N*2%.

圖片:

The Turtle Trading Channel 3

The Turtle Trading Channel 4

The Turtle Trading Channel 5

The Turtle Trading Channel 6

The Turtle Trading Channel 7

 

Other considerations:

  • Don't get too fixated to the 20,10 (S1) 和 55,20 (S1) 參數
  • TradePeriod must always be higher than StopPeriod

Changelog:

  • 2012-05-17: Added alerts, fixed an important bug and attached a raw version displaying both channels.
  • 2012-06-12: Updated the indicator enabling the strict mode from the same file.

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.