1 (edited by 5811762 2021-05-16 05:27:22)

Topic: Request for MQL code of non mql indicators

I made a good strategy with FSB for gold, but I can not make EA for trading in MT. Because "RSI A" indicator is not in MQL code.that is so good indicator Why it is not in MQL??!!
can anyone help me?

Re: Request for MQL code of non mql indicators

You need to use the latest version of mlq,  talk to your broker saport and ask them

Re: Request for MQL code of non mql indicators

No broker needs to be involved, chelb.

What logic combination are you using? Logically you need 2 RSI indis and you're good to go. Examples: rise/higher/cross down is illogical and is not producing signals because rise and cross down do not go together; rise/higher/cross up needs only 2 conditions because cross up inherently means the indi is rising; change up/higher/cross up needs only change up and cross up because cross up inherently means indi is higher than level and so on.