Indicators: XIT_FIBS - page 2

 

when we maximize or minimize or zoom the size of a chart, it changes the color from green to red or red to green

 

so how to predict this indicator  

 

i placed both screenshots, of same currency, same time frame same broker 

Files:
a1.png  86 kb
a2.png  89 kb
 
this is the perfect Fibo Indicator!!!
 

I just added:

extern color levelColor = LightGray;

and commented 'color levelColor = Red;' 

Thanks for the indicator!

Benton

 

This is great Jeff! Although I wonder if there is  a way to modify the code so one could customize the number of bars back giving a specific buffer range for the autofib to keep updating under those parameters?


Cheers.

Documentation on MQL5: Timeseries and Indicators Access / Bars
Documentation on MQL5: Timeseries and Indicators Access / Bars
  • www.mql5.com
If the start_time and stop_time parameters are defined, the function returns the number of bars in the specified time interval, otherwise it returns the total number of bars. If data for the timeseries with specified parameters are not formed in the terminal by the time of the Bars() function call, or data of the timeseries are not synchronized...
Reason: