Forums ProRealTime English forum ProBuilder support CALL issue? Reply To: CALL issue?

#88608

Yes, because if you CALL an indicator it means you want to use it, doesn’t it?

If you DON’T want to display those objects when youe MAIN_INDICATOR is CALLed then you’ll have to add a variable called “Flag” (or whatever you prefer) as either True or False, then use the false value when CALLing it, while setting it to true when it’s on your charts.

Of course you’ll have to change all lines where any (un)wanted object is drawn so that they are executed only when the variable FLAG is set.

2 users thanked author for this post.