PureBytes Links
Trading Reference Links
|
> Just to be a bit more practical, could someone have a glance at
this
> AFL code that can be found under the online help for exrem:
>
> http://www.amibroker.com/library/detail.php?id=60&hilite=EXREM
>
> and check what is the purpose of this two lines of code
>
> Buy=exrem(buy,sell);
> Sell=exrem(sell,buy);
>
> that are written just below standard BUY and SELL signals?
>
> Buy= Cross(HiLo,HiLoInvert) ;
> Sell=Cross(HiLoInvert,HiLo) ;
>
> For what are the two EXREM needed? Are they redundant?
>
> Kind Regards,
>
> Angelo.
>
This is just another examle of code that - differently from the
previous one - regards just a system and not an explore too:
http://www.amibroker.com/library/detail.php?id=720&hilite=EXREM
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/
|