Re: PdfMa AO & AC - Trend Indicators for MT4

1811
global wrote: Mon Aug 11, 2025 8:38 am If you were not doing this already, just also multiply the Accelerator Signal Period 15, so 5x15=75. That would give you a perfect representation of the AC on the 15 min chart on the 1 min chart. To make it even smoother, just increase the variance from 2 to 3 or more, as you like. Test different values until you get the result you want. Let me know how this works out for you.

Below is a screenshot of the AC on the 1 min chart but showing how it would look on the 5 minute chart.

The first sub window shows the AC with MA1 : 5, MA2: 24, Accelerator signal period: 5 and Variance: 2, with Time frame to use: 15
The second sub window shows the AC with MA1 : 5x5=25, MA2: 5x24=120, Accelerator signal period: 5x5=25 and Variance: 2, with Time frame to use: current time frame.

If I increase the Variance of the AC in the second sub window it would become even smoother.

So in your case, to see the AC on the 15 min time frame from the 1 min time frame, in your second sub window, you can use, MA1 : 5x15=75, MA2: 24x15=360, Accelerator signal period: 5x15=75, Variance: 2, and Time frame to use: current time frame. And of course you can also increase the variance to make it as smooth as you want or reduce it to make it faster. You may not get it to be an exact replica in the first sub window of the AC on the 15 minute time frame maybe because of the way the interpolation is done with the "Time frame to use" set to 15 minutes.


EURUSD.png
Sir to filter out market noise, we can do as under,

Plot buy if histogram is above signal MA
Plot sell if histogram is below signal MA

In this method market noise is almost filtered out and we don't need to wait for 15 min candle to close

Sir can you please add above condition to indicator and plot signal on chart window


Re: PdfMa AO & AC - Trend Indicators for MT4

1812
srinarayani13 wrote: Mon Aug 11, 2025 4:46 pm Thank you so much for valuable reply, I had tested by increasing Variance from 2 to 4, it helps to reduce noise. plotting is much smother.

1st window is 15 min mtf MA1 5, MA2 34, V 2

2nd window is 1 min MA1 75, MA2 510, V 2

3rd window is 1 min MA1 75, MA2 510, V 4

It can be clearly seen window 3 is very much smother and has very less noise compare to window 2.
Great, I'm happy that it worked out to your satisfaction. However, in the 3rd sub window, although there is very less noise, your entry signal will be a little delayed compared to the other sub window, so you have to decide which is best for what you want to achieve.
These users thanked the author global for the post:
srinarayani13

Re: PdfMa AO & AC - Trend Indicators for MT4

1814
srinarayani13 wrote: Tue Aug 12, 2025 2:37 am Sir to filter out market noise, we can do as under,

Plot buy if histogram is above signal MA
Plot sell if histogram is below signal MA

In this method market noise is almost filtered out and we don't need to wait for 15 min candle to close

Sir can you please add above condition to indicator and plot signal on chart window
That shouldn't be too difficult. I will look into it and get back to you.
These users thanked the author global for the post:
srinarayani13

CodeRe: Trend Indicators for MT4

1815
Precision Trend Candlesticks with ATR selection + Price calculation choices

This is an experiment with Mladens Precision Trend. Tried pre-smoothing with some averages that didn't work so great, but in the code for range it is using high-low, so added an option to use built in mt4 Atr, that seemed to make a difference, also in the original it was using close price in its precision trend calculations so made it so you can choose your price using mt4 built in prices.


Re: Trend Indicators for MT4

1816
mrtools wrote: Tue Aug 19, 2025 7:21 am Precision Trend Candlesticks with ATR selection + Price calculation choices

This is an experiment with Mladens Precision Trend. Tried pre-smoothing with some averages that didn't work so great, but in the code for range it is using high-low, so added an option to use built in mt4 Atr, that seemed to make a difference, also in the original it was using close price in its precision trend calculations so made it so you can choose your price using mt4 built in prices.
Dear Author,

You made a very good tool for us. Thank you for that. Could you improve it with the usual alert functions? It makes everyone happy.
These users thanked the author forrest85 for the post:
mrtools

LikeRe: Trend Indicators for MT4

1819
mrtools wrote: Tue Aug 19, 2025 7:21 am Precision Trend Candlesticks with ATR selection + Price calculation choices

This is an experiment with Mladens Precision Trend. Tried pre-smoothing with some averages that didn't work so great, but in the code for range it is using high-low, so added an option to use built in mt4 Atr, that seemed to make a difference, also in the original it was using close price in its precision trend calculations so made it so you can choose your price using mt4 built in prices.
Thank you sir MRTools and mr Mlanden ,this is an amazing work ,i am truely greatful for this forum and honestly thank you and i wanted ask if its possible to add notifications and arrows sir plz if possible
These users thanked the author siphoMaseti for the post:
mrtools

Re: Trend Indicators for MT4

1820
siphoMaseti wrote: Thu Aug 21, 2025 11:12 am Thank you sir MRTools and mr Mlanden ,this is an amazing work ,i am truely greatful for this forum and honestly thank you and i wanted ask if its possible to add notifications and arrows sir plz if possible
Hello, added an arrow option and made the candles an option.
These users thanked the author mrtools for the post (total 5):
Krunal Gajjar, pfxi, siphoMaseti, FredericoA, talaate