Login Page - Create Account

Support Board


Date/Time: Sat, 28 Jun 2025 10:02:35 +0000



Post From: reversal bar formula with conditions

[2021-09-11 12:04:45]
Sawtooth - Posts: 4231
Include this in each formula:
H-L-ABS(O-C)>=ABS(O-C)
This will find bars where the sum of both shadows is >= the body.

=AND(L<L[-1],C>C[-1],H-L-ABS(O-C)>=ABS(O-C))

=AND(H>H[-1],C<C[-1],H-L-ABS(O-C)>=ABS(O-C))