Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 15:06:44 +0000



[Programming Help] - Color Background Based on Alert Condition and the Parabolic SAR (PSAR)

View Count: 2986

[2016-04-20 12:43:20]
User830652 - Posts: 21
I am having trouble with my PSAR coloring when a PSAR dot is opened above (price action (PA) moving down) or opened below (PA moving up).

See attached files.

Any suggestions?

Thank you
Private File
Private File
[2016-04-21 11:10:45]
User830652 - Posts: 21
Sierra Engineers,

Can you please give me a hint as to where is my "Color Background on Alert Condition" alert condition (=AND(ID14.SG1[-1]<C,ID14.SG1>C)) is incorrect?

Thank you
[2016-04-21 11:51:31]
User830652 - Posts: 21
Public attachments.
attachmentWhat would cause this #1.pptx - Attached On 2016-04-21 11:50:25 UTC - Size: 238.54 KB - 415 views
attachmentWhat would cause this rule.pptx - Attached On 2016-04-21 11:50:47 UTC - Size: 223.92 KB - 378 views
[2016-04-21 14:28:39]
Sawtooth - Posts: 3976
Try these formulas:

SAR moves below price bar:
=AND(ID14.SG1[-1]>=H[-1],L>=ID14.SG1)
SAR moves above price bar:
=AND(ID14.SG1[-1]<=L[-1],H<=ID14.SG1)
Date Time Of Last Edit: 2019-07-17 19:12:50
[2016-04-21 14:38:10]
User830652 - Posts: 21
I sure will.

Thank you!!!!

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

Login

Login Page - Create Account