당사 팬 페이지에 가입하십시오
- 조회수:
- 28586
- 평가:
- 게시됨:
- 2011.08.12 12:47
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Real author:
ggekko
The indicator plots the Fibonacci retracement levels on the chart for a user-defined number of bars without having to draw the Fibonacci retracement object.
The user specifies how many bars they want to use for the retracement and then the indicator keeps track of the highest highs and lowest lows and plots the levels accordingly.
If a new high is more recent than a new low, then the indicator assumes it to be an uptrend and the levels show were the price might encounter support if it retraces. If a low is more recent than a high, then the indicator assumes it to be a downtrend and the lines show were the price might encounter resistance if it retraces.
The original idea and code were published in the Code Base on mql4.com 2011.04.11.

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

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

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

A non-invasive candle time that can be positioned next to price or near a corner.