Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 06:29:43 +0000



Post From: Adding pull/stack columns to depth of market data study

[2016-11-18 08:00:01]
Mistic - Posts: 76
"BidStackPullValueAtPrice[sc.ArraySize -1 -Level]=sc.GetBidMarketDepthStackPullValueAtPrice(sc.Bid);
AskStackPullValueAtPrice[sc.ArraySize -1 -Level]=sc.GetAskMarketDepthStackPullValueAtPrice(sc.Ask);"

I'm trying to add the pull/stack columns to depth of market data study. Every line of code I've tried to access the functions returns me '0's. Can you verify the functions return values or possibly add this to the study?


Thank you