Page 630 of 2042

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 12, 2019 7:53 pm
by minsker
hello Mr tools, please alert on this

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 12, 2019 8:09 pm
by Jimmy
minsker wrote: Wed Jun 12, 2019 7:53 pm hello Mr tools, please alert on this
It's a decompiled stolen code and as per Forex-Station's Rules we don't touch those types of files here.

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 12, 2019 9:02 pm
by RplusT
RplusT wrote: Wed Jun 12, 2019 11:49 am mrTools,

could you please make a colour filled version for this indicator with up and down colour and the width to be set in the prarameter window. The Midline should still show. It's for better visibility if used more than 1 instances. I think its an excellent price tracking indicator and therefore it would be be worth to do it.
I have adjusted it to MTF and "Automatic next TF" already. Thank you.


Vidya zone 2.mq4
To show that I don't intend to waste your time.
This tool is really amazing. I have used it for a while and have confidence in the retracements. To demonstrate that, here is some of today's price action of the DAX. I only trade Indices. But it works on every TF and every pair.

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 12, 2019 10:49 pm
by mario_lima
Hello Mrtools, is it possible to add alerts on OB/OS levels, and the cross alert on zero line be optional?

Thank you
Mario

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 13, 2019 3:08 am
by -L-
Hi mrtools,

can you kindly add this laguerre filter to the cci arrow indicator? so that a buy signal will appear just if the price closed above the laguerre line and sell signal when price is below the laguerre line?

it gives lots of useless signals withow any filter.

best regards!

thanks in advance

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 13, 2019 3:32 am
by mrtools
Vere wrote: Tue Jun 11, 2019 5:00 pm mr.tools
can you kindly add option to this indi
-option to show what type or method and price that we chose, not just number (sma, ema, open, close, etc)
-add alert just like that u always made (on currnt/still open bar, pop-up mssg, sound, push notif, email), triggered every time it touch the lvel.

THX
On lines 19 and 20 change

Code: Select all

extern int     MAMethod=MODE_SMA;
extern int     MAPrice=PRICE_CLOSE;
to

Code: Select all

extern ENUM_MA_METHOD     MAMethod=MODE_SMA;
extern ENUM_APPLIED_PRICE MAPrice=PRICE_CLOSE;

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 13, 2019 3:35 am
by mrtools
RplusT wrote: Wed Jun 12, 2019 9:02 pm
To show that I don't intend to waste your time.
This tool is really amazing. I have used it for a while and have confidence in the retracements. To demonstrate that, here is some of today's price action of the DAX. I only trade Indices. But it works on every TF and every pair.

Vidya.JPG
Color based on what?

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 13, 2019 8:26 am
by mrtools
mario_lima wrote: Wed Jun 12, 2019 10:49 pm Hello Mrtools, is it possible to add alerts on OB/OS levels, and the cross alert on zero line be optional?

Thank you
Mario
Added the alerts.

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 13, 2019 9:12 am
by mrtools
-L- wrote: Thu Jun 13, 2019 3:08 am Hi mrtools,

can you kindly add this laguerre filter to the cci arrow indicator? so that a buy signal will appear just if the price closed above the laguerre line and sell signal when price is below the laguerre line?

it gives lots of useless signals withow any filter.

best regards!

thanks in advance
Try this one

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 13, 2019 10:33 am
by RplusT
mrtools wrote: Thu Jun 13, 2019 3:35 am

Color based on what?
Hmm....I'm not a programmer, but I guess it is based on the slope. Hull Indicator comes to my mind as an example or any coloured MA. step MA.........May I leave that to your discretion whether it is feasible to do that or not.