Re: MT4 Indicator requests and ideas

12618
mrtools wrote: Tue Apr 13, 2021 5:01 am Sorry it's an ex4 file, would need an original mt4 file and an idea how you want to incorporate atr into the indicator.
Lets hope is possible first and if it is, the reason why I want to add the ATR options is because when price is above 1.5(atr multiplier) theres higher % to see price break the 0.05 line break and also having a ATR period options when you trading on lower time frames it would be good to change the period of the atr for more accurancy!

Re: MT4 Indicator requests and ideas

12619
Perfect_Entrys wrote: Tue Apr 13, 2021 5:19 am Lets hope is possible first and if it is, the reason why I want to add the ATR options is because when price is above 1.5(atr multiplier) theres higher % to see price break the 0.05 line break and also having a ATR period options when you trading on lower time frames it would be good to change the period of the atr for more accurancy!
Again you keep posting the code of the decompiled version, if you look in the header it says.

Code: Select all

/*
   Generated by ex4-to-mq4 decompiler FREEWARE 4.0.451.7
   Website: H T t p :// w WW . MEtAQUO t ES. NEt
   E-mail :  S u p P OR T@ m etaquotes. n ET
*/
that means it is decompiled, also if you see values like this

Code: Select all

double GL_ibuf_88[];
double GL_ibuf_92[];
double GL_ibuf_96[];
double GL_ibuf_100[];
double GL_ibuf_104[];
double GL_ibuf_108[];
in a non normal language which would be like ma1,ma2,etc. it means it is a decompiled indicator.

Re: MT4 Indicator requests and ideas

12620
mrtools wrote: Tue Apr 13, 2021 6:11 am Again you keep posting the code of the decompiled version, if you look in the header it says.

Code: Select all

/*
   Generated by ex4-to-mq4 decompiler FREEWARE 4.0.451.7
   Website: H T t p :// w WW . MEtAQUO t ES. NEt
   E-mail :  S u p P OR T@ m etaquotes. n ET
*/
that means it is decompiled, also if you see values like this

Code: Select all

double GL_ibuf_88[];
double GL_ibuf_92[];
double GL_ibuf_96[];
double GL_ibuf_100[];
double GL_ibuf_104[];
double GL_ibuf_108[];
in a non normal language which would be like ma1,ma2,etc. it means it is a decompiled indicator.