Hi all,
A very strange problem I'm experiencing. With certain formulas used in spread symbols, the decimal in the resulting price rounds to whole numbers.
For example, an Advancing Volume Ratio,
$UVOL / ($UVOL + $DVOL)
gives me a quote of 0 or 1, rather than something like .43 or .60 like it should.
Ridiculous!!!
And I may be wrong, but I think it only started doing this when I upgraded to version 7.91 r 4 (Build 738)
I see two possible ways to fix this.
Firstly, in Tools -> Spread Symbol Settings, there's a drop-dwon selection field called Decimal Settings, and in the field it lists 'default' but there are no other choices nor will it allow you to type somthing in so therefore it doesn't allow changes!
Secondly, in the eSignal file folder, there's a file called 'spreads.xml' it contains the following for the above spread:
<Spread>
<Symbol>ADVVRNY</Symbol>
<Formula>$UVOL / ($UVOL + $DVOL)</Formula>
<Format>-1</Format>
</Spread>
<Spread>
Note the line for Format and the -1 entry. I tried editing the file with different numbers like 0, 1, -1.00, 43.5953, etc., but nothing changes. Hmmm.
Any ideas?
Any help you guys can offer is greatly appreciated!!
A very strange problem I'm experiencing. With certain formulas used in spread symbols, the decimal in the resulting price rounds to whole numbers.
For example, an Advancing Volume Ratio,
$UVOL / ($UVOL + $DVOL)
gives me a quote of 0 or 1, rather than something like .43 or .60 like it should.
Ridiculous!!!
And I may be wrong, but I think it only started doing this when I upgraded to version 7.91 r 4 (Build 738)
I see two possible ways to fix this.
Firstly, in Tools -> Spread Symbol Settings, there's a drop-dwon selection field called Decimal Settings, and in the field it lists 'default' but there are no other choices nor will it allow you to type somthing in so therefore it doesn't allow changes!
Secondly, in the eSignal file folder, there's a file called 'spreads.xml' it contains the following for the above spread:
<Spread>
<Symbol>ADVVRNY</Symbol>
<Formula>$UVOL / ($UVOL + $DVOL)</Formula>
<Format>-1</Format>
</Spread>
<Spread>
Note the line for Format and the -1 entry. I tried editing the file with different numbers like 0, 1, -1.00, 43.5953, etc., but nothing changes. Hmmm.
Any ideas?
Any help you guys can offer is greatly appreciated!!
Comment