Login Page - Create Account

Support Board


Date/Time: Wed, 16 Jul 2025 02:43:17 +0000



Post From: Comparing Delta between bars

[2020-12-22 19:09:13]
Sawtooth - Posts: 4244
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