QQE Cross over alerts on screen - page 2

 
chiefraven:
Hi guys,

anyone know the inner workings of the QQE Indicator?

I am trying to code one for Tradestations' easylanguage.

if you can help, i would really appreciate it.

Try to check inside this code.

FerruFx

Files:
qqe.mq4  4 kb
 

Looking for QQE Indicator...

I've searched this forum and can't seem to find it. "QQE" stands for "Quantitive Qualitative Estimation". It comes as a standard indicator on VT Trader but I need it for MT4. Thanks.

 

I moved your post to the thread with many QQE indicators.

Besides, you can look at the following thread:

https://www.mql5.com/en/forum/175493

 

Thank you!

All help is much appreciated!

 

Thanks a lot guys,I really needed some of those QQE indies for a trading system idea I have .....

 

Hello guys, is there an alert in real time?

The alerts you have attached in, they are only at closed candle.

Thanks!

HAD

 
monotomia:
Hello guys, is there an alert in real time?

The alerts you have attached in, they are only at closed candle.

Thanks!

HAD

That's a good coded alert

 

another good coded alert:

extern int alertDelayBars = 0; -open bar; 1,2,3...-closed bars

Files:
 

Hi

"alertDelayBars = 0" means if current price crossed the line will make the stops.wav sound right? And will not wait until the closed candle price.

That will be the difference between this last coded file than previous named "QQE Alert v3"?

Thanks, Hope you can help me with this little confuse.

 

Im just testing the sound with live market movements.

There were a crossed line in indicator but no sound at all.

Current Settings:

BoxAlertON True

SoundAlertON true

EmailAlertON false

AlertDelayBars 0

soundfile stops.wav

Reason: