거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Fibonacci retracement - MetaTrader 5용 지표

조회수:
27401
평가:
(27)
게시됨:
2011.08.12 12:47
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

Fibonacci retracement

Module of Trade Signals, Based on T3 Indicator Module of Trade Signals, Based on T3 Indicator

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 T3

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

Variation Variation

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

Simple timer next candle Simple timer next candle

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