Login Page - Create Account

Support Board


Date/Time: Wed, 30 Apr 2025 11:34:03 +0000



Post From: Issue with sc.GetSymbolDataValue()

[2025-04-25 15:38:20]
LTSys2 - Posts: 25
Hi,

The bid price being returned from...

sc.GetSymbolDataValue(SYMBOL_DATA_BID_PRICE, order.Symbol, 0, 0);

Is adding 2 extra digits to the price?

The real price is 5514.00 but the function call returns 551400.00?

Is there some setting in SC to get this to return the correct price?

TIA