Support Board
Date/Time: Mon, 22 Jun 2026 22:58:29 +0000
Post From: reversal bar formula with conditions
| [2021-09-11 12:04:45] |
| Sawtooth - Posts: 4333 |
|
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)) |
