PureBytes Links
Trading Reference Links
|
I've just uploaded another update to this file to include a few more
examples.
Specifically, I've added a couple of small examples to the high-level
interface section to demonstrate adding metrics to the Trade objects
for display in the trade list, and I've also added another appendix
with a more complex example implementing the Lichello AIM algorithm
using the low-level interface.
GP
--- In amibroker@xxxxxxxxxxxxxxx, "gp_sydney" <gp.investment@xxx> wrote:
>
> I've just uploaded an updated version of this file to fix a few errors.
>
> The main changes are:
>
> Noting that the Trade object is returned as Null at the end of the
> list rather than zero, and why the for loop continuation condition
> "trade" works anyway.
>
> To the mid-level example using volume EMA, to correctly pass the array
> from the main AFL code using AddToComposite. The original example
> would calculate an EMA over the padded Foreign array rather that the
> real unpadded data.
>
> A simplification to the second mid-level example to use bo.FindOpenPos
> rather than run a for loop through all open positions.
>
> Adding "bo.UpdateStats(i,1)" to all low-level examples to update
> MAE/MFE figures.
>
> GP
>
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/
|