Login Page - Create Account

Support Board


Date/Time: Wed, 17 Sep 2025 22:30:57 +0000



Post From: Flex Renko Reversal Bar Next Bar as entry

[2023-06-20 15:15:20]
Sawtooth - Posts: 4263
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])