터틀 트레이딩 인디케이터 입니다.


MQL4.com 에 있는걸 퍼왔습니다.

 

자세한 설명이나 사용법은 스스로 터득하시기 바랍니다.

 

// 모든 인디케이터가 반드시 indicator 폴더에 위치하고 있어야 합니다.

첨부파일

코멘트 (4)

블루아이

브라보~~~


꿈쟁이요셉

감사합니다. ^^


Only유달

감사합니다.

잘 사용하겠습니다.

(^_____^)


블루아이

원문 링크 http://codebase.mql4.com/8312

Description:

This trend following system was designed by Dennis Gartman and Bill 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" approach. 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)". Examples:

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, entry and exit signals are displayed as arrows and dots. Original system is:

Go long on blue arrows
Go short short on red arrows
Exit long positions when a blue dot appears
Exit short positions when a red dot appears
This indicator should be used together with my other indicator: The Turtle Trading Channel, to represent the same period or the failsafe trading system. The important function about this indicator is that it actually checks if your last trade has been stopped out and gives further entry signals along the trend. So it is the perfect addition to the trading channel for a complete Turtle Trading approach.

I have, however, altered a little bit the algorithm to get early entry signals and avoid random trend swings in highly volatile conditions. To do so, 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.

Both indicators implement trading alerts, enable or disable them at will depending on your trading setup.

This indicator should be used together with my other indicator: The Turtle Trading Channel, to represent the same period or the failsafe trading system. The important function about this indicator is that it actually checks if your last trade has been stopped out and gives further entry signals along the trend. So it is the perfect addition to the trading channel for a complete Turtle Trading approach. 

I have, however, altered a little bit the algorithm to get early entry signals and avoid random trend swings in highly volatile conditions. To do so, 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.

Both indicators implement trading alerts, enable or disable them at will depending on your trading setup.