Login Page - Create Account

Support Board


Date/Time: Sun, 08 Sep 2024 01:12:21 +0000



Post From: Refine formula

[2023-12-01 02:13:05]
User585993 - Posts: 81
I'm creating a formula with the following conditions:

1.- Closed bar higher than the previous and negative delta & closed bar lower than the previous with positive delta


=OR(AND(C > C[1], ID1.SG1 - ID1.SG1[1] < 0), AND(C < C[1], ID1.SG1 - ID1.SG1[1] > 0))


somehow isn't working well, what am I missing?