PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Ronald Davis" <xokie7@xxx> wrote:
>
>
> For example, REF(c>ref(c,2),5); says that the close that
> happened five days ago has to be higher than the close
> that happened on the sixth day ago.
>
> Whereas, SUM(c>ref(c,2),5); only requires that any one or
> more of the closes over the last five days has to be higher
> than the previous days close.
Unfortunately for readers, the above statements are not true.
(This was not intended, I feel sure ...)
This is one example why I am a proponent of runnable code, and
explanations with pictures.
If a poster actually runs the exact code they post before posting (and
looks at the results) then such errors are usually caught.
This is also a good example of why I favor tutorial posting in a forum
or blog format. In such a format, any error may be edited and
corrected as necessary. In a message list, by contrast, such an error
can only be pointed out in a later message, which is of little help to
people who have taken the advice of the initial, incorrect message.
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|