Support Board
Date/Time: Sat, 24 May 2025 01:55:31 +0000
Post From: Comparing Delta between bars
[2020-12-22 19:09:13] |
Sawtooth - Posts: 4220 |
Try these: Buy alert: =AND(ID1.SG1[-1] <0, ID1.SG1 >0, ID1.SG1 - ID1.SG1[-1] >= ABS(ID1.SG1[-1]) *4) Sell alert: =AND(ID1.SG1[-1] >0, ID1.SG1 <0, ABS(ID1.SG1 - ID1.SG1[-1]) >= ID1.SG1[-1] *4) Date Time Of Last Edit: 2020-12-22 19:09:33
|