Page 1622 of 2128

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 16, 2022 4:06 pm
by indrayugi
Hi everyone, i found a good indicator. But i think it is need more optimization.
Can you edit this indicator dots just only appears when RSI outside 30-70. I think this indicator is good for BO
Sorry for my bad English, i hope u will understand 🙏
Thxsss

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 16, 2022 4:38 pm
by Ogee
4NDR45 wrote: Tue Aug 16, 2022 2:30 am I am sharing this TMA channel indicator, which I use most of the time, but it has some bugs.
I like that it has the feature to limit how much it will show on chart in history, but this option does not work perfectly.
For example if i put 3000 in the Limit bars in history, on a 15 minutes and 30 minutes chart the channel will not appear at all, then it will appear again if i chose the 1H timeframe.
With the current setting 1500 limit in history it does not appear on the Weekly and the Monthly charts.
It makes these random non-appearances , so I thought maybe someone perhaps knows what is causing this issue and could make a quick fix.
Could anyone please check and figure out what is causing this glitch with the History limit and the appearance of this indicator on the chart?
I actually wanted to post it into the "Indicators with ON/OFF buttons" and ask, propose for a button feature, but certainly not as long as it has this glitch.

Digital_TMA_CHANNEL_EN.mq4
The quick fix for all such problems is to reduce the bar count even less thereby using less resources.

The above indy works fine at the default 1500 until the daily chart where you need to drop the bar count down from 1500 to 500. And for the monthly it needs to be dropped to 250.

It's not your computer's resources that are being challanged but MT4's own 32 bit resources.

No reason not to ask for a button as is.

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 16, 2022 8:03 pm
by ionone
indrayugi wrote: Tue Aug 16, 2022 4:06 pm Hi everyone, i found a good indicator. But i think it is need more optimization.
Can you edit this indicator dots just only appears when RSI outside 30-70. I think this indicator is good for BO
Sorry for my bad English, i hope u will understand 🙏
Thxsss
Image

Image
there you go

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 16, 2022 8:54 pm
by Meyson
Ogee wrote: Mon Aug 15, 2022 11:42 pm These 2 you are able to turn the redraw function off/on.


extreme_tma_line.mq4




TMA NRP HG.ex4
Thanks a lot)

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 17, 2022 5:36 am
by Milad8732
Hello mr tools
Respected sir
i convert this indicator to mt5 version of it and indicator works fine in mt5 platform
but i don't know how can i convert "iBandsOnArray" function in mql4 language to mt5 version of it so indicator doesn't show the bands of
WRP Array ......... please help to fix it and add bands on it !
thank you master !

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 17, 2022 6:06 am
by mrtools
Milad8732 wrote: Wed Aug 17, 2022 5:36 am Hello mr tools
Respected sir
i convert this indicator to mt5 version of it and indicator works fine in mt5 platform
but i don't know how can i convert "iBandsOnArray" function in mql4 language to mt5 version of it so indicator doesn't show the bands of
WRP Array ......... please help to fix it and add bands on it !
thank you master !
Image

Image
This is one way to do it, check here Mt5 Bollinger bands

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 17, 2022 6:09 am
by Milad8732
mrtools wrote: Wed Aug 17, 2022 6:06 am This is one way to do it, check here Mt5 Bollinger bands
very fast reply
thank you master ! :)

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 17, 2022 11:24 am
by keringet
Hi guys, is there anyone available who can spare some time and kindly assist me in converting the zero lag smoothed cycle from mt4 to mt5. Any suggestions would be highly appreciated thanks.

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 18, 2022 4:11 pm
by JeanPierre458
Good day,

Can someone please help me with this indicator so that it doesn't have as large of a delay on the signals? Or maybe settings I should put in? I'm not entirely sure but looks like a good indicator

Kind Regards

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 18, 2022 4:12 pm
by mrtools
JeanPierre458 wrote: Thu Aug 18, 2022 4:11 pm Good day,

Can someone please help me with this indicator so that it doesn't have as large of a delay on the signals? Or maybe settings I should put in? I'm not entirely sure but looks like a good indicator

Kind Regards
Can't do anything with an ex4 indicator.