MQL4 - automated forex trading   /  

Code Base

Trading StrategiesTrading StrategiesRabbit3   £100 start   Zero to Hero    UpdatedExpert
Rabbit3 £100 start Zero to Hero Updated
Author: tootrue
Subscribe to signal
Pogulyaev EURUSD
21.57%, 12 578.85 USD
Screenshot
[SP500], H4
Demo
Loading depositLoading deposit Try product
Loading deposit
Author: sergey1294

Code Base  Indicators  Auto-Fibonacci To post a new code, please log in or register

Download MetaTrader 5 and visit MQL5.community Code Base
and Trade on the Go!
and Trade on the Go!
Prepare for the Championship
Couldn't find the right code? Order it in the Jobs section

This library is for
MetaTrader 4
Download MT 4 - 455 Kb

and Trade on the Go!

and Trade on the Go!

Name:
Auto-Fibonacci [ ru ]
Author: zenhop (2009.12.08 11:04)
Downloaded: 15893
Download:
 AutoFibo.mq4 (2.8 Kb) View

Description:

This indicator will create a Fibonacci Retracement Object on your chart, and auto-update its values.

You can indicate if you prefer to use the classic High/Low values, or the less classic Open/Close ones (price_type: 0 = High/Low, 1 = Open/Close).

You can also define how many bars to look back maximum (Band_period).



Indicator settings (Band_period, price_type)

Color settings

Image:



Auto-Fibonacci - AUDUSD H1, Period=72


7 comments  To post a new comment, please log in or register

Hello Author,

a idea, can you a create this Fib, with an entry Point by a mouseclick. After this, the fib shows the entrypoint automatically to the low, in the result: you have your best fib level, that you search.

thanks

Balduin

17.05.2011 13:50 balduin

Thanks, not perfect but a great place to start instead of from scratch :) This will save me lots of time.


Best Performing Forex Robots (Test Results)

27.05.2010 05:31 Beakon

Is band_period the same as number_of_bars?

27.01.2010 05:17 edwinodus

Well, this indicator is not really accurate.

I'll do it better soon.

14.01.2010 13:04 zenhop
v.k wrote:

hi. I thought, fibos should be drawn like that:


isn't it right?


Hi,


If you want to inverse the coodonates of the fibo, just change this line:

if (Open[Band_Period] < Open[0]) {

by

if (Open[Band_Period] > Open[0]) {


11.12.2009 18:05 zenhop

hi. I thought, fibos should be drawn like that:

isn't it right?

11.12.2009 16:58 v.k

Thanks, its very useful.

08.12.2009 14:17 8284