Support Board
Date/Time: Fri, 31 Jan 2025 15:54:56 +0000
Post From: ACSIL: sc.GetSymbolDataValue, SYMBOL_DATA_ASK_PRICE result is a double?
[2019-05-14 20:32:40] |
TedMar - Posts: 190 |
if i pull ASK price with float SymbolAsk = sc.GetSymbolDataValue(SYMBOL_DATA_ASK_PRICE, p_Symbol, false, false);
, then result is a double, i get Warnings on compile. Most Instruments have a float Ask/bid Price. Please change return to float.
|