no output in the expert window

 

Hi,


I am running 2 indicator scripts at the same time both making text outputs (Prints...) in the experts window.

Is possible to avoid the outputs by a command ?

Something in the top of the script like "#property ..." ?


Thanks

 
Variopinto:

Hi,


I am running 2 indicator scripts at the same time both making text outputs (Prints...) in the experts window.

Is possible to avoid the outputs by a command ?

Something in the top of the script like "#property ..." ?

No, you should rework your code to make your Prints optional by setting a extern bool EnablePrints true/false