Login Page - Create Account

Support Board


Date/Time: Tue, 23 Sep 2025 15:40:35 +0000



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

[2022-10-11 16:23:54]
Sawtooth - Posts: 4264
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.