Thanks, got your data and Strategy w/o SetScale* methods.
I was wondering why on your screenshot the status line indicates "12/
7/2012 2:30 PM" whereas your data loading range starts on Dec
11th. To make sure no option interferes with strategy's execution, try the following:
1. Uncheck everything in "Backtest Settings" and "Slippage and Round Lots"
2. If defined in the Symbol Info Manager, temporarily disable Futures mode
3. Run the strategy in single-symbol mode, i.e. by selecting the "GCA_data" symbol and clicking "Run the Strategy"
You may still notice the distorted entry/exit signs, but it's okay. Consider this:
Looks like a "weird price" but it's definitely not. The moused over piece might suggest there's no 1698.6 price at this point yet it is, at 0:00:03. Here's an extract from the data:
QUOTE:
12/17/2012,0:00:02,1699.8,1
12/17/2012,0:00:03,1698.6,0
The price went down a big point, so the trade is correct. However, Wealth-Lab's popup and status bar do not seem to reflect this accurately. :( Possibly, this is because it does not consider
seconds (as you may have noticed). Tick- and second-based data support is there but since we do not position ourselves as a HFT solution, one can't trade a bar scale less than 1 Minute in the Strategy Monitor.