PureBytes Links
Trading Reference Links
|
Dave,
Could you just code it so that price is multiplied by what suits you.
Var:CL(0);
CL=Close*1000;
If CL > CL[1] then buy
instead of
if Close > Close[1] then buy
Best regards,
Jimmy Snowden
mailto:jhsnowden@xxxxxxx
Thursday, March 18, 2004, 1:58:12 PM, you wrote:
T> I receive the euro contract data via eSignal to TS2ki and of course the
T> quote
T> has a very small value. Due to one of the studies I run, am having problems
T> with getting a trigger and I speculate that this low value is the
T> problem. Works fine
T> on es, nq & ym which values are in the thousand and tens of thousands...
T> Question; Is there a method of moving the displayed decimal point changing
T> for example 1.2345 to 1234.5 ? In global server, different price scales can
T> be selected to provide a different representation of the price and wondered
T> if there is method to achieve this...
T> Best regards,
T> Dave...
Outgoing mail scanned by Norton
|