View Single Post
  #718 (permalink)  
Old 11-13-2008, 04:52 AM
Tokarus's Avatar
Tokarus Tokarus is offline
Senior Member
 
Join Date: Apr 2007
Location: Johannesburg
Posts: 181
Tokarus is on a distinguished road
CJA, your mod is very elegant.
Thanks, Kris

Quote:
Originally Posted by cja View Post
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 DDL 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"
Reply With Quote