Re: MT4 Indicator requests and ideas

16203
mrtools wrote: Mon Aug 15, 2022 12:10 am It's not working at all or what is wrong with it?
I ran it with SoftFX4 Simulator and no alerts are being triggered. Now if it's working when the market opens, then it means it's not compatible with the simulator. However, my other indicators do trigger with the simulator. So if you could please add push notifications, that would be great!

What I'm thinking is to have alerts on Renko. I've searched looking for an indicator that triggers when 2 consecutive bricks form. Since I can't find any, my thoughts are to set a brick size, let's say 10 pips, then set this indicator to 20 pips. So every time 2 bricks (20 pips) form in either direction, I should get an alert. That should prevent whip-saw price action on Renko. The closest thing I've found is using Heiken Ashi alerts, provided here by you guys, which is phenomenal, but it does change sometimes when only 1 brick forms.
Probability is Key!


Re: MT4 Indicator requests and ideas

16206
Meyson wrote: Mon Aug 15, 2022 10:12 pm Guys, hello everyone! Who knows a channel indicator, such as TMA but without redrawing, it is very necessary, thanks in advance)))!
The TMA channel shows beautifully on history, because it rebuilds, if you take a non-drawing channel, it will not look like that at all. There are a lot of channels, this is the Keltner channel, the envelopes MА channel and many others completely available on the Internet.

Re: MT4 Indicator requests and ideas

16208
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.

Re: MT4 Indicator requests and ideas

16209
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 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
first go to
Tools/Options/Max Bars In Chart (check what is your value there)
if the bars on chart are less than your limits there is your problem.
good luck
These users thanked the author Xronos__ for the post:
4NDR45

Re: MT4 Indicator requests and ideas

16210
Xronos__ wrote: Tue Aug 16, 2022 7:36 am first go to
Tools/Options/Max Bars In Chart (check what is your value there)
if the bars on chart are less than your limits there is your problem.
good luck
Thank you for sharing your thought on this.
I usually limit the max bars to 5000 because there are a lot of indicators that do not have the option to limit their own history and that can cause lagging and freezing of the MT4 software if you are running lots of tabs with many indicators.
That way you actually limit ALL the indicators and save a lot of computer resources and excessive overheating of your computer.

It is not the cause of the issue here, I have tried to increase that in settings to 50 000, delete the history folder, restart etc. .... but it does not fix the issue.
The problem is the code of the indicator.
These users thanked the author 4NDR45 for the post:
Quinton2001