- Search Energy EXCH
-
lhDT replied Dec 4, 2011I'm currently busy setting up an EA for it. (with ZZ + MA).
profitable Zigzag
-
lhDT replied Nov 15, 2011You don't even need to have indicators on your charts, it's up to you. Be sure to have all_average indi from post #21.
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 15, 2011Latest version on post #105. All OOTB in M5. Cheers, LhDT
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 15, 2011Here are the today's trades. Nice ! They are full lots on a 10K demo account on Alpari UK.
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 15, 2011I just placed the EA on my VPS on E/U, G/U, E/G, timeframe M5. All OOTB. Should be good to add that code to get a screenshot at the open & close trade so we can share it more easily on the thread. Screenshot code : if(TakeScreenShot==true) { ...
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 14, 2011Yes, I have a new unfinished version. Busy time for me these days ... The idea of this thread is to get something working with the help and ideas of everyone. I don't want people just waiting to receive something without participation.
BBands/SMA/Macd based EA by LhDT
-
lhDT replied Nov 5, 2011Thanks Steve for your advices and participation in the thread ! I will clean a bit the code and upload a new version by the end of the week-end, I hope. So we can all start a new week with a new toy
Cheers, LhBBands/SMA/Macd based EA by LhDT
-
lhDT replied Nov 4, 2011Oh, I would love Steve put his hands in the code !!
BBands/SMA/Macd based EA by LhDT
-
lhDT replied Nov 4, 2011yes indeed, same here. That's why I posted that EA, it needs to be optimized !
BBands/SMA/Macd based EA by LhDT
-
lhDT replied Nov 4, 2011Well, I checked the code and it is normal the EA take a very few trades (or take no trades at all). The EA looks for a cross in current TF and higher TF and the same time. It almost nerver happens. You should look X bars back for the last cross a ...
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 3, 2011Magft and Dryclean, I also dev an EA for it since 2 days. It executes the *exact* Lawgirl's rules. That EA is also based on latest Steve's shell. Backtesting give negative results. How's yours ?
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 3, 2011Are you using HMA Color + Trend or Cross HMA & MA + Trend ?
Yet another moving average crossover system
-
lhDT replied Nov 3, 2011Hi Dryclean, In the EA, your exit rule is to close on cross opposite way (or AA opposite signal). Is it the same way Rebecca used in the manual system ? thx, Lh
Yet Another Moving Average Crossover System - The EA
-
lhDT replied Nov 3, 2011You're welcome. About TP, SL. I tested but I feel the EA will do a better job so I set them both to 0.
BBands/SMA/Macd based EA by LhDT
-
lhDT replied Nov 3, 2011Thanks ! MyExpert comment ? You mean in the comment field ? About the lot size, if ARS is set to true, lots size are calculated on your current equity. Lot size equals 1% of your total equity. If you want fixed lot, just set ARS to false and put a ...
BBands/SMA/Macd based EA by LhDT
-
lhDT replied Nov 3, 2011Hi, Yes I can reenter, but that's mixing manual and automated. About MACD, i mean the line. I have seen some bugs about reentering or not with the TP. I'm currently checking what's wrong and will release a new version once fixed. ++ Lh
BBands/SMA/Macd based EA by LhDT