Login Page - Create Account

Support Board


Date/Time: Thu, 13 Feb 2025 21:12:32 +0000



Post From: Several studies combination on single alert

[2020-12-20 04:34:47]
Mila - Posts: 44
Hi Support,

I am trying to understand "Referencing Other Studies on the Chart" part of Sierra.
I want to create a simple Alert on the chart where MACD is below zero and RSI goes above 90 to sound only once when both conditions are true.

RSI ID:4 SG1 is above 90 and MACD Diff ID:7(SG3) is below 0

So would I then put this Alert on the RSI subgraph and is the formula I made below correct?

= AND (ID4.SG1 > 90, ID7.SG3 < 0)