Login Page - Create Account

Support Board


Date/Time: Wed, 27 Aug 2025 07:45:55 +0000



Post From: Issue with sc.GetSymbolDataValue()

[2025-04-25 15:38:20]
LTSys2 - Posts: 29
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