8/11/2018

ACSIL function for getting a market depth level value

simple, yet pretty useful function for getting values from particular levels at the depth of market

ACSIL Sierra Chart coding

this can serve as a building block for creating a study for timing entry based on the quoting limit side. something i plan to do..

ACSIL Sierra Chart coding


the good thing about this study is that you don't need to use historical market depth data on the chart, which makes it faster.

the line under the chart shows the (historical) value of bid and ask at the first level for each timestamp (here set to one second).

1 comment:

  1. Hi, I wanted to ask if you tried to access data from MBO (market by order) column in DOM via ascil?
    I cant figure out how to use sc.GetAskMarketLimitOrdersForPrice() function. There is an example code from SC but it doesn't show anything or I just don't get it... Can you help?

    ReplyDelete