Login Page - Create Account

Support Board


Date/Time: Sun, 22 Mar 2026 06:01:00 +0000



Post From: Indicating the 4th bar in the same direction

[2022-10-11 16:23:54]
Sawtooth - Posts: 4321
Would it be possible to create a zig zag type indicator using the signals?
:
You could do it with the Spreadsheet Formula study, with a formula like this in its Formula field:
=IF(4thUpBar>0,H,IF(4thDownBar>0,L,0))

Set Draw Zeros to No.
Use the Line draw style.