nice tool, thanks for sharing it
have tested several values for "fib_style" but cant see any difference, could explain how it can work. Might be pleased if we can hide the % fib levels too.
nice tool, thanks for sharing it
have tested several values for "fib_style" but cant see any difference, could explain how it can work. Might be pleased if we can hide the % fib levels too.
fib_style values lower than 5 make the the control line visible, dotted, dashed etc.
You can change the fib level descriptions here...string leveldesc_array[13]={"0","23.6%","38.2%","50%","61.8%","76.4%","100%","161.8%","261.80%","423.6%"};
hello
it luk gud but can you convert this in to EA
Nice work :)
Hi.. I'm using this with another indicator. Is there a way to shift the labels to the left side of the chart as it is making the right side cluttered?
Let me know.
Also, I modified the indicator a bit to display price along with the fib percentages as well.. For anyone interested, just change the following line:
string leveldesc_array[13]={"0","23.6%","38.2%","50%","61.8%","76.4%","100%","161.8%","261.80%","423.6%"};
to this
string leveldesc_array[13]={"%$ - 0","%$ - 23.6%","%$ - 38.2%","%$ - 50%","%$ - 61.8%","%$ - 76.4%","%$ - 100%","%$ - 161.8%","%$ - 261.80%","%$ - 423.6%"};
Hi.. I'm using this with another indicator. Is there a way to shift the labels to the left side of the chart as it is making the right side cluttered?
Let me know.
Also, I modified the indicator a bit to display price along with the fib percentages as well.. For anyone interested, just change the following line:
string leveldesc_array[13]={"0","23.6%","38.2%","50%","61.8%","76.4%","100%","161.8%","261.80%","423.6%"};
to this
string leveldesc_array[13]={"%$ - 0","%$ - 23.6%","%$ - 38.2%","%$ - 50%","%$ - 61.8%","%$ - 76.4%","%$ - 100%","%$ - 161.8%","%$ - 261.80%","%$ - 423.6%"};

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
AutoFib TradeZones:
Author: Benjamin Joshua Nash