View Single Post
  #717 (permalink)  
Old 11-12-2008, 11:26 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Fib code

Quote:
Originally Posted by Tokarus View Post
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"
__________________
My Disadvantage is that I am not a Trained Programmer - My Advantage is that I am not a Trained Programmer.
http://cjatradingtools.com/

Last edited by cja; 11-14-2008 at 09:00 AM. Reason: pelling mistake
Reply With Quote