Login Page - Create Account

Support Board


Date/Time: Mon, 16 Jun 2025 23:57:17 +0000



Post From: Issue with sc.GetSymbolDataValue()

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