QQE Mod Professional
FREE
Опубликован:
29 января 2026
Текущая версия:
1.0
Не нашли подходящего робота?
Закажите собственного
на бирже фрилансеров
Перейти на биржу
Закажите собственного
на бирже фрилансеров
Как купить торгового робота или индикатор
Запусти робота на
виртуальном хостинге
виртуальном хостинге
Протестируй индикатор/робота перед покупкой
Хочешь зарабатывать в Маркете?
Как подать продукт, чтобы его покупали
Вы упускаете торговые возможности:
- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Регистрация
Вход
Вы принимаете политику сайта и условия использования
Если у вас нет учетной записи, зарегистрируйтесь

Could you please send me the buffer info for your QQE Mod Professional indicator?
There are 11 parameters when I check the indicator chart. How are they represented?
Could you please send me the buffer info for your QQE Mod Professional indicator?
There are 11 parameters when I check the indicator chart. How are they represented?
Hello again, payitt1. Thanks also for your interest in the QQE mod.
About the 11 parameters; they're the indicator's inputs. If you're calling your Expert Advisor from iCustom() , you can either omit them to use the default settings or pass them all in the exact order they appear in the configuration window.
Regarding the outputs, here are the exact buffer indices you need to read the signals:
Buffer 0: Secondary QQE line (solid white line)
Buffer 1: Neutral zone (gray histogram)
Buffer 2: Rising QQE signal (blue histogram)
Buffer 3: Downward signal from the QQE (red histogram)
Developer tip: I've set the empty histogram values to 0.0 . So, if you want your bot to detect a buy signal, just check if Buffer 2 is greater than 0.0.
Let me know if you can get it working in your code!