Page 50 of 69
Re: Adaptive Indicators for MT4
Posted: Thu Jul 08, 2021 5:39 pm
by ionone
alisawilson007 wrote: Thu Jul 08, 2021 1:53 pm
Range and Renko Indicators for MT4 is quite prominent and works fine. It helps in understanding the normal price graph and the associated time period as well.
yes but Renko should be based on tick data : most renko engines look at a bar and if it's bullish, they will draw N up renko bars, but that's not the good way to do it : inside a bar price can go up or down, so be careful with that, I actually never found any Renko engine that is accurate on past data. You need the feature of tick request of MT5 to do that
Re: Adaptive Indicators for MT4
Posted: Mon Aug 02, 2021 6:47 am
by mrtools
This is a phase accumulated ravi, it's using an phase accumulated fast and slow ema to get it's values, and the signal line is also adaptive using Mladen's One more average.
Re: Adaptive Indicators for MT4
Posted: Mon Aug 02, 2021 2:50 pm
by vvFish
Re: Adaptive Indicators for MT4
Posted: Fri Aug 13, 2021 5:11 am
by mrtools
Deez wrote: Fri Aug 13, 2021 2:55 am
Hi MrTools, hope you can accommodate my request if you have the time - could you please modify this indi so that it changes color on OB/OS areas like in pic.
Thanks for all your work.
Try.
Re: Adaptive Indicators for MT4
Posted: Wed Sep 08, 2021 11:07 pm
by 太虚一毫
viewtopic.php?f=579496&t=8431109&start=150
pa_adaptive_WPR_on_QQE_nmc.mq4 is one of the teacher's greatest works. Jimmy considers it a real gem!
Expect the teacher to add level1 -10 and level2 + 10 to it. That is, on the basis of the original levelOs -40 and levelOb +40, add two levels1 -10 and level2 + 10.
Create a new indicator similar to !!relative strength rank smoothed (mtf + alerts + arrows): the vertical line between level1 -10 and level2 + 10 is colorless.
Boundless merit!
Re: Adaptive Indicators for MT4
Posted: Thu Sep 09, 2021 6:23 am
by mrtools
太虚一毫 wrote: Wed Sep 08, 2021 11:07 pm
viewtopic.php?f=579496&t=8431109&start=150
pa_adaptive_WPR_on_QQE_nmc.mq4 is one of the teacher's greatest works. Jimmy considers it a real gem!
Expect the teacher to add level1 -10 and level2 + 10 to it. That is, on the basis of the original levelOs -40 and levelOb +40, add two levels1 -10 and level2 + 10.
Create a new indicator similar to !!relative strength rank smoothed (mtf + alerts + arrows): the vertical line between level1 -10 and level2 + 10 is colorless.
Boundless merit!
Try, kind of an updated version.
Re: Adaptive Indicators for MT4
Posted: Thu Sep 09, 2021 9:01 am
by 太虚一毫
mrtools wrote: Thu Sep 09, 2021 6:23 am
Try, kind of an updated version.
This version is also good. However, ask the teacher to add MTF to it. Thanks a lot!
Re: Adaptive Indicators for MT4
Posted: Fri Sep 10, 2021 3:35 am
by mrtools
太虚一毫 wrote: Thu Sep 09, 2021 9:01 am
This version is also good. However, ask the teacher to add MTF to it. Thanks a lot!
Added mtf and alerts.
Re: Adaptive Indicators for MT4
Posted: Sat Sep 18, 2021 4:10 pm
by Woodyz
mrtools wrote: Fri Sep 10, 2021 3:35 am
Added mtf and alerts.
Really good MrTools...............
Can this be made into a Histo ???
Re: Adaptive Indicators for MT4
Posted: Mon Sep 20, 2021 3:38 am
by mrtools
Woodyz wrote: Sat Sep 18, 2021 4:10 pm
Really good MrTools...............
Can this be made into a Histo ???
Do you mean like a 0 to 1 bar type histo?