Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 01:11:22 +0000



[Programming Help] - Best way to keep track of a pattern in memory until breached or next occurence?

View Count: 577

[2019-11-05 17:02:23]
cmet - Posts: 537
I'm looking for a the best approach to create some type of indicator or alert that keeps track of the last occurrence of something, for example, a bar pattern.

A simple example:

Keep track of the last 2 bars in a row in the same direction and then alert when there is a close lower than those two bars.

Can this be done without excel or ACSIL in Sierrachart?

Any input is appreciated.

I would like this to be applicable to both bars and studies if possible.

Thx.
Date Time Of Last Edit: 2019-11-05 17:02:44
[2019-11-05 18:11:18]
Ackin - Posts: 1865
I'm looking for a the best approach to create some type of indicator or alert that keeps track of the last occurrence of something, for example, a bar pattern.
A simple example:
Keep track of the last 2 bars in a row in the same direction and then alert when there is a close lower than those two bars.
Can this be done without excel or ACSIL in Sierrachart?


I did this into my automatic system and analyzer. It's not that simple, because you have to define conditions. The more versatile, the more conditions. Alerting formulas is not enough for this.

You have to use ACSIL or Spreadsheet.
[2019-11-06 16:05:32]
cmet - Posts: 537
Thanks.

Any tips on what those spreadsheet conditions might look like?

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

Login

Login Page - Create Account