Login Page - Create Account

Support Board


Date/Time: Sat, 20 Dec 2025 04:29:52 +0000



Post From: sc.SymbolData->AskDOM[0].Price

[2020-11-11 16:20:16]
amirN - Posts: 159
I am trying to convert some of my code so that I can recompile and upgrade to the latest SC.

It seems that AskDOM is no longer available, so the following code is throwing error:

sc.Subgraph[58][ix] = (float)sc.SymbolData->AskDOM[0].Price;
sc.Subgraph[59][ix] = (float)sc.SymbolData->BidDOM[0].Price;

PLease suggest an alternative to the above.