Page 44 of 62

Re: Jurik Smoothed Indicators for MT4

Posted: Wed May 11, 2022 7:21 pm
by 太虚一毫
kvak wrote: Sat May 07, 2022 7:50 pm Sometimes it is possible, like in this indicator.....Try...
Image


cfb - adaptive qqe histo alerts + arrows BT.mq4 is the gradient coloring version. There is also the problem that the button and the onchart arrow do not work, please solve it too.

cfb - adaptive qqe - histo alerts + arrows (mtf) .mq4 can add button.

Infinite merit!




So far, the three versions of cfb adaptive qqe are perfect! (I think it is one of the best indicators of the forum in 2021, 3 versions of one indicator)

Re: Jurik Smoothed Indicators for MT4

Posted: Thu May 12, 2022 9:51 am
by kvak
太虚一毫 wrote: Wed May 11, 2022 7:21 pm cfb - adaptive qqe histo alerts + arrows BT.mq4 is the gradient coloring version. There is also the problem that the button and the onchart arrow do not work, please solve it too.

cfb - adaptive qqe - histo alerts + arrows (mtf) .mq4 can add button.

Infinite merit!




So far, the three versions of cfb adaptive qqe are perfect! (I think it is one of the best indicators of the forum in 2021, 3 versions of one indicator)
Button added, but I-call for mtf are limited, I Deleted some menu for button....
Also update it with AHTF.
Still search bug in mtf, arrows arent ploted, even in your original file.... you noticed it?

Re: Jurik Smoothed Indicators for MT4

Posted: Thu May 12, 2022 10:29 am
by 太虚一毫
kvak wrote: Thu May 12, 2022 9:51 am Button added, but I-call for mtf are limited, I Deleted some menu for button....
Also update it with AHTF.
Still search bug in mtf, arrows arent ploted, even in your original file.... you noticed it?
Image
Teacher worked hard!
I'm only using arrowsOnSignalCross and not using MTF, no errors found. :thumbup:

Re: Jurik Smoothed Indicators for MT4

Posted: Thu May 12, 2022 11:23 am
by mrtools
kvak wrote: Thu May 12, 2022 9:51 am Button added, but I-call for mtf are limited, I Deleted some menu for button....
Also update it with AHTF.
Still search bug in mtf, arrows arent ploted, even in your original file.... you noticed it?
Image
Maybe try on line 303 to change it from

Code: Select all

for( i=limit; i>=0 && !_StopFlag; i--)

to

Code: Select all

for (i=limit, r=Bars-i-1; i>=0; i--,r++)
think that will work.

Re: Jurik Smoothed Indicators for MT4

Posted: Thu May 12, 2022 5:13 pm
by kvak
mrtools wrote: Thu May 12, 2022 11:23 am Maybe try on line 303 to change it from

Code: Select all

for( i=limit; i>=0 && !_StopFlag; i--)

to

Code: Select all

for (i=limit, r=Bars-i-1; i>=0; i--,r++)
think that will work.
Thank you for help Mrtools, but there must be a something else, still arrows not working in mtf....
Even in original file, when I update icall for mtf and your advice....

Re: Jurik Smoothed Indicators for MT4

Posted: Fri May 13, 2022 5:31 am
by mrtools
kvak wrote: Thu May 12, 2022 5:13 pm Thank you for help Mrtools, but there must be a something else, still arrows not working in mtf....
Even in original file, when I update icall for mtf and your advice....
This version the mtf arrows seems to be working now,

Re: Jurik Smoothed Indicators for MT4

Posted: Fri May 13, 2022 10:30 am
by 太虚一毫
mrtools wrote: Fri May 13, 2022 5:31 am This version the mtf arrows seems to be working now,
Image


The teacher seems to have uploaded the wrong version, and this version is not displayed.

Re: Jurik Smoothed Indicators for MT4

Posted: Fri May 13, 2022 11:17 am
by mrtools
太虚一毫 wrote: Fri May 13, 2022 10:30 am The teacher seems to have uploaded the wrong version, and this version is not displayed.
Image
You're right was working when I went out, now not at all. :think:

Re: Jurik Smoothed Indicators for MT4

Posted: Tue May 31, 2022 7:43 pm
by 太虚一毫
kvak wrote: Fri Apr 15, 2022 10:15 pm Here is Jurik smooth double bands. Jurik smooth is little different average then Jurik filter as you see in picture.....
Image

Image


This set of indicators is the teacher's best work (one of)! Teacher, please consider whether steps can be added to the High channel, Low channel, and Close channel?
(or add step vhf adaptive )

Other thoughts: Can the candles be revised?
1. Candle If it is above the High channel, the candle turns green;
2. If the candle is below the Low channel, the candle will turn red;
3. If the candle intersects the High channel, Low channel, Close channel (either channel), the candle turns grey.

Re: Jurik Smoothed Indicators for MT4

Posted: Wed Jun 08, 2022 6:10 am
by mrtools
This is histogram version of Chande's Q stick indicator smoothed with Jurik moving average.