Page 7 of 27

Re: Various Indicators - (MT5)

Posted: Tue Oct 05, 2021 7:01 pm
by 太虚一毫
mrtools wrote: Tue Aug 24, 2021 3:54 amTry.
When the teacher is free, please add MTF to these .mq5. Boundless merit! :thumbup:

Re: Various Indicators - (MT5)

Posted: Wed Oct 06, 2021 4:55 am
by mrtools
太虚一毫 wrote: Tue Oct 05, 2021 7:01 pm When the teacher is free, please add MTF to these .mq5. Boundless merit! :thumbup:
Started with this one.

Re: Various Indicators - (MT5)

Posted: Fri Oct 08, 2021 2:15 pm
by 太虚一毫
mrtools wrote: Wed Oct 06, 2021 4:55 am Started with this one.
Hello mrtools!
Mood Zone Oscillator_2.mq5 can add jurik pre-smoothing?

Re: Various Indicators - (MT5)

Posted: Sat Oct 09, 2021 3:55 am
by mrtools
太虚一毫 wrote: Fri Oct 08, 2021 2:15 pm Hello mrtools!
Mood Zone Oscillator_2.mq5 can add jurik pre-smoothing?
Are you wanting to replace the averages with jurik or just have it as an option?

Re: Various Indicators - (MT5)

Posted: Sat Oct 09, 2021 4:18 am
by 太虚一毫
mrtools wrote: Sat Oct 09, 2021 3:55 am Are you wanting to replace the averages with jurik or just have it as an option?
It might be better as an option. It is convenient to adjust various parameters.

Re: Various Indicators - (MT5)

Posted: Sat Oct 09, 2021 6:39 am
by mrtools
太虚一毫 wrote: Sat Oct 09, 2021 4:18 am It might be better as an option. It is convenient to adjust various parameters.
Try.

Re: Various Indicators - (MT5)

Posted: Sun Oct 10, 2021 5:59 am
by mladen
太虚一毫 wrote: Fri Oct 08, 2021 2:15 pm Hello mrtools!
Mood Zone Oscillator_2.mq5 can add jurik pre-smoothing?
Just in line of the newest metatrader 5 "pearls"
- this indicator will not work in multi time frame mode on weekends (it shall have an error in line 211 - even though there is a proper control there)
- functions like CopyTime(), iBarShift(), .... and a lot more, are not working correctly for other than current chart time frames on weekends
- function like Comment() are not fixed (as they have claimed) - what the Comment() does now is nothing short of ridiculous in cases when it crashed the terminal before

In any case (to whoever is yet again trying to fix stuff that MT5 messed up in latest builds) : good luck. Rest assured that the next build will be worse 😊😊😊

Re: Various Indicators - (MT5)

Posted: Wed Oct 13, 2021 8:01 pm
by 太虚一毫
Can the Deviation levels (and Fixed levels) of the experiment in Composite RSI 1.9.ex4 of Master Mladen be added to Composite RSI 1.9.mq5?

Re: Various Indicators - (MT5)

Posted: Wed Oct 20, 2021 3:39 pm
by 太虚一毫
mrtools wrote: Sat Oct 09, 2021 6:39 am Try.
Image
Looking forward to Master mrtools adding Level to Schaff trend RSX mtf.mq5. Boundless merit! :thumbup:

Code: Select all

enum  enLvlType
      {
         lvl_flo,                                          // Floating levels
         lvl_qua,                                          // Quantile levels
         lvl_fix                                           // Fixed levels
      };

Re: Various Indicators - (MT5)

Posted: Wed Oct 20, 2021 10:37 pm
by ionone
Edler-Ray Index
created from this code:
https://fr.tradingview.com/script/X7m7urvC/
as this strategy has a lot of bad trades (almost all of them) I tried reversing the strategy. but doesn't work that well

enjoy
Jeff