Support Board
Date/Time: Wed, 27 Nov 2024 13:39:38 +0000
Post From: Comparing Delta between bars
[2020-12-22 19:09:13] |
Sawtooth - Posts: 4120 |
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
|