Volatility Quality EA

 

A working expert advisor based on the Volatility Quality Index.

Volatility Quality EA

Files:
vq-eu-h4.gif  11 kb
 

have you test it?

 

I placed this on some charts earlier, but it's not actually placing the orders. It alerts you that GBP has a Sell. So, from what I'm seeing the trader has to place the trades manually.

 

It should place is own order:

if (CntOrd(OP_BUY,MagicNumber)>0) TradeLast=1;

if (CntOrd(OP_SELL,MagicNumber)>0) TradeLast=-1;

sig_buy=iCustom(NULL,0,"VQ",Crash,TimeFrame,Length,Method,Smoothing,Filter,RealTime,Steady,Color,Alerts,EmailON,SignalPrice,SignalPriceBUY,SignalPriceSELL,CountBars,3,TradeBar);

sig_sell=iCustom(NULL,0,"VQ",Crash,TimeFrame,Length,Method,Smoothing,Filter,RealTime,Steady,Color,Alerts,EmailON,SignalPrice,SignalPriceBUY,SignalPriceSELL,CountBars,4,TradeBar);

--------------

To be honnest i doubt about it since even MT4code base site got no reply or interest for it. Sounds like another rock in water for me.

----------------

Need test or worthless.

 

Ok, it finally placed a buy order for GBP.

 

NIce, keep us updated plz!

Later!

 

I sure will.

 

Warning!

This EA is NOT ready for live trading.

Read why in the VQ Indicator (with EAs) thread, Post 328 here:

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

Big Be

Reason: