Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 18:09:06 +0000



Post From: reversal bar formula with conditions

[2021-09-11 12:04:45]
Sawtooth - Posts: 4173
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))