PureBytes Links
Trading Reference Links
|
Martin
You can do an exploration with:
Buy = LDiv_Code >= 10; // for long positions
Short = SDiv_Code >= 10;
These variables contain the results for explorations
BT_LDiv_Code and BT_SDiv_Code are arrays that contain same results and can
be used for backtest.
Filter = Buy or Short;
AddColumn(...
values 11 through 18 return valid results
Look in the description for details of each type.
----- Original Message -----
From: "Martin Cooney" <martin@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, December 05, 2005 9:04 PM
Subject: Re: [amibroker] New File Uploaded - Divergence
> Hi again Ara,
>
> I must say I'm enjoying the Divgerence AFL in relation to picking
> certain divergence for a friend's trading system. I'm aware the AFL does
> not return as results from being called and was wondering how I'd go
> about having the code from only displaying/alerting on certain types of
> divergence ?
>
> Thanks again
> Martin
>
> Ara Kaloustian wrote:
> > I uploaded a file on divergence, into 3rd party area. If you find it
> > improves your trading or backtestes, please post how you use it to your
> > benefit
> >
> > File Name: OscDivergence.ZIP
> >
> > Ara
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> > YAHOO! GROUPS LINKS
> >
> > * Visit your group "amibroker
> > <http://groups.yahoo.com/group/amibroker>" on the web.
> >
> > * To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> > <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/>.
> >
> >
> > ------------------------------------------------------------------------
> >
>
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|