Indicators: Fibo Moving Average

 

Fibo Moving Average:

Calculates the Moving average indicator based on Fibonacci value.

Author: Leonid Basis

 

Nice job BF :)

IMHO this is unusual in that shorter timeframes seem better than longer with this indi?

-BB-

 
BarrowBoy:

Nice job BF :)

IMHO this is unusual in that shorter timeframes seem better than longer with this indi?

-BB-


Thanks.

 
BarrowBoy:

Nice job BF :)

IMHO this is unusual in that shorter timeframes seem better than longer with this indi?

-BB-


I add an input parameter "Numbers in the following integer sequence" to this indicator.

Now, anyone will be able to choose a "Period"

 

In the 2B version I added the input parameter:

extern int FiboNumPeriod = 15;// Numbers in the following integer sequence;

 

this an interesting one, i say it can be used on higher tfs as well... can you make it to work on 5 dp platforms pls?

also can you explain the code any more? where is the fibo code? and what is "period" you added to second version?

well done, i do think this is good, of course without saying you should use along side other indicators

Reason: