Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 10:42:43 +0000



Alert condition referencing in a trade??

View Count: 445

[2020-06-25 06:44:26]
User509820 - Posts: 69
Hi, is there a way reference when in a long trade? I’m try to create alert for buy exit.
I.e. AND((when in a long), (ID1 < ID2))
[2020-06-25 13:44:37]
Sawtooth - Posts: 3952
Add the Trading: Position Quantity study, and use a formula like this:
=AND(ID3.SG1>0,ID1.SG1<ID2.SG1)
where the Position Quantity study is ID3.
You must also include the SG# of ID1 and ID2.

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

Login

Login Page - Create Account