Page 562 of 2170

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 2:35 am
by mrtools
snorky2001 wrote: Tue Feb 19, 2019 8:33 am Hello, could someone create a histo version of this indicator ? I think it's easier to see on which candle the signal appears on histo mode...
Best regards and thank you everybody... :)
Not sure if it's my computer or what but when i downloaded your indicator in the code there is only a couple of characters, no code.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 2:44 am
by pacois
mrtools wrote: Wed Feb 20, 2019 2:35 am

Not sure if it's my computer or what but when i downloaded your indicator in the code there is only a couple of characters, no code.
Even for me the same, empty indicator, I found this, I do not know if it is the same.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 3:05 am
by mladen
snorky2001 wrote: Tue Feb 19, 2019 8:33 am Hello, could someone create a histo version of this indicator ? I think it's easier to see on which candle the signal appears on histo mode...
Best regards and thank you everybody... :)
That is ex4 file - not mt4 file

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 3:32 am
by mrtools
snorky2001 wrote: Tue Feb 19, 2019 8:33 am Hello, could someone create a histo version of this indicator ? I think it's easier to see on which candle the signal appears on histo mode...
Best regards and thank you everybody... :)
Made a histo version.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 3:42 am
by mrtools
mladen wrote: Wed Feb 20, 2019 3:05 am

That is ex4 file - not mt4 file
Wonder how it changed.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 8:13 pm
by tommo78
Hi Guys,

Can some please add buffer/value on the Blue and Red Arrow please on the attached indicator. I'm aware it's a repainter... To make it readable for EA.

Cheers

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 9:32 pm
by pacois
tommo78 wrote: Wed Feb 20, 2019 8:13 pm Hi Guys,

Can some please add buffer/value on the Blue and Red Arrow please on the attached indicator. I'm aware it's a repainter... To make it readable for EA.

Cheers
Hi, I have never created an ea, but I think it is readable the same with the only buffer available, in fact and a zero cross.
ExtBuffer0 [j + SIGNAL_BAR + 1]> 0.0 && ExtBuffer0 [j + SIGNAL_BAR] <0.0

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 10:03 pm
by bluebird
Hey Coders,
Is it possible for someone to add a moving average and a shift to this indicator? I've tried to add it myself however there's complications in the coding which for some reason wont allow the 'SetIndexShift' from actually working and I cant figure out what it is. Thank you in advance ! :)

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 10:14 pm
by tommo78
pacois wrote: Wed Feb 20, 2019 9:32 pm

Hi, I have never created an ea, but I think it is readable the same with the only buffer available, in fact and a zero cross.
ExtBuffer0 [j + SIGNAL_BAR + 1]> 0.0 && ExtBuffer0 [j + SIGNAL_BAR] <0.0
Thx Pacois, Be easy for me to read Blue arrow = buffer 0 and Red arrow = buffer 1. I'm only basic in scripting and have template EA to read indys, but I do need the arrows to have a value.

Cheers

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 20, 2019 11:14 pm
by pacois
tommo78 wrote: Wed Feb 20, 2019 10:14 pm

Thx Pacois, Be easy for me to read Blue arrow = buffer 0 and Red arrow = buffer 1. I'm only basic in scripting and have template EA to read indys, but I do need the arrows to have a value.

Cheers
Hello, looking forward to professional coders test with this.