Login Page - Create Account

Support Board


Date/Time: Tue, 11 Mar 2025 17:40:23 +0000



Post From: Eliminating consecutive Buy/Sell Entry signals

[2022-04-26 12:27:18]
Sawtooth - Posts: 4182
Is it possible to do this in a normal alert without using spreadsheets?
You could do it with the Spreadsheet Formula study, in its Formula field.
(This study uses Alerts syntax, despite its name)

Use a formula like this:
=IF(persistentcondition,1,IF(releasecondition,0,ID1.SG1[-1]))
where ID1 is the Spreadsheet Formula study.
Date Time Of Last Edit: 2022-04-26 12:27:30