Page 1517 of 2045

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 7:26 am
by Jon
kvak wrote: Sat Mar 26, 2022 2:17 am Hi.
Make this new colored version... Possible show hide short,,long term MA, lines .Colors and width is choosable by menu.....Different button template, now is without bug.
Image
This is really good! It's so simple :)

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 5:41 pm
by thomdel
@ mrtools

Respected Sir,

If you like this idea, Request you to Kindly : Add - All Averages & Colour Candles to : kvak Sir's ver : guppy ma BT Indi

Thanks for your Time, Generosity, Support.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 8:22 pm
by varon
Dear friends, coders
I have an idea. Is it possible to add a function to the indicator that will connect the top of the previous candle with the bottom of the next one and show it as a zigzag. I would like to be able to choose the colors and width of the zigzag lines. The same lines can be used as trend lines. Thanks to all!

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 8:35 pm
by PumbaPLS
Now.. this is probably going to be a bigger request and I already apologize in advance, but I think this has a great potential to get one of the best indicators for Trading, if you know how to use it.

So I hope someone finds the time to do that. here we go.

1. Button needs a fix, Signals dont get shown and unchecked Bands get shown again when you turn on/off the button (guess refresh problem?)

2. Option to turn off the middle Line which shows the Trend

3. When Candle closes on (or breaks) a Band gives a signal, please an Option for each Band to turn this signal on/off (the signal itself would need to be coded).
If possible, let us be able to change the size and what webdings symbol to use for each signal.

show signals of bands even if band is turned off (but signal is turned on) for example Band1 turned off, Signal Band 1 turned on.

Edit: I am not sure if "Target Bands" recalculates less and it would be better to use. More deviations would be needed to get added.

I suppose the devations are based on ATR as it says in the lazyhusky and they do not repaint too strongly, I care very little about the centred TMA that shows the trend.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 8:51 pm
by Ogee
PumbaPLS wrote: Sat Mar 26, 2022 8:35 pm Now.. this is probably going to be a bigger request and I already apologize in advance, but I think this has a great potential to get one of the best indicators for Trading, if you know how to use it.

So I hope someone finds the time to do that. here we go.

1. Button needs a fix, Signals dont get shown and unchecked Bands get shown again when you turn on/off the button (guess refresh problem?)

2. Option to turn off the middle Line which shows the Trend

3. When Candle closes on (or breaks) a Band gives a signal, please an Option for each Band to turn this signal on/off (the signal itself would need to be coded).
If possible, let us be able to change the size and what webdings symbol to use for each signal.

show signals of bands even if band is turned off (but signal is turned on) for example Band1 turned off, Signal Band 1 turned on.
Hi, you would need to post the indicator file.

It looks too smooth to be TMA and so is probably centered TMA which recalculates the previous x number of candles which is probably why the signals appear or disappear on turn off/on.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 9:11 pm
by ionone
I found this indicator that has converted a MT5 indicator to MT4
but they did a terrible job by just copy/pasting the code and hoping it will work. The way bars are processed is inversed in MT5 (from 0 to rates_total) while in MT4 it's from Bars to 0.
of course the result is different from the original indicator, but it is quite amazing as a matter of fact
signals are holy grail level.

my question is : is it possible to program the indicator so it gives same result as the wrong MT4 ? or is it not possible at all ?

a little challenge for you programmers.

thanks

Jeff

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 9:27 pm
by PumbaPLS
Ogee wrote: Sat Mar 26, 2022 8:51 pm Hi, you would need to post the indicator file.

It looks too smooth to be TMA and so is probably centered TMA which recalculates the previous x number of candles which is probably why the signals appear or disappear on turn off/on.
Thanks for pointing it out, I did everything but forgot the most important :lmao:

edited it to the original post

edit: just to be clear.. I know that it recalculates, this is not why I used those big words of "one of the best indicators)

but if the button option doesnt work it would be unfortunate

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 26, 2022 11:00 pm
by mrtools
thomdel wrote: Sat Mar 26, 2022 5:41 pm @ mrtools

Respected Sir,

If you like this idea, Request you to Kindly : Add - All Averages & Colour Candles to : kvak Sir's ver : guppy ma BT Indi

Thanks for your Time, Generosity, Support.
Have you seen this version? gmma averages

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 27, 2022 12:49 am
by ron_lzr
da good good

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 27, 2022 6:18 am
by ffsss
ionone wrote: Sat Mar 26, 2022 9:11 pm I found this indicator that has converted a MT5 indicator to MT4
but they did a terrible job by just copy/pasting the code and hoping it will work. The way bars are processed is inversed in MT5 (from 0 to rates_total) while in MT4 it's from Bars to 0.
of course the result is different from the original indicator, but it is quite amazing as a matter of fact
signals are holy grail level.

my question is : is it possible to program the indicator so it gives same result as the wrong MT4 ? or is it not possible at all ?

a little challenge for you programmers.

thanks

Jeff
Image
The mt4 indicator version does not work on backtest, so it probably wont give those results on real.