Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 15:03:50 +0000



[User Discussion] - text display for last ZZ turning point.

View Count: 557

[2020-08-28 02:14:34]
User238343 - Posts: 20
need to show last turning point of ZZ on the chart. (HH,LH,HL,LL)-Text display study.
[2020-08-28 13:14:13]
Sawtooth - Posts: 3976
Try this:

Add the Spreadsheet Formula study, and use a formula like this in the Formula field:
=IF(ID4.SG2<>0,ID4.SG1,ID5.SG1[-1])
-where ID4 is the Zigzag study, and ID5 is the Spreadsheet Formula study.
This will return the price at the ZZ turning point, and make it persistent.

Add the Text Display For Study study, referencing the Spreadsheet Formula study.
This will display the price of the most recent ZZ turning point.

You can edit the formula to display any of the ZZ values at the turning point.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account