It can be easily implemented with custom backtest proc. Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "giggollo99" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, September 03, 2008 10:30 PM Subject: [amibroker] Re: Setting number of positions to open per bar
> Thanks for the tip, but it doesnt do what im looking for. Say i have > 100 stocks in database, at 9:30am i want to buy the strongest 3 > stocks, then at 9:31 i want to buy the strongest 3 stocks at that > time, and at 9:32 i want to buy the strongest 3 stocks at that time etc. > > In other words, for every bar i want to buy exactly 3 stocks. > > MaxOpenPositions/MaxOpenLong/MaxOpenShort will limit the TOTAL number > of positions held, but how do i limit the number of positions that are > opened per bar? > > Thanks > g > > --- In [email protected], "vlanschot" <[EMAIL PROTECTED]> wrote: >> >> Not exactly clear what you want, but take a look at SetOption >> ("MaxOpenLong") and ("MaxOpenShort"), available since version 5.11 >> >> PS >> >> --- In [email protected], "giggollo99" <giggollo@> wrote: >> > >> > How can i specify that i want a maximum of 3 positions to be opened >> > per bar? Note this is not the same as "max open positions". >> > >> > > > > ------------------------------------ > > 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 > > >
