Login Page - Create Account

Support Board


Date/Time: Sat, 20 Sep 2025 12:56:48 +0000



Post From: Flex Renko Reversal Bar Next Bar as entry

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