Can't find my copy of the line version but apparently that's where the problem is, have this line version that seems pretty close to the histo.losajoca wrote: Sat Aug 28, 2021 12:45 am @mrtools.
Sorry to bother again but i've encoutered a divergence between two versions of the same indicator.
As you can see in pic the histo version is not giving the same result, altough with same parameters and same timeframe ( in the case I've only changed the smooth period from the standard 14 to 21...).
Could you give it a look? (see yellow lines please)
Thanks.
Re: MT4 Indicator requests and ideas
13642Ok, but I was thinking the opposite... the histo just like the line version, the line version in my pic has better signals..mrtools wrote: Sat Aug 28, 2021 1:18 am Can't find my copy of the line version but apparently that's where the problem is, have this line version that seems pretty close to the histo.
Re: MT4 Indicator requests and ideas
13643Ok will go over both of them, Thanks!losajoca wrote: Sat Aug 28, 2021 1:29 am Ok, but I was thinking the opposite... the histo just like the line version, the line version in my pic has better signals..
Re: MT4 Indicator requests and ideas
13644I did a version, but it wasn't right, feel i am close but still not there with it yet.tkhanfx wrote: Fri Aug 27, 2021 1:24 am Good day Mr.Tools
Found this indicator recently from another post in a different section
After comparing with original indicator, both seem to be repainting. Not sure if OG poster intentionally preferred it that way though. Could Mr.Tools post an nrp version? MTF or interpolation is not needed
Thank you for your endless efforts
Re: MT4 Indicator requests and ideas
13645Please can someone help me out by adding arrows to this indicator when the lines cross.
Thanks
Thanks
Re: MT4 Indicator requests and ideas
1364617MA,17MA wrote: Sun Aug 29, 2021 12:47 am Please can someone help me out by adding arrows to this indicator when the lines cross.
Thanks
Here you go.
- These users thanked the author Csj179t for the post (total 3):
- thomdel, 17MA, Thangarasu
Sincerely,
Sergei
Sergei
Re: MT4 Indicator requests and ideas
13647Good afternoon, dear programmers. It is possible to make an average scale in the indicator, so that when the price moves sharply, the indicator value does not differ so much, because the rest of the readings become invisible.
Re: MT4 Indicator requests and ideas
13648Lesnichiii,
go to indicator settings -> Common tab -> Use Fixed minimum / maximum
go to indicator settings -> Common tab -> Use Fixed minimum / maximum
Re: MT4 Indicator requests and ideas
13649The MA-methods don't work
extern int Method = 1; // 0 - SMA// 1 - EMA// 2 - SMMA// 3 - LWMA
only the standard, i.e. 1 works, the others don't.