Quote:
Originally Posted by Tokarus
Source code for Fib Spiral designed by Hazem...
|
The Fib spiral code does not appear to be the same as the indicator that i copied the Fib Ellipse/Circle code from, interesting how many ways you can arrive at a similar result, this is the creator of the code that i modified. I added in some extra inputs to try and clarify the use of the indicator as most of the inputs were hard to understand as to what they actually did and i also added in some color options and Fib select options along with the options to have either a circle/Arc or Ellipse.
Full credit needs to go to
Talex for the base code for my modifications.
Another important note is - Make sure you check the "
Allow DLL imports" box when you load the indicator other wise nothing will show on the chart.
//+------------------------------------------------------------------+
//| Golden_section_v3.mq4 |
//| Talex |
//|
tan@gazinter.net |
//+------------------------------------------------------------------+
#property copyright "Talex"
#property link "
tan@gazinter.net"