Page 1485 of 2041

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 03, 2022 4:09 pm
by mrtools
mrtools wrote: Thu Feb 03, 2022 4:07 pm No sense in making another macd, on this version can make the macd and the ma's any period you want. Hopefully this will work for you.

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 03, 2022 6:23 pm
by sal
mrtools wrote: Thu Feb 03, 2022 4:09 pm
i check the arrow positions, some places are in line with my needs and some places wrong & missing as well..
if you dont mind , kindly filter the attached indicator macd arrows based on ema 6 crosses ema 20 bar alinged. see my marked arrow ..

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 03, 2022 6:58 pm
by whiplashtm
I've been playing around with this indicator for some time and were hoping you could update the code a little bit. The indicator uses by standard the SMA in it's calculation, so I'm wondering if it possible or even adviseble to give the indicator the option to choose between the different MA's as shown below. But as I'm a sucker for the OMA moving average, could it also be given the option to use this aswell (If it can't be an option alongside the other ma's, maybe just make it with only OMA)? I would also appreciate the option to choose between the different closing prices as shown. The last request would be giving it the OMA signal line. As a sidenote maybe there also is a better colourchanging slope calculation that can be used?

Much Appreciated!

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 03, 2022 7:09 pm
by whiplashtm
And another unique indicator that could use an update. Could this get the same treatment as pointed out in the last post?
Thanks in advance.

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 03, 2022 7:21 pm
by mrtools
traderokey wrote: Thu Feb 03, 2022 11:42 am Hi Mrtools,

Could you please normalize this momentum indicator?
If possible, also optimize the code, since the indicator can sometimes cause MT4 to hang, especially in lower time frames.
Thanks.


cumulative - momentum (mtf).ex4
Will go over it again tomorrow when i wake up, not sure about normalizing it, but will try.

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 03, 2022 9:08 pm
by GraniteChief
Does anyone have an indicator that will paint an arrow depending on the current open price in relation to the previous open price? For example, an up arrow is printed if the open price on the current candle is higher than the open price of the previous candle. Now, I know you can do this simply by looking but it will be helpful to see quickly across a range of candles as in the attached pic. Thank you.

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 04, 2022 3:48 am
by mrtools
traderokey wrote: Thu Feb 03, 2022 11:42 am Hi Mrtools,

Could you please normalize this momentum indicator?
If possible, also optimize the code, since the indicator can sometimes cause MT4 to hang, especially in lower time frames.
Thanks.


cumulative - momentum (mtf).ex4
Far as I can tell the code is as optimized as it can be, and far as normalizing wasn't able to do that.

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 04, 2022 4:30 am
by traderokey
mrtools wrote: Fri Feb 04, 2022 3:48 am Far as I can tell the code is as optimized as it can be, and far as normalizing wasn't able to do that.

Thanks Mrtools

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 04, 2022 4:31 am
by sal
GraniteChief wrote: Thu Feb 03, 2022 9:08 pm Does anyone have an indicator that will paint an arrow depending on the current open price in relation to the previous open price? For example, an up arrow is printed if the open price on the current candle is higher than the open price of the previous candle. Now, I know you can do this simply by looking but it will be helpful to see quickly across a range of candles as in the attached pic. Thank you.
Image
may be this can modify as per your needs.. try with coder

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 04, 2022 6:47 am
by mrtools
whiplashtm wrote: Thu Feb 03, 2022 6:58 pm I've been playing around with this indicator for some time and were hoping you could update the code a little bit. The indicator uses by standard the SMA in it's calculation, so I'm wondering if it possible or even adviseble to give the indicator the option to choose between the different MA's as shown below. But as I'm a sucker for the OMA moving average, could it also be given the option to use this aswell (If it can't be an option alongside the other ma's, maybe just make it with only OMA)? I would also appreciate the option to choose between the different closing prices as shown. The last request would be giving it the OMA signal line. As a sidenote maybe there also is a better colourchanging slope calculation that can be used?

Much Appreciated!
Image
Image
Image
Posted a version Here