Page 22 of 33

Re: QQE indicators for MT4

Posted: Mon Mar 28, 2022 5:47 am
by mrtools
Itsart3 wrote: Mon Mar 28, 2022 4:29 am Hello Mr Tools...

First of all I would like to thank you for your outstanding work in helping the Trader community over your years of participation. I have learned a great deal from studying your work over the last 3 weeks. I wish I was smart enough to write computer code.

With that being said, I would like to now if you could please add a MTF function to these indicators. I am aware that you have several versions of the QQE with the MTF function already. But this particluar one you made fits my system just right. A thousand thanks...

Sorry...I made a mistake on my first post...These are the correct indicators..
Added mtf.

Re: QQE indicators for MT4

Posted: Mon Mar 28, 2022 8:08 am
by Itsart3
mrtools wrote: Mon Mar 28, 2022 5:47 am Added mtf.
Image
MrTools...

Bro...This is the sickest indicator out there...!!!

Thanks a Billion!!

I know you do this for free...But is there some way I can repay you or help you out??

Re: QQE indicators for MT4

Posted: Mon Mar 28, 2022 8:31 am
by kenshin281180#
mrtools wrote: Mon Mar 28, 2022 5:47 am Added mtf.
Image
Mr Tools Sir,
Are you also able to add an alert to for the faster line when it crosses the 0 level and also the ability too modify the levels without having them show up again when you change the tf on the indicator please?

Re: QQE indicators for MT4

Posted: Mon Mar 28, 2022 12:39 pm
by mrtools
kenshin281180# wrote: Mon Mar 28, 2022 8:31 am Mr Tools Sir,
Are you also able to add an alert to for the faster line when it crosses the 0 level and also the ability too modify the levels without having them show up again when you change the tf on the indicator please?
If alertsSignalLineCross = false then it will alert when the rsima crosses zero. The levels can be adjusted with your external parameters.

Re: QQE indicators for MT4

Posted: Thu Apr 28, 2022 9:16 pm
by Tradehunter
mrtools wrote: Mon Mar 28, 2022 5:47 am Added mtf.
Image
Hi Mr Tools
Can you add arrows plz or lines? :D
Thanks!

Re: QQE indicators for MT4

Posted: Fri Apr 29, 2022 2:30 am
by mrtools
Tradehunter wrote: Thu Apr 28, 2022 9:16 pm Hi Mr Tools
Can you add arrows plz or lines? :D
Thanks!
Arrows added.

Re: QQE indicators for MT4

Posted: Fri Apr 29, 2022 2:36 am
by Jedidiah
mrtools wrote: Fri Apr 29, 2022 2:30 am Arrows added.
Image
I really like this arrow version QQE

thank you mr tool :In Love:

Re: QQE indicators for MT4

Posted: Thu May 19, 2022 12:29 pm
by RockRobb
mrtools wrote: Fri Apr 29, 2022 2:30 am Arrows added.
Thank you, mrtools. And for me, this version of the QQE indicator is the BEST.

I have one request, Sir.
In my research, I found that every asset class has a different value to indicate a move with strength
I tried to change the '10 and -10' settings with different values but when I switch time frames, it turns back to '10 and -10'
Can we have it changeable?

ThnQ

Re: QQE indicators for MT4

Posted: Thu May 19, 2022 12:52 pm
by mrtools
RockRobb wrote: Thu May 19, 2022 12:29 pm Thank you, mrtools. And for me, this version of the QQE indicator is the BEST.

I have one request, Sir.
In my research, I found that every asset class has a different value to indicate a move with strength
I tried to change the '10 and -10' settings with different values but when I switch time frames, it turns back to '10 and -10'
Can we have it changeable?

ThnQ
Image
Those levels are controlled by
extern double UpperBound = 60;
extern double LowerBound = 40;
Both are hard coded to be -50 to get acceptable levels for a histogram. You can change it there.

Re: QQE indicators for MT4

Posted: Thu May 19, 2022 7:11 pm
by RockRobb
mrtools wrote: Thu May 19, 2022 12:52 pm Those levels are controlled by

Both are hard coded to be -50 to get acceptable levels for a histogram. You can change it there.
thank you for your response, mrtools.