I have tested the DFTD OOTB settings, it's working as expected.
Thanks a lot for your help all this time.
Could you advise how and when to use this code?
Code: Select all
extern string spt="----Specific time inputs----";
extern double StartTime=0;Code: Select all
extern string spt="----Specific time inputs----";
extern double StartTime=0;How about try this. Change the VqTimeFrame input from 0 to 240, and load the ea to H1 chart ?Francis wrote:Hi Steve,
Thank for the wonderful Spider EA and great job! Is there a posibility to code the Spider EA to trade in H1 timeframe but buy/sell signal trigger by Volaility Quality indicator using higher H4 timeframe?
The current EA does not allowed Higher VQ timeframe.
Hope this thread is still alive!
Cheers!
Francis
Looking at your screenshot at the right hand top corner, the ea name and a smiley face are missing, also the screen messages are missing. This indicates that you have not loaded the ea onto the charts.Francis wrote:This is exactly what I did if you look at my earlier screen shot.
It did not trigger any buy sell signal if the spider EA VQ Timeframe input 240 with H1 timeframe.
The only way is to manual trade and often miss out good signal during my sleep.
Hope someone can help code the EA to work with VQ 240 timeframe,
Cheers!