Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 06:42:11 +0000



Post From: Spreadsheet Swing Hi Lo issue

[2023-12-01 16:50:00]
Sawtooth - Posts: 4231
The Swing High and Low study only outputs a value at the swing high or swing low, and it only does it n bars after the fact.
So if you have the Length set to 20, it will 'repaint' that signal 20 bars ago.

But if that is still where you want the entry signal, you'll need to use a Formula Column to make the Swing Low persistent, like this in P3:
=IF(AK3>0,AK3,P4)