Re: Updated PdfMa AO & AC - Trend Indicators for MT4
Posted: Sat Aug 23, 2025 6:31 am
Updated: Please redownload the updated versions below if you downloaded them before Aug 28th, 2025!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
Finally, here are the additions you asked for to both the PdfMA Accelerator Oscillator (AC) and the PdfMA Awesome Oscillator (AO).
Below is a screenshot of the AC in the first sub window on the GBPAUD 5 min chart but showing how it would look on the 15 minute chart, and the AO in the second sub window on the 5 min chart. For the AO, I reduced the default "Ma period 2" from 34 to 21 to speed it up a little. Of course you can change it back to the default 34 if you prefer that. Alternatively, if you like, with the "Ma period 2" set to 34, you can reduce the Variance from 2.0 to 1.0 to achieve almost the same result as setting the "Ma period 2" to 21. Also, I prefer to use the "Histo Color on signal + zero cross" as the "Histo color on Trade Entry/Exit Type".
Please experiment with using the two indicators together and share with us what works best for you so we can all benefit. Thanks.
These (mtf + alerts + arrows) Versions:
This version includes multi time frame (mtf), alerts, entry & early exit arrows
and the following 5 Trade Entry/Exit Types:
(1) Histo Color on signal cross
(2) Histo Color on slope change
(3) Histo Color on zero cross
(4) Histo Color on signal + zero cross
(5) Histo Color on slope + zero cross
AC/AO Trade Signals by iCustom Calls:
To access the trade Bias for trade signals by iCustom Calls, just access the valc
buffer #5 which is labelled as the "Bias" buffer.
So if use the variable, Bias to indicate the AO Trade Bias, then the Buy and Sell
Entry and Exit Signals for the 5 Histo color on Trade Entry/Exit Types are:
For: (1) Histo Color on signal cross & (2) Histo Color on slope change:
Buy Trade Signals:
Entry: Bias>0
Exit: Bias<0
Sell Trade Signals:
Entry: Bias<0
Exit: Bias>0
For: (3) Histo Color on zero cross, (4) Histo Color on signal + zero cross &
(5) Histo Color on slope + zero cross:
Buy Trade Signals:
Entry: Bias>2
Exit: Bias<2
Sell Trade Signals:
Entry: Bias<-2
Exit: Bias>-2
-------------------------
Acronyms used for the 5 Trade Entry/Exit Types in the indicator's short name:
Signal Cross: SigCross
Slope Change: SlopeChg
Zero Cross: ZeroCross
Signal + Zero Cross: SigZeroCross
Slope + Zero Cross: SlopeZeroCross
-------------------------
General Usage
You can use color changes (mainly on zero cross) for trend change signals. You can take trades when the AC signals are confirmed by the AO.
Check the User Notes within the code for more detailed information on these two indicators.
Updated: Please redownload the updated versions below if you downloaded them before Aug 28th, 2025!
I updated these two indicators by adding "Use Signal Slope with Signal Trade Entry Types?" to the input options. Once that input option is set to true, then for the "(1) Histo Color on signal cross" and "(4) Histo Color on signal + zero cross" Signal Trade Entry Types, the Signal line must be sloping up for all Buy Trade Signals and it must be sloping down for all Sell Trade Signals. This change only affects the Trade Entry Signals for those Signal Trade Entry Types but not the Early Trade Exit Signals, which function as before without taking the slope of the Signal line into consideration for early trade exits.
I also for the PdfMA Awesome Oscillator (AO), I reset the "Ma period 2" back to it's default value of 34 but I reduced the Variance to 1 since that worked best for me. Of course, if you like you can reset the Variance of the AO back to it's default value of 2.