1. Using custom backtester, high level, I tried to add two columns to the AA view list.
first column using: trade.AddCustomMetric("Profit so far", PosSumProfit);
second column using: trade.AddCustomMetric("Loss so far", NegSumProfit);
However, what I get instead is one column with label for which ever happened first. It contains both correct "Profit so far" and "Loss so far" values.
2. I do not want all of the default columns, just ones I specify. Can I do this with high level custom backtester? If not, then with what?
Thanks.
-- Keith
--
__._,_.___
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
__,_._,___
|