Version 2.11_04 build now has a feature that allows you to back test one time frame and replay the bars on a lower time frame this gives a more realistic back test.
So if you run the Get Broker Data against IB TWS you can write your strategy to say trade on 1hr bars and say retrieve 1 week of data for your indicators and then set a parm in the configuration to retrieve the current trading day 5min bars also. So when the strategy is tested. It will pull the 1 W hourly bars but for the intended trading day it will pull and replay the 5min bars building the hourly bars for that day.
So the strategy will trigger every 5 min (as the current hourly bar is build and values change) and the new bar flag will be true every hour as that bar is completed.
https://code.google.com/p/trade-manager/
James
So if you run the Get Broker Data against IB TWS you can write your strategy to say trade on 1hr bars and say retrieve 1 week of data for your indicators and then set a parm in the configuration to retrieve the current trading day 5min bars also. So when the strategy is tested. It will pull the 1 W hourly bars but for the intended trading day it will pull and replay the 5min bars building the hourly bars for that day.
So the strategy will trigger every 5 min (as the current hourly bar is build and values change) and the new bar flag will be true every hour as that bar is completed.
https://code.google.com/p/trade-manager/
James