Quote:
Originally Posted by zmax
MrPip,Igor,Others
MrPip,
Hi i'm glad you posted your EA i thought you never will. So here are the filters i tested which work well on 2007 but when tested on 2006/2005, not so good. I was helped with ideas and a lot of work by dxTrade so you can thank him too a lot. Please take a look over them and let me know what you think.
P.S LOL You posted at comments in your EA "Originally coded by mPower", I was the coder, mPower suggested the Heineken Ashi filter, so i called the EA, bouncingPipEA_mpower.
Thank you, Zmax
|
Zmax,
Thanks, I guess you do not know me that well. When I say something will be done for free I always follow through. Sometimes it takes a while if I am busy with paying clients but eventually I post what I have done.
For the error in the comment my mistake, I was not aware who did the code and will change the comment for future versions.
I am not clear on the following code in your ...nonlagdot+qqe_v2 EA
qqeSolid_Before=iCustom(NULL,0,"QQE",0,shift+1);
qqeDot_Before=iCustom(NULL,0,"QQE",1,shift+1);
qqeSolid_Now=iCustom(NULL,0,"QQE",0,shift-1);
qqeDot_Now=iCustom(NULL,0,"QQE",1,shift-1);
If shift is 1 you are looking for the previous candle before the most recent closed candle and the current open candle. You are not looking the the most recent closed candle.
Is this what you mean to do?
Have you tested my version with the WaitSignal varying from 2 to 4? That would be the test to use for years before 2007.
I also found for the test I ran that nonlagdot as the only filter worked best. It seems that QQE cross is usually later than the change in nonlagdot. Have you found this to be true?
Robert