[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: supercharts formula



PureBytes Links

Trading Reference Links

>       Could anyone supply me with idea for supercharts formula that would
> showcase stocks that are within 5% of their 50 day moving average ??
> 
> THANK YOU JAC1390@xxxxxxx

Something like:

    AbsValue(Average(c,50)-c) < (Average(c,50)*0.05)

Note: I did not test this code.  You should do this before you blindly use it.

Chris Norrie