⭐ musketeer Posted January 20, 2011 Report Posted January 20, 2011 Could someone add magic numbers to the 2 expert advisors (Greatest Forex Robot and Greatest Robot Ultimate)? http://www.megaupload.com/?d=50YMV8JA Thanks these have magic numbers already Quote
⭐ musketeer Posted January 20, 2011 Report Posted January 20, 2011 it is not that difficult define your variable (e.g. string) string MaginNo = "111"; follow the code search for the place u see sendorder ( something...); there is the place u have to add your magic no good, but without managing open orders correctly, there is no much sense do that... Quote
a476713 Posted January 20, 2011 Report Posted January 20, 2011 Somehow they want to interfere in each others trades. I thought a lack of magic number was the reason. How can we adjust so the open orders will be managed correctly? Quote
icemaneu Posted January 20, 2011 Report Posted January 20, 2011 Can someone help me to decompile this indicator from ex4 to mq4? Thanks. http://www.4shared.com/file/lT-vlQ1B Quote
⭐ musketeer Posted January 20, 2011 Report Posted January 20, 2011 Somehow they want to interfere in each others trades. I thought a lack of magic number was the reason. How can we adjust so the open orders will be managed correctly? here http://www.mediafire.com/?6lhh0v6320q5dg3 i've changed the magic # of. but w/o checking all of the code - just magic #s another way is to put these on different mt4 instances but u already know that for sure a476713 1 Quote
⭐ musketeer Posted January 20, 2011 Report Posted January 20, 2011 Can someone help me to decompile this indicator from ex4 to mq4? Thanks. http://www.4shared.com/file/lT-vlQ1B http://www.mediafire.com/?pr0598xumaol10f taipan and icemaneu 2 Quote
ho3ain190 Posted January 20, 2011 Report Posted January 20, 2011 hello all anyone can insert money management " selection FIX lot " into this expert http://www.mediafire.com/?hbuymb7o919fhfv for exp : i can manage and insert optional 0.01 , 0.02 ..... 0.1 lot and others ... Quote
peterngkl Posted January 20, 2011 Report Posted January 20, 2011 Can you decompile this & repair the coding? I have decompiled this but found error & I don't know how to repair this. Thanks link: http://www.4shared.com/file/Nlf2WTfv/BB_Breakout.html Quote
slyman Posted January 21, 2011 Report Posted January 21, 2011 (edited) Could anyone please make this demo-manage order ea to work in live acc#. Thanks http://rapidshare.com/files/443710509/Manage_Orders_Demo. links fixed http://rapidshare.com/files/443839176/Manage_Orders_Demo.ex4 Edited January 21, 2011 by slyman Quote
⭐ musketeer Posted January 21, 2011 Report Posted January 21, 2011 Could anyone please make this demo-manage order ea to work in live acc#. Thanks http://rapidshare.com/files/443710509/Manage_Orders_Demo. seems that is wrong url Quote
halcyonn Posted January 21, 2011 Report Posted January 21, 2011 (edited) http://depositfiles.com/files/1nw8j0t7i Dear Musketeer can you please look into the MA ea and add a magic number please? also an sl feature please! Edited January 21, 2011 by halcyonn Quote
jarnodal Posted January 22, 2011 Report Posted January 22, 2011 Theres a magic in it.. halcyonn 1 Quote
⭐ musketeer Posted January 22, 2011 Report Posted January 22, 2011 http://depositfiles.com/files/1nw8j0t7i Dear Musketeer can you please look into the MA ea and add a magic number please? also an sl feature please! Hi Halcyonn, it is true - it has magic number, and some trailing stop. I've added the initial SL. Bear in mind that is not ECN compatible... http://www.mediafire.com/?672x5qdrp1285a2 halcyonn 1 Quote
ho3ain190 Posted January 22, 2011 Report Posted January 22, 2011 Dear Musketeer please insert in my expert MM ( money management input ) http://www.mediafire.com/?hbuymb7o919fhfv please update , I interesting to get in my expert mm that i will can insert my own lot into my expert via MM Quote
⭐ musketeer Posted January 22, 2011 Report Posted January 22, 2011 Dear Musketeer please insert in my expert MM ( money management input ) http://www.mediafire.com/?hbuymb7o919fhfv please update , I interesting to get in my expert mm that i will can insert my own lot into my expert via MM as i remember it has mm already show me consecutive loss in an year period and may try... Quote
Make-a-million Posted January 22, 2011 Report Posted January 22, 2011 Hello Musketeer, could you give me a hint (or program lines), how to bring a "close all open Orders at ....time" in an EA? Is it difficult to do something like that? Quote
slyman Posted January 22, 2011 Report Posted January 22, 2011 (edited) Could anyone please make this demo-manage order ea to work in live acc#. Thanks http://rapidshare.com/files/443710509/Manage_Orders_Demo. sorry try this http://rapidshare.com/files/443839176/Manage_Orders_Demo.ex4 Edited January 22, 2011 by slyman Quote
Tereshko Posted January 22, 2011 Report Posted January 22, 2011 Hi! I'm selling the ea, below link for live state _http://www.myfxbook.com/members/Tereshko/tshko/75042 if you want buy this ea please contact: [email protected], 300$ ea working for all pairs, best result on eurusd, gbpusd. backtest 2007-2010-ok Quote
⭐ musketeer Posted January 22, 2011 Report Posted January 22, 2011 Hello Musketeer, could you give me a hint (or program lines), how to bring a "close all open Orders at ....time" in an EA? Is it difficult to do something like that? try with in init: datetime currentBar = Time[0]; in start: // watch for new bar if (Time[0] > currentBar) { currentBar = Time[0]; // close orders } it will close @new bar coming Make-a-million 1 Quote
⭐ musketeer Posted January 22, 2011 Report Posted January 22, 2011 Hi! I'm selling the ea Tereshko, you are at very wrong place to do that. If you want to share, do it. otherwise stay away Quote
Make-a-million Posted January 22, 2011 Report Posted January 22, 2011 Thanks a Lot! What to Type if i want to Close After 4 candles? Quote
⭐ musketeer Posted January 22, 2011 Report Posted January 22, 2011 Could anyone please make this demo-manage order ea to work in live acc#. Thanks http://rapidshare.com/files/443710509/Manage_Orders_Demo. sorry try this http://rapidshare.com/files/443839176/Manage_Orders_Demo.ex4 http://www.mediafire.com/?7ip5xcbc66hy37w slyman and taipan 2 Quote
ho3ain190 Posted January 22, 2011 Report Posted January 22, 2011 as i remember it has mm already show me consecutive loss in an year period and may try... my expert now only get for example with 2000$ deposit 0.1 RISK -------> 0.01 lot 0.2 RISK -------> 0.01 lot 0.3 RISK --------> 0.1 LOT !!! 0.1 is too high and 0.01 is too low , i interesting insert "manuals lot" independent of risk for example 0.03 lot .... can ? thanks Quote
alexdm Posted January 22, 2011 Report Posted January 22, 2011 (edited) musketeer, wait, may be Tereshko wants to share DEMO version here? :) Tereshko, what about that? slyman, much better manager http://www.mediafire.com/?3d2yyaj3rmdv3jc Edited January 22, 2011 by alexdm taipan 1 Quote
slyman Posted January 22, 2011 Report Posted January 22, 2011 (edited) Thanks for your help.will try it out 2morrow. Edited January 22, 2011 by slyman Quote
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.