Page 21 of 33

Re: QQE indicators for MT4

Posted: Fri Mar 11, 2022 11:43 am
by mrtools
kenshin281180# wrote: Fri Mar 11, 2022 6:26 am Hi Sir, yes I've tried some different iterations but they don't have the same settings as the files I've attached. I just like the simplicity of it and how it looks. Hope that makes sense
Added mtf.

Re: Adding MTF to this QQE indicator

Posted: Fri Mar 11, 2022 11:44 am
by mrtools
kenshin281180# wrote: Fri Mar 11, 2022 6:26 am Hi Sir, yes I've tried some different iterations but they don't have the same settings as the files I've attached. I just like the simplicity of it and how it looks. Hope that makes sense
Posted it here qqe indicators

Re: Adding MTF to this QQE indicator

Posted: Fri Mar 11, 2022 12:51 pm
by kenshin281180#
mrtools wrote: Fri Mar 11, 2022 11:44 am Posted it here qqe indicators
Thank you for your time and expertise

Re: QQE indicators for MT4

Posted: Mon Mar 14, 2022 12:05 am
by Crypto_Ded
mntiwana wrote: Wed Mar 22, 2017 8:56 pm Here is that one,too
Greetings! Tell me where you need to install this file for the indicator to work? Thank you in advance.

Re: QQE indicators for MT4

Posted: Mon Mar 14, 2022 12:55 am
by Jimmy
Crypto_Ded wrote: Mon Mar 14, 2022 12:05 am Greetings! Tell me where you need to install this file for the indicator to work? Thank you in advance.
Please see: How to install Dynamic Zone .dll in MT4.

Re: Adding MTF to this QQE indicator

Posted: Tue Mar 22, 2022 8:53 am
by kenshin281180#
Hello Mr. Tools,

Would you be able to add an alert when the green line crosses up or down the red line in the indicator?

Re: Adding MTF to this QQE indicator

Posted: Tue Mar 22, 2022 9:12 am
by mrtools
kenshin281180# wrote: Tue Mar 22, 2022 8:53 am Hello Mr. Tools,

Would you be able to add an alert when the green line crosses up or down the red line in the indicator?
Try.

Re: Adding MTF to this QQE indicator

Posted: Tue Mar 22, 2022 9:53 am
by kenshin281180#
mrtools wrote: Tue Mar 22, 2022 9:12 amTry.
It works Sir, thank you. Only thing is seems to do is when I remove all of the levels and then add the 50 back in it automatically puts the other levels back in sub window when I change tf's on the indicator. Is there a way to fix that?

Re: Adding MTF to this QQE indicator

Posted: Tue Mar 22, 2022 9:59 am
by mrtools
kenshin281180# wrote: Tue Mar 22, 2022 9:53 am It works Sir, thank you. Only thing is seems to do is when I remove all of the levels and then add the 50 back in it automatically puts the other levels back in sub window when I change tf's on the indicator. Is there a way to fix that?
You can comment out the one you don't need or use.

from this

Code: Select all

SetLevelValue(1,50);
   SetLevelValue(2,30);
   SetLevelValue(3,70);
to this

Code: Select all

SetLevelValue(1,50);
   //SetLevelValue(2,30);
  // SetLevelValue(3,70);
then you will only have the 50 level

Re: Adding MTF to this QQE indicator

Posted: Mon Mar 28, 2022 4:29 am
by Itsart3
mrtools wrote: Tue Mar 22, 2022 9:12 amTry.
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..