제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다
Trader mql5  
Very interesting.

Any possibility to have buffers for the text labels?

Thanks, Abir. Your hard work is always appreciated.
Abir Pathak  
Trader mql5 #:
Very interesting.

Any possibility to have buffers for the text labels?

Thanks, Abir. Your hard work is always appreciated.


Hey..I'm glad you like it :)

Those text labels are just for debugging to know why a signal was cancelled.


And since they are text they needed to be objects. Buffers would only have supported arrows or wingdings symbols based on arrow codes etc.

Right now I don't think mql4 supports text as buffer values.

And, even if I gave each type of error a number, that would be difficult for users. I need it to be visually clear on chart. With options to turn it on/off.

Yes, it could have been both.. numbers for buffers and text for labels, but I don't see the point for adding any overhead.

So, I don't really plan on adding those to buffers.. sorry :))