Page 491 of 2041

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 12, 2018 10:14 pm
by mntiwana
farxad wrote: Wed Dec 12, 2018 9:26 pm Good day, can you fix this indicator? Does it signal 1 bar late, is it possible to make a signal 1 bar back?
Can you explain with illustration picture please

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 12, 2018 10:16 pm
by mntiwana
farxad wrote: Wed Dec 12, 2018 9:26 pm Good day, can you fix this indicator? Does it signal 1 bar late, is it possible to make a signal 1 bar back?
Just looked inside code,it is decompiled
sorry,if possible original code ?

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 12, 2018 10:35 pm
by farxad
mntiwana wrote: Wed Dec 12, 2018 10:16 pm
Just looked inside code,it is decompiled
sorry,if possible original code ?

yes, this is all I have, it’s necessary that the arrow on 1 bar give back,

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 12, 2018 11:15 pm
by aguiyi
mntiwana wrote: Wed Dec 12, 2018 10:13 pm
Man you are welcome here too
please explain your query/question/problem
this are the indicators. they dont show on my platform making me think they need to be reworked to function with the new metatrader

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 13, 2018 12:19 am
by Cladi39
farxad wrote: Wed Dec 12, 2018 9:26 pm Good day, can you fix this indicator? Does it signal 1 bar late, is it possible to make a signal 1 bar back?
Thats the nature of this indi, thats the way it work.

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 13, 2018 1:55 am
by FBI
Indicator request

I do not know, if this kind of indicator exist all ready, but this is how it should work.

After first minute close, at Daily Open, indicator should draw two vertical lines, up and down, after let`s say 20 Daily Average range.
Let`s say for example that GBPJPY 20 Days Average Range is 170 pips, so after that first minute close, two lines one up and one down 170 pips distance.
In picture only can show upper line, lower line is so far away so we can`t see that.

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 13, 2018 2:02 am
by FBI
Or maybe even 4 lines, two middle lines too, if there is no trend, ranging so to say.

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 13, 2018 2:13 am
by mntiwana
aguiyi wrote: Wed Dec 12, 2018 11:15 pm
this are the indicators. they dont show on my platform making me think they need to be reworked to function with the new metatrader
Hi aguiyi
"ma-i-CA" indicator is "Corrected Average" indicator
all the variation you posted are same,simply different periods/values
any way corrected and posted here all that ones,they are working now,at least with me
in lowest picture for to explain you,compared Mladen's "Corrected Average" version
the white is your one,solo coloring
and blue/red dual/slope coloring along with golden signaling line is Mladens version with same parameters

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 13, 2018 2:34 am
by rijay
FBI wrote: Thu Dec 13, 2018 1:55 am Indicator request

I do not know, if this kind of indicator exist all ready, but this is how it should work.

After first minute close, at Daily Open, indicator should draw two vertical lines, up and down, after let`s say 20 Daily Average range.
Let`s say for example that GBPJPY 20 Days Average Range is 170 pips, so after that first minute close, two lines one up and one down 170 pips distance.
In picture only can show upper line, lower line is so far away so we can`t see that.

GBPJPYM1.png
that is exactly ADR for prices for daily move.

i find it better to do it manually, as many times after large compression , average of n days range can be low and still prices can spike more,

so i have adopted different method,
say for example , for any instrument(with full lot size) margin call is going to get triggered at $300(from previous days close price level), then convert that to pips, and draw lines of that pips on both sides starting from previous days close price level, that is the daily range for that instrument for that day on both sides depending on your view of trend.

as this is done using levels, where margin calls are taken into account that is the PANIC level for the traders both for INTRADDAY as well as for SWING traders. you may do it from open prices, though i find previous days close prices more useful.

i think i have posted one indicator in mt4 indicator bank section that you can try if you want that takes in to account n days range in calculations and draws automatic lines as you need.

but i still prefer to draw lines daily manually using previous days closing prices.

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 13, 2018 2:43 am
by mrtools
farxad wrote: Wed Dec 12, 2018 9:26 pm Good day, can you fix this indicator? Does it signal 1 bar late, is it possible to make a signal 1 bar back?
That is a decompiled and repainting ma cross indicator, to make the signal 1 bar back would make it repaint. Have this non repainting version.