Hello Mr Tools,
Please can you help add alerts to this indicator when it crosses the zero line?
Thanks for your help.
Re: MT4 Indicator requests and ideas
12612Could someone help me make this version of precision trend mtf please?
- These users thanked the author lain7123 for the post:
- Lightningstorm7
Re: MT4 Indicator requests and ideas
12613Added zero cross alerts and posted here Adaptive indicatorsJosephfiyin wrote: Mon Apr 12, 2021 10:02 pm Hello Mr Tools,
Please can you help add alerts to this indicator when it crosses the zero line?
Thanks for your help.
Re: MT4 Indicator requests and ideas
12614Posted here Precision trendlain7123 wrote: Tue Apr 13, 2021 2:41 am Could someone help me make this version of precision trend mtf please?
precision trend.png
precision trend on averages 1.1 (alerts)(1).mq4
Re: MT4 Indicator requests and ideas
12615mrtools wrote: Sun Apr 11, 2021 11:34 am Would need the original source, that version is decompiled, anyway don't think it is possibe.
Re: MT4 Indicator requests and ideas
12616mrtools wrote: Sun Apr 11, 2021 11:34 am Would need the original source, that version is decompiled, anyway don't think it is possibe.
Re: MT4 Indicator requests and ideas
12617Sorry it's an ex4 file, would need an original mt4 file and an idea how you want to incorporate atr into the indicator.
Re: MT4 Indicator requests and ideas
12618Lets 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!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.
Re: MT4 Indicator requests and ideas
12619Again you keep posting the code of the decompiled version, if you look in the header it says.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!
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
*/
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[];
Re: MT4 Indicator requests and ideas
12620mrtools 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.that means it is decompiled, also if you see values like thisCode: 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 */
in a non normal language which would be like ma1,ma2,etc. it means it is a decompiled indicator.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[];