Is this a good point for me to start from? It specifies day of week but I need ot to specify 01:00 EST. How would you do this please? I also am not sure how to specify a buy 50 points above the weekly open, how do I do this please.
WeeklyOpen=ValueWhen(DayOfWeek()< Ref(DayOfWeek(),-1) ,Open); PositionSize = -33; // 3% of capital in single security Buy = WeeklyOpen; ----- On Thu, May 29, 2008 at 7:50 PM, alta hob <[EMAIL PROTECTED]> wrote: > Hi all > > > I want to try backtesting a simple system but am not sure how to do it. Is > there anyone that can help please? > > -- > 1. On Monday morning @ 01:00 EST (00:00 Central Standard Time) note opening > price. > > 2. Simultaneously place buy stop 50 points (pips) above Monday's open and a > sell stop 50 points > (pips) below the open, OCO. (One-Cancels-the Other) > > 3. When one order is filled, place a 60 point > (pips) stoploss on the trade. > > 4. If not get stopped out of the trade you get entered into, exit five days > later at the market on > Friday at 04:00 PM EST (03:00 PM Central Standard Time). > -- > thanks for reading this > > AH >
