10$ for upgrading the indicator

[Deleted]  

Hello! The AC indicator needs to be upgraded, so that in its settings (in periudes) it is possible to enter a non-whole number .... for example 2.7, 5.96..... is it even possible? ICQ 472942007 I posted the indicator for example...

Files:
 

if you like fractional numbers, you can do...

but this indicator requires integer values

double iMA( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift)
[Deleted]  
I need it to work for a period other than a whole period
 

give me an example

 
Unknown_ писал(а) >>

Hello! The AC indicator needs to be upgraded, so that in its settings (in periudes) it is possible to enter a non-whole number .... for example 2.7, 5.96..... is it even possible? ICQ 472942007 I built this indicator as an example...

It is possible, if you build the indicator on EMA or on digital filters. But this indicator will be different from AC.

[Deleted]  
knock on ICQ
 
Unknown_ писал(а) >>
I need it to work on a non-period basis.

For exponential averages, a non-period is possible. How do you represent a non-round period for a simple average?

 
Integer >> :

For exponential averages, a non-period is possible. How do you imagine not a whole period for a simple average?

A fractional coefficient for the latter component, except that the point is...

Um, and for exponential how?

For LWMA, it doesn't seem to work.

 
TheXpert писал(а) >>

A fractional coefficient for the last component, except that the point is...

Um, but for exponentials how?

For LWMA it looks like no way.

For exponentials simply pr=2.0/(MA_Period+1)

[Deleted]  
Thank you ALL!!! who took part.
 
Participant tests
------ added 23/04/2010:
see from next page ;)