[amibroker] Re: Question about Scaling In and out

2008-10-18 Thread Maurice Petterlin
--- In amibroker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote: > > You use SetPositionSize to define the amount to be traded for each > signal type. See example in the help files of AB for this function > > You will need to use the custom backtest to limit the trades to the > 50% of equity in

Re: [amibroker] Re: Question about Scaling In and out

2008-10-17 Thread Graham
You use SetPositionSize to define the amount to be traded for each signal type. See example in the help files of AB for this function You will need to use the custom backtest to limit the trades to the 50% of equity invested. -- Cheers Graham Kav AFL Writing Service http://www.aflwriting.com

[amibroker] Re: Question about Scaling In and out

2008-10-17 Thread Maurice Petterlin
--- In amibroker@yahoogroups.com, "slipthruthecracks" <[EMAIL PROTECTED]> wrote: > > I am trying to test a system that works like this: > > each buy signal: enter long 5% of account. > each sell signal: sell half of the value of the long position. > > continue this until a maximum of 50% of the a