Login Page - Create Account

Support Board


Date/Time: Wed, 30 Apr 2025 11:48:43 +0000



Post From: Issue with sc.GetSymbolDataValue()

[2025-04-25 19:28:21]
LTSys2 - Posts: 25
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