Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Fibonacci retracement - indicator for MetaTrader 5

Views:
26891
Rating:
(27)
Published:
2011.08.12 12:47
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

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.