vikram88 Posted August 12, 2010 Report Share Posted August 12, 2010 1.3 opened a trade for me today on 2 brokers Quote Link to comment Share on other sites More sharing options...
mograst Posted August 12, 2010 Report Share Posted August 12, 2010 OK the trade has ben closed with 2 pips profit. Quote Link to comment Share on other sites More sharing options...
rsupple Posted August 12, 2010 Report Share Posted August 12, 2010 Any reason why 1.3 will not back test ? Quote Link to comment Share on other sites More sharing options...
li21 Posted August 12, 2010 Report Share Posted August 12, 2010 Had both MD PRo 1.01 and MD1.3 running simultaneously today. demo, $1000 accounts on Go Markets MD Pro out perfomed by alot noziggity81 1 Quote Link to comment Share on other sites More sharing options...
jtaka Posted August 12, 2010 Report Share Posted August 12, 2010 The first trades of my MDv1.3 won only a little. 2010.08.12 05:11 buy 0.17 eurusdfxf 1.2869 1.2808 1.2919 2010.08.12 09:42 1.2870 0 0 -73 144 2010.08.12 06:02 buy 0.16 eurusdfxf 1.2860 1.2745 1.2918 2010.08.12 09:07 1.2861 0 0 0 136 Quote Link to comment Share on other sites More sharing options...
loulou69 Posted August 12, 2010 Report Share Posted August 12, 2010 about trading hours of Megadroid 1.3, i got the email from Megadroid Team "New version of Megadroid trades during the overnight sessions, so your computer should be turned on 24 hours a day" Quote Link to comment Share on other sites More sharing options...
mister23 Posted August 12, 2010 Report Share Posted August 12, 2010 looks like md 1.3 one added an extra hour earlier or changed times... 20-22 GMT at least. MD 1.21 traded 21-23 GMT Quote Link to comment Share on other sites More sharing options...
ryujeans Posted August 12, 2010 Report Share Posted August 12, 2010 looks like md 1.3 one added an extra hour earlier or changed times... 20-22 GMT at least. MD 1.21 traded 21-23 GMT To my observation, MD v1.30 on FXDD live starts trading from 20:00 GMT, an hour earlier than normal with MD v1.21, if AutoGMTOffset set to "true". Could the AutoGMT function on the new version be flowed? Whatever it is, would that be better to adjust GMTOffset manually? Quote Link to comment Share on other sites More sharing options...
hermes Posted August 15, 2010 Report Share Posted August 15, 2010 We still don't have the news filter? On the Dinj thread they added it successfully. Just copy that. I don't understand programming otherwise I would do it. It is very important to protect the MD from negative news impact. Hermes Quote Link to comment Share on other sites More sharing options...
robl45 Posted August 28, 2010 Report Share Posted August 28, 2010 i backtested both, both came out exactly the same with md v1.3 being a little smoother on the curve. has anyone edited this so that it will use a portion of the account instead of the whole account so it won't be affected by what other EA's are doing? code is below, but I don't know where I would add in ordercount() instead of account balance as the code is kinda confusing to me. double internalbalance=3000; extern double initialbalance=3000; double ordercount() // we counting our order here { int historytotal=OrdersHistoryTotal(); internalbalance=initialbalance; // total of our order int i; // pos of our order for ( i = 0 ; i < historytotal ; i++) { OrderSelect(i, SELECT_BY_POS, MODE_HISTORY); if(OrderMagicNumber()== MMN) { internalbalance = internalbalance + (OrderProfit()-OrderCommission()) ; } } return(internalbalance); } Quote Link to comment Share on other sites More sharing options...
hermes Posted August 29, 2010 Report Share Posted August 29, 2010 MD 1.30 is a loser. It lost lot of money on demo. Be careful. The news filter is missing. The MD .121N is working well, making money. Hermes Quote Link to comment Share on other sites More sharing options...
robl45 Posted August 29, 2010 Report Share Posted August 29, 2010 MD 1.30 is a loser. It lost lot of money on demo. Be careful. The news filter is missing. The MD .121N is working well, making money. Hermes based on what? I run it live and its been making money. Quote Link to comment Share on other sites More sharing options...
hermes Posted August 30, 2010 Report Share Posted August 30, 2010 Based on demo testing. On what pair are you trading? EU 1H? Hermes Quote Link to comment Share on other sites More sharing options...
isaacp Posted September 13, 2010 Report Share Posted September 13, 2010 http://www.4shared.com/file/zgFQuY3F/MegaDroid_13_edu.htm Link is broken, Please upload again. Quote Link to comment Share on other sites More sharing options...
observador Posted September 13, 2010 Report Share Posted September 13, 2010 Is the MD can trade when have HIGH impact news? or what is this new MD strategy.. Just asking Quote Link to comment Share on other sites More sharing options...
Tick4x Posted September 17, 2010 Report Share Posted September 17, 2010 http://www.4shared.com/file/zgFQuY3F/MegaDroid_13_edu.htm Unfortunately, the above link is broken. Please upload again. Thanks Quote Link to comment Share on other sites More sharing options...
renzor Posted September 20, 2010 Report Share Posted September 20, 2010 here you are http://[email protected]/e6719d93 hermes, taipan, ylidor and 5 others 8 Quote Link to comment Share on other sites More sharing options...
tipuwang Posted September 21, 2010 Report Share Posted September 21, 2010 Hello, please post again, the link broken. Quote Link to comment Share on other sites More sharing options...
⭐ musketeer Posted September 21, 2010 Report Share Posted September 21, 2010 Hello, please post again, the link broken. here it is again hXXp://[email protected]/file/nlsjm43ibl8xk04/MegaDroid_13_edu.rar substitute X with t and @ with a hermes and radicaltour 2 Quote Link to comment Share on other sites More sharing options...
davidwraith Posted February 10, 2011 Report Share Posted February 10, 2011 So anyone added a news filter to MD v1.3 yet??? I've been using this since Nov last year; and it's made about 20 trades with most of them winners, apart from a few that close with very small -ve pips. Would be good with a news filter as having to manually check every day! Quote Link to comment Share on other sites More sharing options...
qsam Posted February 15, 2011 Report Share Posted February 15, 2011 (edited) Added news filter to the latest MD 1.3 release from this thread. The news filter is salvaged from Shocker 2.0XE N1. I'm still very new to MQL, so could someone please review the code and confirm that "if (!AllowTrading) return;" x2 lines are placed in optimal locations (i.e. actually stop the EA from opening trades and don't cause any unnecessary loops) ? Otherwise it seems to be working, recognises the news periods and prints "Avoiding News!" as supposed to. ( edit: Forced allowtrading to false for backtesting purposes. It didn't take any trades in backtest, so I guess it's working. Would still like some feedback from more capable coders ) DON'T USE FOR LIVE ACCOUNTS YET Test it and post your results http://[email protected]/1a5cda7c Edited February 15, 2011 by qsam hermes, davidwraith, indo37 and 1 other 4 Quote Link to comment Share on other sites More sharing options...
trust040774 Posted May 13, 2011 Report Share Posted May 13, 2011 Just found this thread, but the link is broken. Could anybody share the download link again ? Quote Link to comment Share on other sites More sharing options...
hermes Posted May 14, 2011 Report Share Posted May 14, 2011 The link is OK but you have to chose the downloader. Click megaupload, it works. Crazy site with ever jumping pop ups. I could kill the owner! MD v1.3 is good EA but the news filter is important because EA very sensitive to news. Hermes indo37 1 Quote Link to comment Share on other sites More sharing options...
a476713 Posted June 22, 2011 Report Share Posted June 22, 2011 Hello, I got the following error on trading the Megadroid v1.3 on brokers with 5 digits: `Safe spread limit exceeded: spread = (eg) 51 I think the spread should be divided by 10. Could anyone fix that? http://www.megaupload.com/?d=Y2N2WY15 Quote Link to comment Share on other sites More sharing options...
prattpot Posted June 23, 2011 Report Share Posted June 23, 2011 Please be very careful running MD unless you have it running with a news filter. It can have some huge losses. In the past few days it has blown over 60% of the account balance. http://www.mt4i.com/users/megadroid-bfr I have made a post with the various editions with sets. If you search my username you may find these editions. I have also corrected the FFCal news filter indicator in another post, so you will have to replace the existing one with the sets a476713 1 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.