Page 1365 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 28, 2021 12:45 am
by losajoca
@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

Posted: Sat Aug 28, 2021 1:18 am
by mrtools
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.
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

Posted: Sat Aug 28, 2021 1:29 am
by losajoca
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.
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

Posted: Sat Aug 28, 2021 1:32 am
by mrtools
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..
Ok will go over both of them, Thanks!

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 28, 2021 2:55 am
by mrtools
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
I did a version, but it wasn't right, feel i am close but still not there with it yet.

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 12:47 am
by 17MA
Please can someone help me out by adding arrows to this indicator when the lines cross.
Thanks

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 1:07 am
by Csj179t
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
17MA,

Here you go.

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 6:32 pm
by Lesnichiii
Good 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

Posted: Sun Aug 29, 2021 7:04 pm
by Zalmoxis
Lesnichiii,

go to indicator settings -> Common tab -> Use Fixed minimum / maximum

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 7:18 pm
by josi
Csj179t wrote: Sun Aug 29, 2021 1:07 am
The 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.