只有购买或租用产品的用户才可以进行评论
Kaziel  
looks good -- I would recommend no lines on chart - they are not necessary -- also that when using Icustom there can be multiple instances of the indicator used without conflict. Thanks
Vladimir Karputov  
Kaziel #:
looks good -- I would recommend no lines on chart - they are not necessary -- also that when using Icustom there can be multiple instances of the indicator used without conflict. Thanks

Thank you. It's a nice idea. Just in case, I will make a "bool" parameter.

Vladimir Karputov  

An example of accessing indicator buffers from an advisor:


附加的文件:
Test.mq5  11 kb
Vladimir Karputov  

A small correction for the "Test.mq5" expert:

in OnInit, you should use spaces instead of "_" in the name of the indicator. This is correct:

   handle_iCustom = iCustom(Symbol(), Period(), "Market\\Stochastic Divergence Level",
只有购买或租用产品的用户才可以进行评论