Page 57 of 69

Re: Adaptive Indicators for MT4

Posted: Wed Oct 26, 2022 11:35 pm
by AteszBatesz
mrtools wrote: Sat Sep 12, 2020 1:17 am
Is this indicator has newer version where it is possible to set up newest bar of the higher timeframe. I would like to display at the M1 chart the M15 but in this version i can not set up to show at the precise time in the backtest.

Re: Adaptive Indicators for MT4

Posted: Thu Oct 27, 2022 12:17 am
by AteszBatesz
Hello

Is this possible to add Arrow on first bars

Right now the m15 arrow shows at M1 chart wrongly the arrow. Should be later

thanks

Re: Adaptive Indicators for MT4

Posted: Thu Oct 27, 2022 3:19 am
by mrtools
AteszBatesz wrote: Thu Oct 27, 2022 12:17 am Hello

Is this possible to add Arrow on first bars

Right now the m15 arrow shows at M1 chart wrongly the arrow. Should be later

thanks
Hi AteszBatesz,

Try this version, haven't tested so could you please verify it is working correctly.

Re: Adaptive Indicators for MT4

Posted: Thu Oct 27, 2022 4:34 am
by AteszBatesz
mrtools wrote: Thu Oct 27, 2022 3:19 am Hi AteszBatesz,

Try this version, haven't tested so could you please verify it is working correctly.
I have tested working well. Thank you for your help Mr Tools!

Re: Adaptive Indicators for MT4

Posted: Sun Nov 27, 2022 6:07 pm
by mrtools
ARSI RSI Adaptive (on chart)

This is a rsi adaptive averages filtered. Averages available are

Code: Select all

enum  enMaTypes
      {
         ma_sma,                                                            // Simple moving average
         ma_ema,                                                            // Exponential moving average
         ma_smma,                                                           // Smoothed MA
         ma_lwma,                                                           // Linear weighted MA
         ma_slwma,                                                          // Smoothed LWMA
         ma_dsema,                                                          // Double Smoothed Exponential average
         ma_tema,                                                           // Triple exponential moving average - TEMA
         ma_lsma,                                                           // Linear regression value (lsma)
         ma_nlma,                                                           // Non Lag moving average - NLMA
      };

Re: Adaptive Indicators for MT4

Posted: Mon Feb 27, 2023 10:11 am
by RodrigoRT7
Jimmy wrote: Fri Jun 19, 2020 4:55 pm Thank you Mrtools & pfxi.

For counter-trend trading, here is a settings template that can produce solid reversal signals that I'd like to share.

  • Deviation With Sample Correction: On
  • WPR Period: 100
  • Arrows On Exiting OB/OS Areas On
  • Adaptive Price to use: Close

As we all know, when traditional oscillators give us signals of reversals, these are usually too early. These particular settings will help identify reversal signals by only showing us when WPR is exiting the OB/OS (Overbought/Oversold) zones. The extended WPR length makes the indicator a tad slower but filters the early signals without too much lag.

Please try them :)
Image
hello my friends, how are you? Is there a possibility to include the averages in this indicator?? I even made a post talking about how it is useful in the counter trend. :D

Thank you very much, in advance

Re: Adaptive Indicators for MT4

Posted: Mon Feb 27, 2023 12:02 pm
by mrtools
RodrigoRT7 wrote: Mon Feb 27, 2023 10:11 am hello my friends, how are you? Is there a possibility to include the averages in this indicator?? I even made a post talking about how it is useful in the counter trend. :D

Thank you very much, in advance
Had to completely redo it so please make sure it is working correctly.

Re: Adaptive Indicators for MT4

Posted: Mon Feb 27, 2023 12:37 pm
by RodrigoRT7
mrtools wrote: Mon Feb 27, 2023 12:02 pm Had to completely redo it so please make sure it is working correctly.
Image
wow!!! thank you so much again for your generosity. this indicator is very interesting due to its objectivity. in addition, you can capture good analysis of divergences. :D

super thanks again. :D

Re: Adaptive Indicators for MT4

Posted: Mon Feb 27, 2023 12:50 pm
by TransparentTrader
RodrigoRT7 wrote: Mon Feb 27, 2023 12:37 pm wow!!! thank you so much again for your generosity. this indicator is very interesting due to its objectivity. in addition, you can capture good analysis of divergences. :D

super thanks again. :D

For me personally, this is yet another indicator we can use to accurately identify local/maximum tops and bottoms in a non-repainting fashion.

I think at some point this year we're going to need to compare all indicators providing such a function and see which one stands out best in terms of accuracy and consistency.

Perhaps one indicator works better on the M1 timeframe while another one is best suited for the M15 timeframe. Or one indicator is universally the best but the settings have to be changed for each timeframe. Hell, even changing the instruments may change which indicator and/or indicator settings are the best.

But I believe we're getting much closer to the answer, largely in thanks to coders like mrtools who are making our wishes come true!

Re: Adaptive Indicators for MT4

Posted: Mon Feb 27, 2023 1:00 pm
by RodrigoRT7
TransparentTrader wrote: Mon Feb 27, 2023 12:50 pm For me personally, this is yet another indicator we can use to accurately identify local/maximum tops and bottoms in a non-repainting fashion.

I think at some point this year we're going to need to compare all indicators providing such a function and see which one stands out best in terms of accuracy and consistency.

Perhaps one indicator works better on the M1 timeframe while another one is best suited for the M15 timeframe. Or one indicator is universally the best but the settings have to be changed for each timeframe. Hell, even changing the instruments may change which indicator and/or indicator settings are the best.

But I believe we're getting much closer to the answer, largely in thanks to coders like mrtools who are making our wishes come true!
I fully agree with what you are saying. also by coincidence, I've been trying to map this for a few days. indicators like normal WPR, adaptive WPR, Jurik Volty, Chaos, JMA ppo, Haos Visual Filtred...

it's even hard to choose among so many incredible indicators, for these and many others that I am completely grateful for the generosity of the community and our incredible programmers.

not to mention who organizes all this, which I deduce is Jimmy and his moderators. :D