Login Page - Create Account

Support Board


Date/Time: Sun, 09 Aug 2026 10:47:29 +0000



Post From: Alert condition referencing in a trade??

[2020-06-25 13:44:37]
Sawtooth - Posts: 4343
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.