First of all thanks for a great piece of software!
I downloaded some tick data and exported it to CSV format using the custom template.
While doing that I noticed that the template tags for Ask and Bid ({AskPrice} and {BidPrice}) are mixed-up, with {AskPrice} exporting Bid values and {BidPrice} exporting Ask values.
That can even be verified when checking the Example output: with Data format set to
{Timestamp:yyyy.MM.dd} {Timestamp:HH:mm:ss:fff},{AskPrice},{BidPrice},1,1
the Example output is displayed as
2012.01.12 01:02:10:100,1.24231,1.24273,1,1
2012.02.13 02:04:10:332,1.24431,1.24473,1,1
Otherwise, rock-solid application!!
Cheers,
Pipnotic
