Jump to content

fxknight

⭐ V.I.P.
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by fxknight

  1. Re: Latest 1.10 with Authentication fixed

     

    Hey FXKnight,

     

    What broker are you using for MegaDroid ? Do you have a recommended Broker in US for MegaDroid ? That works well

     

    I use Alpari UK and they seem to keep the EURUSD to 3 pips on the EURUSD. I tried it with FXCM MT4 and it works well there but the spread can be higher up to 4-5 sometimes. Overall I think Alpari UK is the best.

  2. Re: Latest 1.10 with Authentication fixed

     

    Hi,

    I added the capability to change the start/end trading times so that we may experiment with different time settings. Currently the EA starts at 21:00 GMT and shuts off at either 0:00 or 1:00 GMT based on how wide the spread calculation is. I named the newer version 1.10a to keep track in the near futures. You can download at:

    http://www.4shared.com/file/101702002/3ceb26f8/MGDR_110a.html

    Pwd: Indonesia

     

    Enjoy!

     

    I don't think that will work since the Time management Code is in the DLL not on the EA. As much as i can see , Whatever Time management Code you added does not do anything at all. Did you try to run backtests after making the changes to see if it worked? Because from all the backtests i have done no matter what start and end time you use it does not change outcome so long as the GMTOffset is the Same value

     

    Hi,

    From running the backtest with different settings, I agree with you that it makes no difference. The code that supposedly checks for the start/end times is:

    s1_setRules();

    if ((gi_752 < gi_756 && (g_hour_540 >= gi_752 && g_hour_540 <= gi_756 - 1)) || (gi_752 >= gi_756 && g_hour_540 >= gi_752 || g_hour_540 <= gi_756 - 1))

    gi_600 = true;

    else

    gi_600 = false;

    Here "gi_752" and "gi_756" are the start and end times and "g_hour_540" is the current hour. "gi_600" (boolean) is supposed to either allow or stop the trading. Therefore from this perspective it appears that the time check is done in mql4 but in practice it is not so and it seems that they do it in the DLL. I have to say that their advertisement is misleading since they say that the EA is stable for any kinds of market conditions and that it trades at "random" times every day to confuse the brokers. We can clearly see from the backtests and running it live that it trades only during 21-0. If it can handle any market conditions then why restrict it to this time only?? Does it not perform outside these times and why? Any ideas as to how to force it to trade outside the preset start/end times?

  3. Re: Latest 1.10 with Authentication fixed

     

    Hi to all,

    I have fixed the source code for version 1.1 so it now authenticates all the time. Also it matches 100% the original version by running a backtest and comparing with the original backtest. It includes the DLL as well. Download link is:

    http://www.4shared.com/file/101694103/a9099251/MGDR_110.html

    Pwd: Indonesia

     

    Please make any mods/upgrades/improvements and share as well. Enjoy!

     

    Hi,

    I added the capability to change the start/end trading times so that we may experiment with different time settings. Currently the EA starts at 21:00 GMT and shuts off at either 0:00 or 1:00 GMT based on how wide the spread calculation is. I named the newer version 1.10a to keep track in the near futures. You can download at:

    http://www.4shared.com/file/101702002/3ceb26f8/MGDR_110a.html

    Pwd: Indonesia

     

    Enjoy!

  4. Re: MegaDroid 1.1 craaacked

     

    I looked at the DLL. The Dll simply takes the Receipt code and Authenticates it to a given website. The website then returns a code that basically would unlock or activate the EA. What the fixed version has done is to bypass the activation and allow it to trade. It is illegal for them to track you without or get any information from your PC without you being informed and signing on to it. :peace: :arrow: :mrgreen:

     

    To add to what you said, The Megadroid team could not shut down the trading if the authentication is not valid. Why? Because if their authentication server is down and many valid clients have open trades.. can you imagine if they cannot be authenticated and the EA shuts down while trades are open? It would be a really bad decision for the developer to do this if they ever decide to shut down the EA. How about if all of a sudden Megadroid gets sued or they decide to go out of business tomorrow? What happens to the EA without being able to be authenticated? This is what everybody needs to think about when buying web-authenticated programs.. when the company goes down.. the program becomes useless and you lost your money.

  5. Latest 1.10 with Authentication fixed

     

    Hi to all,

    I have fixed the source code for version 1.1 so it now authenticates all the time. Also it matches 100% the original version by running a backtest and comparing with the original backtest. It includes the DLL as well. Download link is:

    http://www.4shared.com/file/101694103/a9099251/MGDR_110.html

    Pwd: Indonesia

     

    Please make any mods/upgrades/improvements and share as well. Enjoy!

  6. Re: MegaDroid 1.1 craaacked

     

    Hi Siddeshsd :shand:

     

    Here you go to get the Decompiled 1.1 version :

     

    http://sharebee.com/bdf61446

     

    Have fun

     

    Shenong :)

     

     

    Hi Shenong,

    The decompiled 1.1 version you posted contains some errors when compiling such as a call to a void function expecting a value returned and other small errors. Is there anybody who can decompile the latest version 1.10 (and post it as well) so that we can remove the authentication code and make it run properly? I can fix the authentication code with no problem but we must make sure we have a good decompiled version 1.10 of the code.

     

    Thank you.

  7. Re: MegaDroid 1.1 craaacked

     

    just got uncracked 1.1ver,

    here's the crack ver,

    input "ReceiptCode" for any number,

    it will trade nomatter the alert say.

    sorry for my bad English.

     

    http://www.4shared.com/file/100591607/bc16c9e5/megacc.html

     

     

    enjoy..

     

    thanks, K

     

     

    PS:the file in the rar,MegaDroidx.dll,please rename to MegaDroid.dll

    my fault,i forgot to rename it..

     

    Hi liuganquan,

    Can you upload the file to a new URL? It seems that your original download 4shared.com link was taken down. Thank you very much!

×
×
  • Create New...