Do something as follows:
Bliss = -(icagr/Max_dd*100) ;
bo.addcustommetric("Bliss (frequency)", WriteVal(Bliss, 1.4));
From: [email protected] [mailto:[email protected]] On Behalf
Of Markus Witzler
Sent: Sunday, February 21, 2010 9:27 AM
To: [email protected]
Subject: [amibroker] Displaying 4 digits for custom metric
Hello,
I wonder how to have 4 digits for my custom metric displayed.
I tried this but that apparently was not it
bo.addcustommetric("Bliss (frequency)", -(icagr/Max_dd*100), 4
Also this didn“t work
bo.addcustommetric("Bliss (frequency)", -(icagr/Max_dd*100), = 4)
What is the correct syntax, please?
Thanks
Markus