PureBytes Links
Trading Reference Links
|
You would need to calculate your own value for x/32
Value2 = FracPortion(Value1) * 32;
PRINT(DATE," ",TIME:4:0," ","time = ",time," ","close =
",IntPortion(value1),"^",Value2:2:0);
You may need to play around with re-formatting Value1 and Value2 to get the
style you want.
______________________________________
At 07:48 PM 12/14/98 -0500, you wrote:
>Have a print line in some code to check values.It is based on the
>bond contract it prints out in decimals anyone know how to have it
>print in 32nds
>
>PRINT(DATE," ",TIME:4:0," ","time = ",time," ","close = ",value1);
>
>
|