Page 1262 of 2041

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 12, 2021 7:40 pm
by dmnik
Hey! Correct the indicator when switching TF the terminal freezes and is not displayed correctly. No red and green bar graphs.

The indicator shows the levels where the price was during the time period since TimeStart, plus the number of fractals at this price (marked in red) and the number of extreme points (Hight Low) at this price (marked in green)

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 12, 2021 10:02 pm
by Josephfiyin
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

Posted: Tue Apr 13, 2021 2:41 am
by lain7123
Could someone help me make this version of precision trend mtf please?

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 13, 2021 3:30 am
by mrtools
Josephfiyin 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.
Added zero cross alerts and posted here Adaptive indicators

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 13, 2021 4:33 am
by mrtools
lain7123 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
Posted here Precision trend

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 13, 2021 4:42 am
by Perfect_Entrys
mrtools 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

Posted: Tue Apr 13, 2021 4:45 am
by Perfect_Entrys
mrtools 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

Posted: Tue Apr 13, 2021 5:01 am
by mrtools
Perfect_Entrys wrote: Tue Apr 13, 2021 4:45 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

Posted: Tue Apr 13, 2021 5:19 am
by Perfect_Entrys
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

Posted: Tue Apr 13, 2021 6:11 am
by mrtools
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.