tquinn
01-27-2007, 06:50 AM
I like to display Instrument values on my chart. Is there a method I can call which returns a string ready to display on the chart?
The returned string should have the correct # of decimals, and display fractions as appropriate.
Something like High[0].ToDisplay() that returned
"1.0045"
"798.4"
"115 16/32" or "115^16"
"115 32/64" or "115'32"
The returned string should have the correct # of decimals, and display fractions as appropriate.
Something like High[0].ToDisplay() that returned
"1.0045"
"798.4"
"115 16/32" or "115^16"
"115 32/64" or "115'32"