Figuring out an Indicator's trading style

[Deleted]  

I would like to figure out how a custom indicator decides when to buy and sell so that i can add buffers and better format the indicator as a whole to be more profitable. I do not know how to program MQL4 and therefore can not interpret the code in MetaEditor...what is the best way for me to discover how this specific indicator is trading??

Thanks

[Deleted]  
Learn MQL4. Decipher source code.
 
  1. YoungRoo:
    I would like to figure out how a custom indicator decides when to buy and sell

    Indicators indicatate - they show something. They don't trade.

    The EA that uses the indicator decides whether to buy and sell.


  2. YoungRoo:
    I do not know how to program MQL4 and therefore can not interpret the code in MetaEditor.
    No slaves here, learn to code or pay someone.