Page 5 of 434
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 3:38 am
by Cladi39
i see the indicator have 3 buffers for the lines in subwindow, and the arrow draw when that lines cross, soo i think is a way to code in the exact time when that lines cross. Or im wrong?
Blue line cross green line for down
Red line cross green line for up
soo how to code that?
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 4:14 am
by mladen
Cladi39 wrote:i see the indicator have 3 buffers for the lines in subwindow, and the arrow draw when that lines cross, soo i think is a way to code in the exact time when that lines cross. Or im wrong?
Blue line cross green line for down
Red line cross green line for up
soo how to code that?
No problem
Just check if :current blue > current green and previous blue < previous green = arrow upcurrent blue < current green and previous blue > previous green = arrow down
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 5:45 am
by marwilli
hello at all,is it possible to get signal lines or/and arrows if indi cross the zero line? Or alert function?Thanks in advanceRegards Markus
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 6:00 am
by mntiwana
marwilli wrote:hello at all,is it possible to get signal lines or/and arrows if indi cross the zero line? Or alert function?Thanks in advanceRegards Markus
If i am not much wrong,here is a version upgraded by MRTOOLS,same or close to it with some extra options.
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 7:49 am
by mladen
marwilli wrote:hello at all,is it possible to get signal lines or/and arrows if indi cross the zero line? Or alert function?Thanks in advanceRegards Markus
Markus
For start that indicator needs to be rewritten (it can and will repaint)
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 8:54 am
by chsrahim
Hi dear programmers
can you make this indicator workÂ
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 9:21 am
by mntiwana
chsrahim wrote:Hi dear programmers
can you make this indicator workÂ
Try now,hope it will be work.
Re: MT4 Indicators with alerts/signals
Posted: Sat Feb 25, 2017 10:19 am
by chsrahim
mntiwana wrote:
Try now,hope it will be work.
Great , Thank you verry much.
Re: MT4 Indicators with alerts/signals
Posted: Tue Feb 28, 2017 2:46 am
by camisa
Hello, arrows on this one please
I don't have mq4 file, but it should be one of yours
Dynamic zones EFT macd averages smoothed
Re: MT4 Indicators with alerts/signals
Posted: Tue Feb 28, 2017 3:12 am
by mntiwana
camisa wrote:Hello, arrows on this one please
I don't have mq4 file, but it should be one of yours
Dynamic zones EFT macd averages smoothed
It was posted ex4 format only