Drave wrote >>
is there a way to tell a custom indicator not to report "initialized"/"deinitialized" every time I change timeframe on a chart?
No. You can have the EA/Indicator write to a custom log file (via File functions); that will give u full control over what gets printed (this file can later be 'tailed' with something like BareTail).
comment out the Print() statements in init/deinit
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hello world,
is there a way to tell a custom indicator not to report "initialized"/"deinitialized" every time I change timeframe on a chart?
thank you in advance even if there isn't :)