Support Board
Date/Time: Sun, 15 Jun 2025 07:57:10 +0000
Post From: Indicating the 4th bar in the same direction
[2022-10-11 16:23:54] |
Sawtooth - Posts: 4226 |
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. |