InfoRe: QQE indicators for MT4

205
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.
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance


Re: Adding MTF to this QQE indicator

209
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
These users thanked the author mrtools for the post:
kenshin281180#

Re: Adding MTF to this QQE indicator

210
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..