Login Page - Create Account

Support Board


Date/Time: Sat, 12 Jul 2025 06:58:50 +0000



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

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