Page 2 of 6

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gann)

PostPosted: Sat Oct 27, 2012 2:25 pm
by nazaar
Hello,

this is a excellent tool and I am glad I found it. At present it draws fib levels for a chosen number of periods back from the Highest High to the the Lowest Low, Brilliant! But, the point A is always greater than the point B which is good when price moves down and then retraces up.

To include the other side, can you ad an option to flip the A and B? This way we can get fib levels quickly for either up retrace or down retrace. That is a option to choose, the fib levels will be drawn from the Lowest low to the highest high of the period. So, the point A is lower than the B.

Thanks.

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Thu Aug 21, 2014 7:03 pm
by ThemBonez
Hello Nikolay,
I have been using the Strategy Wizard to create strategies. I found this indicator and would like to add it to one of my strategies where buy and sell signals only happen when price occurs between the .382 and .618 lines; however, when I get to expressions and choose this indicator there are no options available under output stream. Is it possible to put the list of fibonacci levels in the output stream so and expression can be created such as "data source < .618 .and. data source > .382"
Thank You

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Fri Aug 22, 2014 2:34 am
by Apprentice
Current Indicator version will NOT provide output values.
Two directions are possible.
Calculation within strategy, or, and, indicator redesign.

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Sat Aug 23, 2014 4:59 pm
by ThemBonez
Thank you Apprentice, I would like to request that indicator so that the output streams are available and to add options for .768, 1.618, and 1.272

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Sun Aug 24, 2014 4:16 am
by Apprentice
Please Re-Download AUTOLEV2.lua
I introduced the Custom method.
For which you can choose any level.

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Sun Aug 24, 2014 11:03 am
by ThemBonez
That's the one I have, but it doesn't have the output streams....that'swhat I really need. So in the strategy I can access the values of the different levels.

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Mon Aug 25, 2014 2:16 am
by Apprentice
The best way is to re-calculate this value from within strategy.

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Mon Aug 25, 2014 5:15 am
by ThemBonez
What algorithm is used in this indicator do determine the high and low levels to base these fib calcs on?
Thx

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Tue Aug 26, 2014 2:37 am
by Apprentice
In this indicator we use min/max value of last N periods.
Number of periods to find H/L in parameter section.

Re: [Upd Oct, 08] Automatic Levels Indicator (Fibonacci, Gan

PostPosted: Tue Aug 26, 2014 8:17 am
by ThemBonez
Is it possible to use this in the Strategy Wizard? How would I do so?