Jump to content

servalfx

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by servalfx

  1. Re: rdb Thunder4wd v2e and Your lucky v2d

     

    i tried the older version of YourLucky on IBFX demo acct

    but it always opens 50 lots!! :|

    and when it opened a position, it didn't also set the TP and SL automatically.. :ahhh:

     

    what about this version??

    anyone trade this on live acct??

    What is your account amount?

    If you have a demo account with 5,000,000$ and maney management turn on you get 50lot size position.

  2. Re: MegaDroid 1.1 craaacked

     

    Stormin_Norman.

     

    Infantile reaction.

     

    Your are busted.

     

    Simply Googled "Pipbuster": http://www.google.fr/search?hl=fr&q=pipsbuster&btnG=Recherche+Google&meta=&aq=f&oq=

    We find you everywhere :shock:

    http://ww***w.forexpros.com/forums/trading-systems/946-forex-megadroid.html

    http://ww***w.trader-forex.fr/forum/systemes-de-trading-auto/12930-forex-megadroid.html

    http://w***ww.forexratestoday.com/forexforum/forex-forum/544-forex-megadroid.html

    ....

     

    All the same first message:

    Here is a live account statement for Forex MegaDroid:etc...
    and some variations....

    and on all the forex forum: curious?

    No! Just mass hidden advertising. All your join date are in april on these forum....

     

    Stop annoying us here

     

     

    PS:

    The best of the best:

    http://ww**w.fxfisherman.com/forums/forex-metatrader/commercial-products/5210-forex-megadroid-2.html#post29408

    http://ww**w.moneyfanclub.com/forex-forum/29493-forex-megadroid-6.html#post112300

     

    I would also like to caution those who are tempted to use and/or distribute illegal copies of Forex MegaDroid mistakenly thinking that there is no way for the robot's developers to find out about it. They might do it selectively, based on the CB receipt numbers - once they notice that the same CB receipt number is being used for authentication by many users. Likewise, they might track down only those users whose CB receipt number is used for authentication by others. They won't need to obtain any information from the user's computer for it - it is enough for them to look up the info in their sales database.

     

    I m sur i heard it somewhere.... :x

  3. Re: MegaDroid 1.1 craaacked

     

    Hmmm... links removed!

    Why do links got removed? Who complained? Will the uploader be banned or penalized?

    So IF I have the educated version, how to share safely?

     

    Simply because somebody here give all the new links to megadroid staff....

    Maybe somebody who paid Megadroid :?:

     

    If you upload megathing, just rename it. Don't call it megadroid.rar but something like 12f857r.rar ;)

     

    May be we could think about torrent download? With this nobody could remove it :P

  4. Re: MegaDroid 1.1 craaacked

     

    FXJnight,

     

     

    first , thank you bro. But : ¿no dll? What dll should we use?

     

     

    second, i have both, licensed and unlicensed MD, and none made

    trade with me last nigth... last couple of days, actually

     

    FYI.

     

    Thanks for shring...

     

     

     

    regards

    Yes use the same dll than before (first cracked version)

     

    Me too no trade this last night.

  5. Re: MegaDroid 1.1 craaacked

     

    I am getting the following error. is there something i am doing wrong

     

    I renamed the MegaDroidx.dll to MegaDroid.dll

     

    i have made up some numbers

     

    Receipt code = 743834

     

    s1 = 58975344

    s2 = 83473764

     

    but i am getting this error on both Windows XP and Vista Machines

     

    2009.04.22 00:28:56 MegaDroid EURUSD,H1: expert stopped

    2009.04.22 00:28:56 MegaDroid EURUSD,H1: cannot load library 'MegaDroid.dll' (error 126)

     

    Anyone come across such error

     

    I checked the Dependency of the DLL using Dependency Walker 2.1 and it indicates that MegaDroid.dll could not find DWMAPI.DLL but when i did a Such on my VISTA machine, the DWMAPI.DLL file exists on System32 folder . It is a VISTA File it should not be on XP machines but you will sometimes find on XP due IE 7 or 8 .

     

    I guess i can't figure out what is wrong with the machines or the DLL

     

    Do you check in "tools/options/experts advisors/" ,in MT4 options, that the "Allow DLL import" is checked?

  6. Re: EA TRADING FROM HOME

     

    I used to be a Happy friend :mrgreen:

     

    IC ... it says "ho" in the code :mrgreen:

    Sorry forgot . heres the code .I cant attach it though, so you can do yourself a co'paste

     

    regards, K

     

    #property copyright "Copyright Trading From a Ho "
    #property link      ""
    
    double g_point_76 = 0.0001;
    extern double Lots = 0.1;
    extern int MagicNum = 98760;
    extern bool UseTime = FALSE;
    extern bool Sunday = TRUE;
    extern bool Monday = TRUE;
    extern bool Tuesday = TRUE;
    extern bool Wednesday = TRUE;
    extern bool Thursday = TRUE;
    extern bool Friday = TRUE;
    extern bool Saturday = TRUE;
    int gia_128[10] = {25, 20, 20, 25, 25, 20, 20, 20, 20, 25};
    int gia_132[10] = {20, 20, 20, 20, 25, 25, 20, 20, 20, 30};
    double g_lots_136 = 0.0;
    
    int GetFinalInc(double ad_0) {
      ad_0 = NormalizeDouble(ad_0 / g_lots_136, 0);
      for (int li_8 = 0; li_8 < 10; li_8++)
         if (MathPow(2.0, li_8) == ad_0) return (gia_128[li_8]);
      return (gia_128[9]);
    }
    
    int GetFinalIncNum(double ad_0) {
      ad_0 = NormalizeDouble(ad_0 / g_lots_136, 0);
      for (int li_8 = 0; li_8 < 10; li_8++)
         if (MathPow(2.0, li_8) == ad_0) return (gia_132[li_8]);
      return (gia_132[9]);
    }
    
    int init() {
      if (Point == 0.00001) g_point_76 = 0.0001;
      else {
         if (Point == 0.001) g_point_76 = 0.01;
         else g_point_76 = Point;
      }
      if (MarketInfo(Symbol(), MODE_MINLOT) == 10000.0) g_lots_136 = 10000.0 * Lots;
      else g_lots_136 = Lots;
      return (0);
    }
    
    int deinit() {
      return (0);
    }
    
    int start() {
      double ld_0;
      double ld_8;
      double l_price_16;
      double l_price_24;
      double l_price_32;
      double l_lots_40;
      bool li_48 = FALSE;
      double l_ord_lots_52 = 0;
      double l_ord_lots_60 = 0;
      double l_ord_open_price_68 = 0;
      double l_ord_open_price_76 = 0;
      double l_ord_takeprofit_84 = 0;
      double l_ord_takeprofit_92 = 0;
      int l_slippage_100 = 3;
      int li_104 = 0;
      int li_108 = 24;
      int li_112 = 35;
      int li_116 = 1000;
      bool li_120 = FALSE;
      int l_ticket_124 = 0;
      int l_ticket_128 = 0;
      int l_ticket_132 = 0;
      int l_ticket_136 = 0;
      int l_ticket_140 = 0;
      int l_ticket_144 = 0;
      double l_ord_lots_148 = 0;
      double l_ord_lots_156 = 0;
      double ld_164 = 0;
      double ld_172 = 0;
      if (!UseTime || (DayOfWeek() == 0 && Sunday) || (DayOfWeek() == 1 && Monday) || (DayOfWeek() == 2 && Tuesday) || (DayOfWeek() == 3 && Wednesday) || (DayOfWeek() == 4 &&
         Thursday) || (DayOfWeek() == 5 && Friday) || (DayOfWeek() == 6 && Saturday)) li_120 = TRUE;
      for (int l_pos_180 = 0; l_pos_180 < OrdersTotal(); l_pos_180++) {
         OrderSelect(l_pos_180, SELECT_BY_POS, MODE_TRADES);
         if (OrderSymbol() == Symbol() && OrderMagicNumber() == MagicNum) {
            if (OrderType() == OP_BUY && l_ticket_124 < OrderTicket()) {
               l_ord_lots_52 = OrderLots();
               l_ord_open_price_68 = OrderOpenPrice();
               l_ticket_124 = OrderTicket();
               l_ord_takeprofit_92 = OrderTakeProfit();
               if (OrderLots() == g_lots_136) ld_164 = OrderOpenPrice() - li_116 * g_point_76;
            }
            if (OrderType() == OP_SELL && l_ticket_128 < OrderTicket()) {
               l_ord_lots_60 = OrderLots();
               l_ord_open_price_76 = OrderOpenPrice();
               l_ticket_128 = OrderTicket();
               l_ord_takeprofit_84 = OrderTakeProfit();
               if (OrderLots() == g_lots_136) ld_172 = OrderOpenPrice() + li_116 * g_point_76;
            }
            if (OrderType() == OP_BUYLIMIT) {
               l_ticket_132 = OrderTicket();
               l_ord_lots_156 = OrderLots();
            }
            if (OrderType() == OP_SELLLIMIT) {
               l_ticket_136 = OrderTicket();
               l_ord_lots_156 = OrderLots();
            }
            if (OrderType() == OP_BUYSTOP) {
               l_ticket_140 = OrderTicket();
               l_ord_lots_148 = OrderLots();
            }
            if (OrderType() == OP_SELLSTOP) {
               l_ticket_144 = OrderTicket();
               l_ord_lots_148 = OrderLots();
            }
         }
      }
      if (l_ticket_124 == 0) {
         if (l_ticket_132 != 0) OrderDelete(l_ticket_132);
         if (l_ticket_140 != 0) OrderDelete(l_ticket_140);
         l_price_24 = Ask - li_116 * g_point_76;
         if (li_116 <= 0) l_price_24 = 0;
         l_price_32 = Ask + li_112 * g_point_76;
         if (TimeHour(TimeCurrent()) >= li_104 && TimeHour(TimeCurrent()) < li_108 && li_120) OrderSend(Symbol(), OP_BUY, g_lots_136, Ask, l_slippage_100, l_price_24, l_price_32, "MagicNum = " + MagicNum, MagicNum, 0, CLR_NONE);
      }
      if (l_ticket_128 == 0) {
         if (l_ticket_136 != 0) OrderDelete(l_ticket_136);
         if (l_ticket_144 != 0) OrderDelete(l_ticket_144);
         l_price_24 = Bid + li_116 * g_point_76;
         if (li_116 <= 0) l_price_24 = 0;
         l_price_32 = Bid - li_112 * g_point_76;
         if (TimeHour(TimeCurrent()) >= li_104 && TimeHour(TimeCurrent()) < li_108 && li_120) OrderSend(Symbol(), OP_SELL, g_lots_136, Bid, l_slippage_100, l_price_24, l_price_32, "MagicNum = " + MagicNum, MagicNum, 0, CLR_NONE);
      }
      if (l_ticket_124 != 0 && l_ticket_132 == 0) {
         ld_8 = GetFinalInc(l_ord_lots_52);
         ld_0 = GetFinalIncNum(l_ord_lots_52);
         l_price_16 = l_ord_open_price_68 + ld_8 * g_point_76;
         if (li_48 == FALSE) l_price_24 = l_price_16 - li_116 * g_point_76;
         else l_price_24 = ld_164;
         if (li_116 <= 0) l_price_24 = 0;
         l_price_32 = l_price_16 - ld_0 * g_point_76;
         l_lots_40 = NormalizeDouble(2.0 * l_ord_lots_52, ld_0);
         if (li_120) OrderSend(Symbol(), OP_BUYLIMIT, l_lots_40, l_price_16, l_slippage_100, l_price_24, l_price_32, "MagicNum = " + MagicNum, MagicNum, 0, CLR_NONE);
      }
      if (l_ticket_128 != 0 && l_ticket_136 == 0) {
         ld_8 = GetFinalInc(l_ord_lots_60);
         ld_0 = GetFinalIncNum(l_ord_lots_60);
         l_price_16 = l_ord_open_price_76 + ld_8 * g_point_76;
         if (li_48 == FALSE) l_price_24 = l_price_16 + li_116 * g_point_76;
         else l_price_24 = ld_172;
         if (li_116 <= 0) l_price_24 = 0;
         l_price_32 = l_price_16 - ld_0 * g_point_76;
         l_lots_40 = NormalizeDouble(2.0 * l_ord_lots_60, ld_0);
         if (li_120) OrderSend(Symbol(), OP_SELLLIMIT, l_lots_40, l_price_16, l_slippage_100, l_price_24, l_price_32, "MagicNum = " + MagicNum, MagicNum, 0, CLR_NONE);
      }
      if (l_ticket_124 != 0 && l_ticket_140 == 0) {
         ld_8 = GetFinalInc(l_ord_lots_52);
         ld_0 = GetFinalIncNum(l_ord_lots_52);
         l_price_16 = l_ord_open_price_68 + ld_0 * g_point_76;
         if (li_48 == FALSE) l_price_24 = l_price_16 + li_116 * g_point_76;
         else l_price_24 = ld_164;
         if (li_116 <= 0) l_price_24 = 0;
         l_price_32 = l_price_16 + ld_0 * g_point_76;
         l_lots_40 = NormalizeDouble(2.0 * l_ord_lots_52, ld_0);
         if (li_120) OrderSend(Symbol(), OP_BUYSTOP, l_lots_40, l_price_16, l_slippage_100, l_price_24, l_price_32, "MagicNum = " + MagicNum, MagicNum, 0, CLR_NONE);
      }
      if (l_ticket_128 != 0 && l_ticket_144 == 0) {
         ld_8 = GetFinalInc(l_ord_lots_60);
         ld_0 = GetFinalIncNum(l_ord_lots_60);
         l_price_16 = l_ord_open_price_76 - ld_8 * g_point_76;
         if (li_48 == FALSE) l_price_24 = l_price_16 - li_116 * g_point_76;
         else l_price_24 = ld_172;
         if (li_116 <= 0) l_price_24 = 0;
         l_price_32 = l_price_16 - ld_0 * g_point_76;
         l_lots_40 = NormalizeDouble(2.0 * l_ord_lots_60, ld_0);
         if (li_120) OrderSend(Symbol(), OP_SELLSTOP, l_lots_40, l_price_16, l_slippage_100, l_price_24, l_price_32, "MagicNum = " + MagicNum, MagicNum, 0, CLR_NONE);
      }
      for (l_pos_180 = 0; l_pos_180 < OrdersTotal(); l_pos_180++) {
         OrderSelect(l_pos_180, SELECT_BY_POS, MODE_TRADES);
         if (OrderSymbol() == Symbol() && OrderType() == OP_BUY && l_ticket_124 != 0 && OrderMagicNumber() == MagicNum) {
            if (li_48 == FALSE) l_price_24 = l_ord_open_price_68 - li_116 * g_point_76;
            else l_price_24 = ld_164;
            if (li_116 <= 0) l_price_24 = 0;
            if (l_ticket_124 != OrderTicket()) l_price_32 = l_ord_takeprofit_92;
            else l_price_32 = OrderTakeProfit();
            if (l_price_32 != OrderTakeProfit() || l_price_24 != OrderStopLoss()) OrderModify(OrderTicket(), OrderOpenPrice(), l_price_24, l_price_32, 0, CLR_NONE);
         }
         if (OrderSymbol() == Symbol() && OrderType() == OP_SELL && l_ticket_128 != 0 && OrderMagicNumber() == MagicNum) {
            if (li_48 == FALSE) l_price_24 = l_ord_open_price_76 + li_116 * g_point_76;
            else l_price_24 = ld_172;
            if (li_116 <= 0) l_price_24 = 0;
            if (l_ticket_128 != OrderTicket()) l_price_32 = l_ord_takeprofit_84;
            else l_price_32 = OrderTakeProfit();
            if (l_price_32 != OrderTakeProfit() || l_price_24 != OrderStopLoss()) OrderModify(OrderTicket(), OrderOpenPrice(), l_price_24, l_price_32, 0, CLR_NONE);
         }
      }
      return (0);
    }

  7. Re: (REG)automated forex grail

     

    TP is only 3 pips...need a low spread on EURGBP for this one.

     

    Try change this at the end:

     

    void EURGBP() {

    bool li_0;

    g_datetime_216 = TimeCurrent();

    MonitorarNiveis();

    ChecarF();

    ColocarNiveis();

    if (Ask - Bid <= gd_188) {

    if (DayOfWeek() != 0) {

    if (DayOfWeek() != 5) {

     

    By This:

     

    void EURGBP() {

    bool li_0;

    g_datetime_216 = TimeCurrent();

    MonitorarNiveis();

    ChecarF();

    ColocarNiveis();

    if (Ask - Bid <= 0.0005) {

    if (DayOfWeek() != 0) {

    if (DayOfWeek() != 5) {

     

    Now it will trade with spread at max 5 ;)

     

    If you change this:

    if (DayOfWeek() != 5) {

     

    By this:

     

    if (DayOfWeek() != 6) {

     

    It will trade the night between thursday and friday, but becarefull on the friday evening it will trade too. Thus shutdown it on friday morning.

     

    Hope this help...

  8. Re: Forex Meg@droid

     

    My first post :ahhh:

     

    You can modify here:

     

    string gsa_536[] = {"EURUSD"};

    You can change EURUSD by what you want.

     

    and here:

    string gsa_624[] = {"EURUSD"};

    Same thing ;)

     

    Don't forget you must choose a cross with approx same spread .

     

    Hope that can help some.

×
×
  • Create New...