Unisciti alla nostra fan page
Fibonacci retracement - indicatore per MetaTrader 5
- Visualizzazioni:
- 27718
- Valutazioni:
- Pubblicato:
- 2011.08.12 12:47
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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.
T3T3 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.
Simple timer next candleA non-invasive candle time that can be positioned next to price or near a corner.