Login Page - Create Account

Support Board


Date/Time: Sat, 12 Sep 2026 07:00:21 +0000



Post From: overlay data from other chart

[2015-09-17 21:36:39]
Sawtooth - Posts: 4352
You can do this with a spreadsheets study. On the destination chart, hide the overlay study, add a spreadsheet study, then use a formula like this on the spreadsheet:

=IF(YourConditions,AA3,0)
where column AA is the overlay study's output.

If the overlay study uses a Draw Style of Line, use Line-SkipZeros instead of Line for the Draw Style of the spreadsheet subgraph.