Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 06:26:35 +0000



[User Discussion] - Study to draw arrow (or price label) at event

View Count: 271

[2023-12-29 17:09:49]
masedi - Posts: 40
Hi team,

I am looking for a study that simply displays an arrow or price label on a bar once an alert is TRUE without continuously re-evaluating the alert (since it can go from true to false multiple times within the same bar), kind of like manually drawing an arrow when you see something on the chart.

The logic would be:
- if alert = true draw arrow (or price label) under or above the bar
- if alert = false, don't do anything

If the alert is true multiple times within the same bar it wouldn't matter since it will just draw the latest arrow on top of the previous arrow.

Does a study like this exist?

Or if not, can someone share an ACSIL template that draws stuff one time that I can use as a starting point and try to code it myself?

Thanks
[2023-12-29 17:38:40]
Sawtooth - Posts: 4120
I am looking for a study that simply displays an arrow or price label on a bar once an alert is TRUE
There is no native study that can make an intrabar TRUE persistent.
This would require a custom ACSIL study.

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

Login

Login Page - Create Account