Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 01:48:11 +0000



Post From: Flex Renko Reversal Bar Next Bar as entry

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