The simplest way would be to export the grid (Export button) to a csv file and then write an xl macro / vbscript / jscript to mangle the data as you like it.
As you say the way to add a column is via Addcustommetric. d > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of PKJR > Sent: Monday, July 24, 2006 8:18 PM > To: [email protected] > Subject: Re: [amibroker] Customizing Grid > > John - I can add metrics (with trade.AddCustomMetric - that > is not a problem.. > > my problem is removing columns I do not need OR re-arranging > grid columns and having them stay that way.. > > any ideas with that? > > > > On 7/24/06, John Nelson <[EMAIL PROTECTED]> wrote: > > > > > > > > > > This has become one of the banes of my life too.... I > really need a customized results grid which contains my own > metrics or combination of things such as # winners and # > losers and my own sortable values. > > > > > > -- John > > > > > > > > > > > > > > On Jul 24, 2006, at 5:26 PM, PKJR wrote: > > > > > > > > > > > > > > is there an easy way to remove columns from the result grid > generated > > after backtester /optimizer run.. I have a lot of columns > and half of > > them I do not need to see.. can I remove/add columns? > > > > Tks > > > > > > > > > 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 other support material please check also: > http://www.amibroker.com/support.html > > > Yahoo! Groups Links > > > > > > > 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 other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
