PureBytes Links
Trading Reference Links
|
Read the MS manual and then try the ROC() function.
Or you can look at the difference between the current bar and the
preceeding bar, Mov(C,10,S)-Ref(Mov(C,10,S),-1)
or you can divide this by the previous value to 'grade' the slope,
(Mov(C,10,S)-Ref(Mov(C,10,S),-1)) / Ref(Mov(C,10,S),-1))
There are many options open to you.
Hope this helps.
wabbit :D
--- In equismetastock@xxxxxxxxxxxxxxx, vitoras <no_reply@xxxx> wrote:
>
>
> hi everybody,
>
> How can i program the slope of an indicator (let's say a simple moving
> average);
>
> thanks in advance for your help
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|