PureBytes Links
Trading Reference Links
|
H9i All:
I have a problem with formatting columns in backtester. As you can see
my contract names are in the format NG2200007.. and the TRACE shows
the name correctly, however, when they are being added to the custom
metrics in the backtester the values are being formatted for some
reason. NG2,200,306. how can I avoid it?
using: AddCustomMetric("Contract (IN)", ThisContractNameIn);
tks
Paul
|