Login Page - Create Account

Support Board


Date/Time: Fri, 18 Jul 2025 10:27:47 +0000



Post From: Flex Renko Reversal Bar Next Bar as entry

[2023-06-20 15:15:20]
Sawtooth - Posts: 4244
when a reversal bar is generated, is the next bar or 2 > than that reversal bar in the direction of the reversal bar.
Use formulas like these:
Long:
=AND(C[-1] < O[-1], C > O, H > H[-1])
Short:
=AND(C[-1] > O[-1], C < O, L < L[-1])