PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxx> wrote:
>
> Surely you tried Help EXREM. If so, what didn't you understand?
>
>
Hi Bob,
as you might notice, yesterday Tomasz pointed out that - in
backtesting - there's no risk (and there never was) to have multiple
buy signals every time BUY condition is TRUE,
as it is explained in this image:
http://www.amibroker.com/gifs/bt_regular.gif
Looking at the help for EXREM here
http://www.amibroker.com/guide/afl/afl_view.php?id=49
I read that EXREM's function is to "remove excessive signals" and the
first example of use of this function is:
Buy = exrem(Buy, sell);
which, if I well undestand, sets array BUY to ZERO until array SELL
is equal to 1 (TRUE).
In other words, it should prevent having two consecutive BUY signals
without a SELL between them.
So I simply asked: why the User Guide gives me an example of using
EXREM to avoid two consecutive BUY signals if there's no risk to
trigger them?
If this seems to be a dumb question for most people here, I apologize.
I normally ask dumb questions, it is one of the ways that made me
able to survive for more than 20 years in the markets.
Regards,
Angelo.
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/
|