Hi all, I've been getting false signals in backtesting due to some inaccurate opening and closing prints. I assume some are partially due to NYSE stocks not opening at the bell or perhaps premarket ECN trades.
I'd like to set a condition with the formula wizard to ignore the first and last 5 min of the day when determining entry and exit signals. What would you suggest is the best way of doing this?
I saw the GetMinute function but I'm not sure if this will accomplish what I am trying to do. In addition, the help files don't say what format the resulting values are returned (i.e. 11:30, 11.30, 1130, or ???)
Thanks in advance for any help,
Derek
I'd like to set a condition with the formula wizard to ignore the first and last 5 min of the day when determining entry and exit signals. What would you suggest is the best way of doing this?
I saw the GetMinute function but I'm not sure if this will accomplish what I am trying to do. In addition, the help files don't say what format the resulting values are returned (i.e. 11:30, 11.30, 1130, or ???)
Thanks in advance for any help,
Derek
Comment