Hello,

All position management functions are included already in the
Custom Portfolio Backtester interface.
Read this VERY carefully:
http://www.amibroker.com/guide/a_custombacktest.html

On every bar you have access to currently open position list (for entire 
portfolio),
each having all stats available. You can access system (porfolio)-level
stats on bar-by-bar basis. You can even go through closed trade
list also on every bar.
The flexibility with custom backtester is ENDLESS. 

In fact AmiBroker Custom Backtester functions
are WAY SUPERIOR to wealth-lab for one and foremost
reason - they truly operate on PORTFOLIO-LEVEL.

Regular WL position reporting  function will report positions
for SINGLE (current) security. 
To report all positions for all securities at bar-by-bar basis it requires 
additional code wrestling
that slows down to the crawl.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "pmxgs" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, April 24, 2007 6:45 PM
Subject: [amibroker] Re: sorry, but the variable (array) structure and general 
nastiness of AFL makes


> 
>   In my opinion afl and it's array processing language are really
> good and intuitive.
>  For me, that I'm not a programmer, the only thing that afl is
> lacking is more built-in position management functions.
> If you compare Amibroker and Wealth-Lab, the two programs that i know
> best, Wealth-Lab has a lot of built-in position management functions
> which are a great help, at least for me that I'm not a experienced
> programmer.
> I hope that these built-in will be implemented as the development
> course of Amibroker .
> 
> --- In [email protected], "Ed Hoopes" <[EMAIL PROTECTED]> wrote:
>>
>> What you need to do is to create in your mind a model of how .afl
>> works.  This can be done by reading the documentation supplied with
>> the software, and watching the tutorials on the website.  Once this is
>> done it will be easy to create code to do the things  you want.
>> 
>> You might think how do I know?  I'm in my mid 60s and have
>> professionally (that is worked for W-2 income) programmed in:
>> 
>> PDP-11 assembly language
>> Fortran
>> Cobol
>> Datatrieve
>> Forth (a TRULY nasty lang that uses Reverse Polish Notation)
>> DCL
>> JavaScript
>> C
>> 
>> AFL is neither exceptionally better or worse than any of the above. 
>> 
>> It is a specialty language for processing data in arrays, then
>> plotting the results.  It does a good job at what it was designed to do.
>> 
>> Reef-Break
>> 
>> 
>> --- In [email protected], "Homar Simpson" <x77777x@> wrote:
>> >
>> > programming in Amibroker an unpleasant  experiance every time I
>> > attempt to do the simplest thing.
>> > 
>> >  Power without ease of use is useless.
>> >
>>
> 
> 
> 
> 
> 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
> 
> 
> 
> 
>

Reply via email to