Support Board
Date/Time: Mon, 03 Nov 2025 12:37:15 +0000
Post From: reversal bar formula with conditions
| [2021-09-11 12:04:45] |
| Sawtooth - Posts: 4285 |
|
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)) |
