Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 14:27:26 +0000



Alert on DOM

View Count: 562

[2023-01-20 11:22:11]
User266447 - Posts: 239
Is it possible to set an alert on a DOM? On the bottom or the top of the DOM (please see attachment) there is a summary of numbers of contracts. I would like to set the alarm when the number of contracts is equal or above i.e. 1200.

Could you support me on this one, please?
imageAlert_DOM.png / V - Attached On 2023-01-20 11:21:03 UTC - Size: 51.23 KB - 108 views
[2023-01-20 15:33:06]
John - SC Support - Posts: 30454
This can be done using the existing tools. The trickiest part is getting access to the Bid/Ask sums, as they are not readily available except as displayed in the DOM. To do this, you need to use two copies Bid and Ask Depth Bars with one set to display the Sum of the Bids and the other to display the Sum of the Asks. This gives you those totals as the Close of the last bar in the study.

Then setup your alert(s) based on the Subgraph(s) for the Close in the Bid and Ask Depth Bars studies.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-01-20 16:04:42]
User266447 - Posts: 239
What shall I write in the alert section if I need a number of contracts bigger than 1200?
[2023-01-20 17:19:13]
John - SC Support - Posts: 30454
If you just want to test one item (i.e. Bid total greater than 1200), then the Alert would be the following:
=ID1.SG4 > 1200

Where ID1 is the ID of one of the Bid and Ask Depth Bars study and SG4 is the Close subgraph of that study.

If you want to test for either condition to be true, then it would be the following:
=OR(ID1.SG4 > 1200, ID2.SG4 > 1200)

Where ID1 and ID2 are the two Bid and Ask Depth Bars studies.

Refer to the information for Alerts at the following link:
Study/Chart Alerts And Scanning
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2023-01-20 17:19:53
[2023-01-21 17:24:13]
User266447 - Posts: 239
Referring to a part of your previous message: "The trickiest part is getting access to the Bid/Ask sums, as they are not readily available except as displayed in the DOM.

To do this, you need to use two copies Bid and Ask Depth Bars with one set to display the Sum of the Bids and the other to display the Sum of the Asks. This gives you those totals as the Close of the last bar in the study".

Could you provide some PrintScreen on how can use two copies Bid and Ask Depth Bars on one display as mentioned above, please?
[2023-01-23 17:03:35]
John - SC Support - Posts: 30454
You just add two copies of the Bid and Ask Depth Bars study to a chart. Just be sure they are in different regions (one in Region 2 and one in Region 3, for example).
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-01-23 18:29:24]
User266447 - Posts: 239
Could you provide step-by-step print screens, please? I am not very familiar with DOM.
[2023-01-23 18:51:01]
User266447 - Posts: 239
or I can send you my chartbook and you can provide the necessary changes? To speed things up...
[2023-01-23 23:18:13]
John - SC Support - Posts: 30454
You can not add the studies to a Trading DOM. You need to add them to a chart and create your Alert on the Chart.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-01-24 13:23:14]
User266447 - Posts: 239
OK. Could you record a short video on how to do it? I do not have 6 weeks to solve one single inquiry and this support goes nowhere as I have no experience with DOM and I do not know what are you saying. Even a step-by-step print screen will help. Or I can send you my chartbook and you can make the necessary changes. Please.
[2023-01-24 17:11:47]
John - SC Support - Posts: 30454
This is not something we can do for you, as we simply do not have the time, and it is outside the scope of our support.

We recommend you contact Diana Pena as she is someone that does this kind of thing for people. If you point her to this thread, she should be able to put together what you need. You can contact her at the following link:
https://bio.link/dianapena
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