Re: ADX DMI Indicators for MT4

531
moey_dw wrote: Sun Sep 25, 2022 8:55 pm thank u transparenttrader i was going to ask this too...... seriously wish more info was provided or NOTED here sometimes cos here i was thinking "LR" was linear regression or something 😒😒😒

thanks mrtools for making it non-repainting & pls if in future its possible to explain what these advanced indicators do or any info would be so good for my sanity 🙇‍♂️🙇‍♂️🙇‍♂️
Yes, you are right the proper name should probably be called linear regression value or like you said linear regression, it is called by some people me included Lsma (Least square moving average), what is the correct name I have no idea. As far as removing the repainting not sure %100 if the original was repainting saw something in the code that looked like it might be but know the version, I posted isn't repainting. Anyone can place this version alongside a regular adx and see the smoothing, but in the future will try and include more information when posting. Below a simplified formula for lsma or linear regression value, this was revealed awhile back think it was on the mt5 forum.

Code: Select all

lsma[i]   = 3.0*iMA(_Symbol,_Period,LSMAPeriod,0,MODE_LWMA,LSMAPrice,i)-2.0*iMA(_Symbol,_Period,LSMAPeriod,0,MODE_SMA,LSMAPrice,i);

Could have used this in the above adx using iMAOnArray but it would have required an extra loop in the code and 3 more buffers. Mladen created a function that makes this whole thing easier, faster and uses less buffers, which I used in the above indicator code. Apologize for not providing more information, and hopefully this explanation helps.
These users thanked the author mrtools for the post (total 4):
TransparentTrader, talaate, moey_dw, kvak




Re: ADX DMI Indicators for MT4

537
TransparentTrader wrote: Tue Feb 07, 2023 8:04 pm Couple of questions:

1) Aside from the fill, what makes this indicator any different from the original Wilders DMI (Real ADX) indicator mentioned on page 1?

2) What's the moving average you are using on the charts?

3) What's the EA you are using to generate those offline mean/median renko charts?
1) Nothing except the fill, in my old age, if I would have remembered about that version probably wouldn't have bothered with this version.
2) Arsi averages.
3) It's an indicator (attached)
These users thanked the author mrtools for the post (total 3):
Chickenspicy, TransparentTrader, Ricstar_8

DownloadRe: ADX DMI Indicators for MT4

539
talaate wrote: Tue Feb 21, 2023 3:16 am Dear kvak
would you please add "alert notification" to this indicator and if you lately upgraded it you may guid me to the link
download/file.php?id=3409354
Thanks
ADX indicator with E-Averages

Hello, little upgradded, code strict, average list and alerts....Test it...
These users thanked the author kvak for the post (total 5):
Chickenspicy, talaate, Ricstar_8, Jimmy, Jedidiah


Who is online

Users browsing this forum: Antonov, Bing [Bot], ChatGPT [Bot], Efegocmen, jjventural, Nanyuki, ssscary, Yandex [Bot] and 115 guests