Support Board
Date/Time: Wed, 17 Sep 2025 10:44:09 +0000
Post From: Eliminating consecutive Buy/Sell Entry signals
[2022-04-26 12:27:18] |
Sawtooth - Posts: 4263 |
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
|