Hide Indicators

Viewing 2 posts - 1 through 2 (of 2 total)
  • #35361

    Is it possible to have a feature that allows you to hide the whole indicator from a price chart instead of having to individually hide each individual component of an indicator? E.g. when you use ATR bands, that’s a lot of lines to make invisible.

    Also a cross hair that only allows for the cross hair without the price box would be good option too.

    Thanks

     

     

    #35375

    Hey Bard,

    if your indicators are coded, meaning not standard functions, you can simply check and uncheck parts of your Indicator using “//”

    Return A as “show” // b as “noshow”, c as …

    You might still have to copy&paste if you are referencing many indicators via Return.

    This method has helped me when debugging indicators in the past.

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login