hide indicator
Created at 24 Jul 2021, 16:07
hide indicator
24 Jul 2021, 16:07
ex: i have 2 stochastic in one windows. i have one button to show or hide one of them.
i dont know how can i do that. i know object have hidden property but i couldn't find this property for indicator.
is there possible to do that? how?
amusleh
26 Jul 2021, 08:33
Hi,
cTrader doesn't have such a feature, but you can do it with a custom indicator.
Create your double Stochastic indicator and then use chart controls for showing/hiding one of the indicator outputs.
If the hide button got clicked you can fill the whole indicator output with NAN and it will disappear.
@amusleh