- Search Crypto Craft
- magft replied Nov 1, 2011
I just thought i should add, with regards to the LawGirl EA that I put it on the higher tf chart and set the MAtf2 to the lower tf. The way it is set to trade is to check for cross on current (higher) tf and then check the other (lower) tf for a ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 1, 2011
Ea to test — Something for you to have a play with here. I put it on the higher tf chart and set the MAtf2 to the lower tf. The way it is set to trade is to check for cross on current (higher) tf and then check the other (lower) tf for a cross ...
Yet another moving average crossover system
- magft replied Nov 1, 2011
Updated EA — I have updated the EA with MPTM features like BE, JS and TS and lot sizing based on percent risk. I have posted it here. Mike
5min open/close ma cross
- magft replied Nov 1, 2011
No problem, Steve had put in most of the effort i just adapted for the system. I have written one for LawGirl's 3-8 system, current just checking it does what it is supposed to do. I have it so we can use Hanover or AA for the trend direction and ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 1, 2011
Now i know it works i can add the usual MPTM features like JS and TS etc that Steve has in his other EAs, i'll have to look into the "a move = 1 ATR" bit when i have time.
5min open/close ma cross
- magft replied Nov 1, 2011
EA — I have been adapting SteveHopwood's moving average cross over with Hanover EA to test it out and thought this method would be a good starting point. It can be found here. By default i have turned off the Hanover relative strength filter ...
5min open/close ma cross
- magft replied Nov 1, 2011
Here is the jiva34's 5min Open/Close EA based on the MA cross with Hanover EA, to use as originally stated by jiva34 (here) turn Hanover off (by default). Let me know if it doesn't trade as it is supposed to.
Hanover: an auto-trader using Recent Strength
- magft replied Oct 31, 2011
Yes i am working on this, just testing it to make sure it does what we need. I have modified the MA Cross EA Steve gave us to test jiva34's system here. I think it is working correctly but i'll wait until i am sure before posting it. Mike
Hanover: an auto-trader using Recent Strength
- magft replied Oct 31, 2011
David have you tested it on xp or are you assuming it doesnt work as not stated in the post? The link shows instructions for XP as well as Vista, win 7 and Ubuntu. I am still using my EA posted here.
Hanover: an auto-trader using Recent Strength
- magft replied Oct 26, 2011
No problem, this is less flexible than the watchandcopy.exe but you don't have to install anything. Also just tried it using a network path an it copies fine as i have spider on a different pc on my network. Looking forward to see how this all pans ...
Hanover: an auto-trader using Recent Strength
- magft replied Oct 26, 2011
Copy Files EA — This EA kind of does what your after, i'm sure it could be adapted to check for file modifications or to run every so many ticks instead of chart timeframes. Currently if you drop it on a M1 chart it will copy the file every ...
Hanover: an auto-trader using Recent Strength
- magft replied Oct 25, 2011
TO be honest i am still trying to get my head around all these concepts, that is why the Ea is not functioning correctly i suspect. I'll see if i can extract the currency part, i was going to do that first but due to overheads it is better to ...
T101 Basket Trader with ONE of Nanningbob's Balls
- magft replied Oct 24, 2011
indexes look interesting — John I do agree that indexes seem interesting and the issue is how to use them to our advantage. In the CICR thread someone posted the Mindex indy, this reproduces the indexes provided by Liteforex so you can use on ...
T101 Basket Trader with ONE of Nanningbob's Balls
- magft replied Oct 12, 2011
Matt, i would tend to agree with you. I have checked the EA i wrote that does a similar thing and the second AddChar should be inside the last if statment. Then the second pair should be checked for availability and if not then set tradetype to -1 ...
Hanover: an auto-trader using Recent Strength
- magft replied Oct 11, 2011
Subscribed — Steve, this is just what i have been after. I had a go using the MIndex to use Currency indexes in an EA but it is not working quite right yet. I wanted to do exactly what you have done but my coding skills are not up to your ...
Hanover: an auto-trader using Recent Strength
- magft replied Oct 11, 2011
I just took the two you posted and combined into one but i made the user feedback a bit more clearer. All the actual methodology is from the old EAs. I have placed one basket using D1 and level 2, i left it open over weekend and closed last night ...
Trading system using relative strength
- magft replied Oct 5, 2011
Try this one, i have added a check for minimum HA body size to avoid small signals and also can turn alerts and comments off/on. These are defined at the top of the indicator. Just watched it close a basket and then open another straight away. ...
T101 Basket Trader with ONE of Nanningbob's Balls
- magft replied Oct 4, 2011
I think i might have found the problem with the closure. int Check_For_Close() { //-- Print("Check_For_Close"); if (BasketType != 1 && BasketType != 2) return(0); Print("!TLE-Basket Type-start===== ",BasketType); // Decide if the routine is to be ...
T101 Basket Trader with ONE of Nanningbob's Balls