Login Page - Create Account

Support Board


Date/Time: Wed, 12 Mar 2025 11:36:10 +0000



[Programming Help] - biggest volume in last 20 candles

View Count: 731

[2022-05-04 07:41:05]
User290950 - Posts: 13
Hello friends
Is there any way to highlight or get alarm, in condition that biggest volume occur in last 20 candles?
Some thing like attached image.
Thank you.
imagesc.jpg / V - Attached On 2022-05-04 07:39:39 UTC - Size: 182.01 KB - 197 views
Attachment Deleted.
[2022-05-04 13:54:46]
John - SC Support - Posts: 38598
Since you are specifically wanting a Volume at Price over a relatively large amount of information, there is not a way to do this with the existing studies or alerts. You would have to program this using ACSIL to get what you want, or having someone program it for you.

Refer to the information for ACSIL starting here:
Advanced Custom Study Interface and Language (ACSIL)

And refer to our list of potential programmers here:
List of Third Party Sierra Chart Study and System Programmers
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-05-06 22:04:04]
User290950 - Posts: 13
I did that,
I use "Number bars calculated values" study and get POC by SG20
Then in "color bar based on alert condition" study use this formula :

AND(
ID6.SG20>ID6.SG20[-1],
ID6.SG20>ID6.SG20[-2],
ID6.SG20>ID6.SG20[-3], ..... ID6.SG20>ID6.SG20[-20])

Thank you SIERRA for the unique features!

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

Login

Login Page - Create Account