Support Board
Date/Time: Tue, 17 Jun 2025 00:12:46 +0000
Post From: Issue with sc.GetSymbolDataValue()
[2025-04-25 19:28:21] |
LTSys2 - Posts: 27 |
Thanks... this worked. Here is the code in case anyone comes across the same issue. double multiplier = sc.GetSymbolDataValue(SYMBOL_DATA_DISPLAY_PRICE_MULTIPLIER, order.Symbol, 0, 0); double bid = sc.GetSymbolDataValue(SYMBOL_DATA_BID_PRICE, order.Symbol, 0, 0) * multiplier; Date Time Of Last Edit: 2025-04-26 03:14:23
|