--- In [email protected], malcolm Crouch <malcolm.crouc...@...> wrote: > > Put a count in Place > > > > If count>1 Then > > dont trade > > Else > > Trade > Count ++ > > > On Mon, Jun 8, 2009 at 9:59 AM, foxblade2000invest <foxbl...@...>wrote: > > > > > > > Can anyone help? > > > > I have a system that trades a portfolio of stocks from the weeks open. I > > would like to limit it so that once a trade has been hit within each week, > > no other trades can be placed until the next week for each stock being > > traded(as part of the rules, positions are closed out on Friday's). > > > > Can anyone suggest any code that can be used to do this type of thing, or > > point me in the right direction? > > > > Thanks to all, > > Rich > > > > > > > > > > -- > Malcolm A.B Croucher
Thanks malcolm, If I'm trading 10 stocks, I'm happy to hold 10 positions. I just want to take the first trade only, for each stock, each week. Does this allow for that? Thanks again, Rich >
