I have a comment line and want to see the 5th digit, I've even tried normalizing the values to 5 digits and all I get is 4 or even rounded to 3 sometimes when the 4th is zero...this is the code I'm using...
Is there any way to do this or do I need to create an object label and put values into that instead?
Is there any way to do this or do I need to create an object label and put values into that instead?
Inserted Code
Comment("Bid ", MarketInfo(0,MODE_BID), " Ask ", MarketInfo(0,MODE_ASK), " Spread ", MarketInfo(0,MODE_SPREAD)/10, " Last ", NormalizeDouble(Close[0],5));