Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:38:37 +0000



Post From: overlay data from other chart

[2015-09-17 21:36:39]
Sawtooth - Posts: 4091
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.