Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 07:46:48 +0000



Post From: sc.GetSymbolDataValue Question

[2023-09-16 18:23:09]
User1293821 - Posts: 42
double marketOpen = sc.GetSymbolDataValue(SYMBOL_DATA_TRADING_STATUS);
SCString marketOpenString;
marketOpenString.Format(" - MarketOpen Value: %f", marketOpen);

The markets are closed now and for some of those markets I get 3.00 and others 0.00. I tried with BTCUSDT-Binance which is open and also get 0.00


The documentation I did see looks behind.
https://sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html#scGetSymbolDataValue


Can you update to what the values should return? Thanks.