Page 2075 of 2170
Re: MT4 Indicator requests and ideas
Posted: Mon Oct 21, 2024 12:27 pm
by kenshin281180#
@mrtools do you have a moving average crossover indicator that has multiple ma's. I'm looking for the cross of a hull ma and lwma to give me an alert. Thanks in advance
Re: MT4 Indicator requests and ideas
Posted: Mon Oct 21, 2024 1:51 pm
by mrtools
kenshin281180# wrote: Mon Oct 21, 2024 12:27 pm
@mrtools do you have a moving average crossover indicator that has multiple ma's. I'm looking for the cross of a hull ma and lwma to give me an alert. Thanks in advance
Maybe
this one?
Re: MT4 Indicator requests and ideas
Posted: Mon Oct 21, 2024 11:09 pm
by Rarno
I have this nrp indicator called tcg-dots.ex4. I don't think it is the original name of the indicator but probably another indicator that have been modified and renamed. The indicator prints the value of the buffer on the screen which is very annoying especially when my EA is accessing the indicator's buffer and needs to print debug comment or trading information on the screen.
1. Does anyone know the name of this indicator or have the mql4 source code ?
2. If you are unable to share the source code, could you remove the debug print ie //comment (buffer[0], " ", buffer[1]); compiled and provide the newly compiled ex4 ?
Thanks in advance.
Re: MT4 Indicator requests and ideas
Posted: Thu Oct 24, 2024 5:28 pm
by Yuri_I
Hello dear coders! Found an old but quite interesting indicator. If any of you have time and interest, could you create something similar with the ability to add (change) fibo levels, as well as add an on/off button?
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 25, 2024 12:25 am
by sal
Dear mr.tools
can you add Awesome bars on chart ??
condition
if the AWO candles below zero level main chart bars shall be in red and vise versa!
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 25, 2024 12:46 am
by mrtools
sal wrote: Fri Oct 25, 2024 12:25 am
Dear mr.tools
can you add Awesome bars on chart ??
condition
if the AWO candles below zero level main chart bars shall be in red and vise versa!
If you set the fast mas to 5 and the slow ma to 34
this one should basically be the same.
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 25, 2024 1:19 am
by talaate
mrtools wrote: Fri Oct 25, 2024 12:46 am
If you set the fast mas to 5 and the slow ma to 34
this one should basically be the same.
Hi mrtools
Is it possible to add two colores (up/down to Zero) for each one of the following
By the way I tried to do it by myself, but I failed

Re: MT4 Indicator requests and ideas
Posted: Fri Oct 25, 2024 1:49 am
by sal
mrtools wrote: Fri Oct 25, 2024 12:46 am
If you set the fast mas to 5 and the slow ma to 34
this one should basically be the same.
its not same bro. see chart!
i think i need to get option for ma type. i use simple ema for period 5
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 25, 2024 2:16 am
by mrtools
talaate wrote: Fri Oct 25, 2024 1:19 am
Hi mrtools
Is it possible to add two colores (up/down to Zero) for each one of the following
Bulls.mq4
Bears.mq4
By the way I tried to do it by myself, but I failed
Try
here
Re: MT4 Indicator requests and ideas
Posted: Fri Oct 25, 2024 2:42 am
by mrtools
sal wrote: Fri Oct 25, 2024 1:49 am
its not same bro. see chart!
i think i need to get option for ma type. i use simple ema for period 5
This one maybe?