Added mtf.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..
Re: QQE indicators for MT4
212MrTools...
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
213Mr 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
214If alertsSignalLineCross = false then it will alert when the rsima crosses zero. The levels can be adjusted with your external parameters.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?
- These users thanked the author mrtools for the post:
- kenshin281180#
Re: QQE indicators for MT4
216Arrows added.
- These users thanked the author mrtools for the post (total 14):
- Jedidiah, remcous, thomdel, Tradehunter, kvak, Krunal Gajjar, camisa, michaelB, ZZTop, 太虚一毫, BeatlemaniaSA, SijjiN, RodrigoRT7, RockRobb
Re: QQE indicators for MT4
217I really like this arrow version QQE
thank you mr tool

Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21
Deuteronomy 19:21
Re: QQE indicators for MT4
218Thank 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
219Those levels are controlled byRockRobb 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
Both are hard coded to be -50 to get acceptable levels for a histogram. You can change it there.extern double UpperBound = 60;
extern double LowerBound = 40;
Re: QQE indicators for MT4
220thank you for your response, mrtools.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.