- Home
- Forum
- Indicators API Help
- hide indicator
hide indicator
hide indicator
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?
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.
Copyright © 2023 Spotware Systems Ltd. All rights reserved.