--- In amibroker@yahoogroups.com, MikAB <[EMAIL PROTECTED]> wrote: > > Hello All, > > I would like to backtest a strategy where quantities are always 1 (long 1 or short 1 future contract). > Where can I specifiy this? > > Thanks in advance. > > Mikael > > > >Hi Mikael
Add this to your code: SetPositionSize( 1, spsShares ) ; Regards Tom