Guest dave_rimmer Posted October 23, 2009 Report Share Posted October 23, 2009 Hi Need Help adding a Time Filter to this ea which has been kicking around for a while. Seem to get better results certain hours of day.Please add something like this! extern string S="---------------- Time Filter"; extern bool TradeOnSunday=true;//|---------------time filter on sunday extern bool MondayToThursdayTimeFilter=false;//|-time filter the week extern int MondayToThursdayStartHour=0;//|-------start hour time filter the week extern int MondayToThursdayEndHour=24;//|--------end hour time filter the week extern bool FridayTimeFilter=false;//|-----------time filter on friday extern int FridayStartHour=0;//|-----------------start hour time filter on friday extern int FridayEndHour=21;//|------------------end hour time filter on friday AND THEN AT END HOUR ..CLOSE ALL ORDERS YES/NO to each of the days This ea can earn several hundred in a couple of hours with 0.01 lot but can also kill your account in couple of hours so trading for a few strategic hours a day with time filter seems to bring in good results Here is the link for the mq4 http://depositfiles.com/files/g9y7yg6jz Thankyou in advance Quote Link to comment Share on other sites More sharing options...
street9 Posted October 24, 2009 Report Share Posted October 24, 2009 Re: REQ: Intela traderCK Code modification Would you please add the include files: flexielib.mqh tradelib.mqh securelib.mqh timeLib.mqh I need them to test the time filter. When it does what it should do I'll post my modification. Thanks. Quote Link to comment Share on other sites More sharing options...
Guest dave_rimmer Posted October 24, 2009 Report Share Posted October 24, 2009 Re: REQ: Intela traderCK Code modification hi and thanks Street9 here are the additional files , also you will see an orderReliable in the files which is not used but i put it in since sometimes when the ea is producing lots of orders , when an order is placed the TP comes back missing from order and that particular order becomes an orphan trade. Do you think orderReliable can solve this and can you add it into the code many many thanks!!!!!!!!!!!!!!! http://depositfiles.com/files/td9vrkwdb This is the complete Ea with instructions for anyone interested I use eur-usd,eur-jpy,usd-chf sphere Daily TF In THE Beginning of the newyork session for a couple of hours only Quote Link to comment Share on other sites More sharing options...
street9 Posted October 24, 2009 Report Share Posted October 24, 2009 Re: REQ: Intela traderCK Code modification Thank you. I'll do th programming work tomorrow and will also nswer your questions then. Now I'm little busy with my family. I'll comeback to you as soon as possible. Till then wish a good Sunday. Quote Link to comment Share on other sites More sharing options...
Guest dave_rimmer Posted October 27, 2009 Report Share Posted October 27, 2009 Re: REQ: Intela traderCK Code modification Thank you. I'll do th programming work tomorrow and will also nswer your questions then. Now I'm little busy with my family. I'll comeback to you as soon as possible. Till then wish a good Sunday. OK Thanks Quote Link to comment Share on other sites More sharing options...
street9 Posted October 28, 2009 Report Share Posted October 28, 2009 Re: REQ: Intela traderCK Code modification Hi dave_rimmer, Here is the first verion with the modifications. I have not yet implemented the last option "AND THEN AT END HOUR ..CLOSE ALL ORDERS YES/NO to each of the days". Have a look and give me feedbacks. The expert needs to be cleaned up and it also needs a lot of other modifications if we want it to run on real accounts. I'll do that stuff later. Other users do not download it yet. It is not ready to be tested. I'll inform you when it is ready. Thanks. the zip file is protected. Password: street9 hxxp://[email protected]/file/144338866/631ed20/ITCrk.html Quote Link to comment Share on other sites More sharing options...
Guest dave_rimmer Posted October 28, 2009 Report Share Posted October 28, 2009 Re: REQ: Intela traderCK Code modification Hi dave_rimmer, Here is the first verion with the modifications. I have not yet implemented the last option "AND THEN AT END HOUR ..CLOSE ALL ORDERS YES/NO to each of the days". Have a look and give me feedbacks. The expert needs to be cleaned up and it also needs a lot of other modifications if we want it to run on real accounts. I'll do that stuff later. Other users do not download it yet. It is not ready to be tested. I'll inform you when it is ready. Thanks. the zip file is protected. Password: street9 hxxp://[email protected]/file/144338866/631ed20/ITCrk.html Hi I cannot seem to extract rar archive with the password, can u please check Quote Link to comment Share on other sites More sharing options...
street9 Posted October 28, 2009 Report Share Posted October 28, 2009 Re: REQ: Intela traderCK Code modification ok. here is no pw version hxxp://[email protected]/file/144371695/9ab66415/ITCrk.html Quote Link to comment Share on other sites More sharing options...
Guest dave_rimmer Posted October 29, 2009 Report Share Posted October 29, 2009 Re: REQ: Intela traderCK Code modification ok. here is no pw version hxxp://[email protected]/file/144371695/9ab66415/ITCrk.html Hi I can,t get the timefilter to work can u please check regards Quote Link to comment Share on other sites More sharing options...
yusnas Posted October 30, 2009 Report Share Posted October 30, 2009 Re: REQ: Intela traderCK Code modification Thanks a bunch street9 for coding time filter into Intela. Dave the correct link is: http://www.4shared.com/file/144338866/631ed20/ITCrk.html. There should be a in the shared not @. I have already downloaded the file. Regards :)) Quote Link to comment Share on other sites More sharing options...
warman Posted October 30, 2009 Report Share Posted October 30, 2009 Re: REQ: Intela traderCK Code modification Thanks a bunch street9 for coding time filter into Intela. Dave the correct link is: http://[email protected]/file/144338866/631ed20/ITCrk.html. There should be a in the shared not @. I have already downloaded the file. Regards :)) Hi... The file link that you requested is not valid. Regards. Quote Link to comment Share on other sites More sharing options...
Guest dave_rimmer Posted October 30, 2009 Report Share Posted October 30, 2009 Re: REQ: Intela traderCK Code modification Thanks a bunch street9 for coding time filter into Intela. Dave the correct link is: http://[email protected]/file/144338866/631ed20/ITCrk.html. There should be a in the shared not @. I have already downloaded the file. Regards :)) hi This link does not work , and in any case the modified version for TimeFilter ...The Timefilter does not work!! Can someone check the code Quote Link to comment Share on other sites More sharing options...
tgt123 Posted October 30, 2009 Report Share Posted October 30, 2009 Re: REQ: Intela traderCK Code modification Thanks. Street8, can you make it work on ECN broker like FXCM UK, I have tried Trade Manager from Winsor Park but it can't open trade . Thanks Quote Link to comment Share on other sites More sharing options...
Guest dave_rimmer Posted November 13, 2009 Report Share Posted November 13, 2009 Re: REQ: Intela traderCK Code modification Thanks. Street8, can you make it work on ECN broker like FXCM UK, I have tried Trade Manager from Winsor Park but it can't open trade . Thanks Can someone please add a timefilter to this ea as the previous attempt Does Not Work!!!!!!!!!!!! Also if you can ammend for the dynamic settings... put a fixed TP and SL in the ordersend code so you can manually adjust the TP and SL WHEN USING THE DYNAMIC PART OF EA Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.