Login Page - Create Account

Support Board


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



Post From: overlay data from other chart

[2015-09-17 23:43:37]
Sawtooth - Posts: 4091
For this you'd want to use a double IF statement in a formula column, e.g. in cell P3:
=IF(ConditionsToBeginTrue,TRUE,IF(ConditionsToEndTrue,FALSE,P4))

You would then reference P3 in row 3 of the column that is drawing the overlaid study:
=IF(P3,AA3,0)