Login Page - Create Account

Support Board


Date/Time: Sat, 27 Jul 2024 01:46:39 +0000



DOM Bid/Ask Size Alert

View Count: 897

[2020-04-09 18:06:46]
User624750 - Posts: 27
Hello!
How can I set up alert (sound, popup window, color this size) for some MarketDepth bid/ask size greater then X?
For Example:
I am looking for bid/ask size greater then X for any price in DOM.
If bid/ask size greater then X appear in book then I will receive some alert (sound, popup window, color this size).
It is very important to receive a sound alert!!!
Thanks in advance.
[2020-04-22 20:42:44]
User624750 - Posts: 27
Hello!
Help me please...
[2023-11-18 21:40:03]
User538374 - Posts: 1
Interested in this too! Bumping thread.
[2023-11-20 19:50:48]
John - SC Support - Posts: 33316
You can do this by adding the "Depth of Market Data" study along with the "Spreadsheet Study". You need the Spreadsheet Study in order to be able to view/manage the data as it flows.

In the Spreadsheet Study you would put in the following for Column K to find all Bid Depth levels that are greater than 200 (for example):
=IF(ID1.SG1@3 > 200, 1, 0)

Then in Column L you would use the following to denote at row 3 if there are any values anywhere in the range:
=IF(ISNUMBER(VLOOKUP(1, $S$3:$S$2000, 1)), 1, 0)

You can then set an alert for when Column L is a value of 1.

Refer to the following:
Depth of Market Data

Spreadsheet Functions
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account