Jump to content

DH2002

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by DH2002

  1. To test your edu version, just try to print one of the values that are fetched from the dll and stored in the gda_508 array.

    For instance, in EURGBP version, go to the loop SetVariables(), and add: "Print("gda_508[17] = "+gda_508[17]);

    Then load the EA on chart and watch it in the Experts Tab to see the value of that variable. If it's 0.0000000, it's not working.

     

    gda_508[17] only returns the value that will be used as slippage. The default value is 2:

     

    see n ur mq4:

     

    extern int GMTOffset = 1;

    bool gi_160 = FALSE;

    int gi_164 = 2; =====> This the value which DLL feeds gda_508[17] to replace default value of 2

    bool gi_168 = TRUE;

    double gd_172 = 34.0;

     

    The licenced and crack version will different graph curves simply because the values which their server passed is probably the optimized settings compared to the built-in default values

  2. Re: Fractals4 -- new Fractals from Fx H0pe

     

    Just get your self a copy of Gomega Xray v1453 and compare these function CheckTimes(), OpenPsn(), CountOpenTrades(), Entry(), IsHook().

    For BankingFX, SyaratProfit1(), SyaratProfit2() and ValidTradingTime() --are just codes from BankingFX line-by-line with the author just splitting it into VT1(), VT2(), VT3(), VT4() and VT5().

  3. Re: Forex Bling-Exclusive Report pdf ForexHope EA

     

    I have bought the system.

    Until now on my demo account, Bling system is a loser.

    May be Fractal win some pips, thunderbold is no so good, and evolution didn't had a single trade from one week.

    I don't know if this system is so promissing that the site claim.

    And the coding is very bad, full of mistakes and bugs !!!

    No point wasting your precious money on new EA at this moment. Most of them is recycling old EAs method with newer names.

     

    This EA from what I see from decompiled mq4, is a messy copying of functions from FXPP/Gomega, BankingFX and maybe more. Too many breaking simple statements into functions is probably the author's best way to cover up his tracks. I won't be surprised if there is many bugs with his EA just like DTS

×
×
  • Create New...