Page 1644 of 2170

Re: MT4 Indicator requests and ideas

Posted: Mon Sep 12, 2022 9:05 pm
by Dennis-Yaan
Ogee wrote: Mon Sep 12, 2022 7:59 pm Might be because it's been renamed ( ... Profiler (1) Take out the (1) and try again or delete all (original and copies) and download again
Hello, thank you but not working. Can you get it to work, did you try? It seems it need .ex(2)? But i do not have.

Re: MT4 Indicator requests and ideas

Posted: Mon Sep 12, 2022 9:58 pm
by Dennis-Yaan
Ogee wrote: Mon Sep 12, 2022 7:59 pm Might be because it's been renamed ( ... Profiler (1) Take out the (1) and try again or delete all (original and copies) and download again
The indicator SchaffTCDRSI still not working……

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 1:09 am
by maroka
maroka wrote: Sat Sep 10, 2022 4:19 pm I'm sorry... Here's it is:
download/file.php?id=3350986
Mrtools, checking to see if you've had the time to add push alerts. Thanks.

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 2:39 am
by bypy
Dear mrtools
Please, I would like the fuchsia vertical lines to come out when the 200 moving average is down and the blue vertical lines to come out when the 200 moving average is up.
I tried unsuccessfully, I entered in the code line 298 299 346 349 thanks

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 2:43 am
by TEAMTRADER
Could a zero cross signal be added to this indi?
It recalculates the last signal but it is still useful when it crosses zero.
Thanks
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 3:56 am
by mrtools
bypy wrote: Tue Sep 13, 2022 2:39 am Dear mrtools
Please, I would like the fuchsia vertical lines to come out when the 200 moving average is down and the blue vertical lines to come out when the 200 moving average is up.
I tried unsuccessfully, I entered in the code line 298 299 346 349 thanks
Are you looking for the lines to display when price above/below the 200 moving average and rsx sloping up/down?

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 4:18 am
by mrtools
TEAMTRADER wrote: Tue Sep 13, 2022 2:43 am Could a zero cross signal be added to this indi?
It recalculates the last signal but it is still useful when it crosses zero.
Thanks
TEAMTRADER
Looks to me if zigzag alerts = true, if I am understanding the code correctly the alerts should go off for zero crosses too, but not sure.

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 5:36 am
by kimhyunmin
hello.


this is Volume indicator.
Can you add a warning when the green and blue volume is turned on on the white vertical line in the picture above?
When the green or blue volume is turned on, it tends to be on continuously during the session (London, New York). Inserting a warning might be difficult, but is there a way?

If it becomes a problem, I will delete it.
Thanks in advance!

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 5:59 am
by mrtools
kimhyunmin wrote: Tue Sep 13, 2022 5:36 am hello.


this is Volume indicator.
Can you add a warning when the green and blue volume is turned on on the white vertical line in the picture above?
When the green or blue volume is turned on, it tends to be on continuously during the session (London, New York). Inserting a warning might be difficult, but is there a way?

If it becomes a problem, I will delete it.
Thanks in advance!
Image
Would need the source code (mt4).

Re: MT4 Indicator requests and ideas

Posted: Tue Sep 13, 2022 7:57 am
by TEAMTRADER
mrtools wrote: Tue Sep 13, 2022 4:18 am Looks to me if zigzag alerts = true, if I am understanding the code correctly the alerts should go off for zero crosses too, but not sure.
Tried it but there is no arrow for zero cross only the high low - which recalcuates.
TEAMTRADER