Jump to content

carloss

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by carloss

  1. Re: Fusion v1.1a

     

    although you remove away Activate() & GetState, it cannot produce any trades. Perhaps there are more to edit.

     

    #import "HiRIDER.dll"

    void Activate(string a0, int a1, int a2, string a3, int a4);

    int GetState();

    int Increment(string a0, int a1);

    bool Decrement(int a0);

    int IGetPeriod(int a0);

    void IRefreshRates(int a0, int a1, double a2, double a3, double a4, double a5, int a6, int a7, double& a8[], int a9);

    void IRun(int a0, int a1, int& a2[], int& a3[]);

    #import

     

    It is coded quite similar to Megadriod, does anyone remember if require to alter the dll file?

     

    #import "MegaDroid.dll"

    void GetUtcTime(int& a0[], int& a1[], int& a2[], int& a3[], int& a4[], int& a5[], int& a6[]);

    int Activate(string a0, int a1, int a2, string a3, int a4);

    int GetState();

    int s1_Direction(int a0, double a1, double a2, double a3);

    bool s1_Buy(double a0, double a1, double a2, double a3, double a4, double a5, double a6, double a7, int a8, int a9);

    bool s1_Sell(double a0, double a1, double a2, double a3, double a4, double a5, double a6, double a7, int a8, int a9);

    bool s2_Buy(double a0, double a1, double a2, double a3, double a4, double a5, int a6, int a7);

    bool s2_Sell(double a0, double a1, double a2, double a3, double a4, double a5, int a6, int a7);

    #import

     

    I think it will never trade unless the DLL is cracked. The internal logic is apparently inside the DLL and authors of the protection would be real fools if they did not check the activation status inside IRun() function. As the DLL is encrypted and protected against debugging, this requires a person skilled in reverse engineering. No "educated" version of ex4 file will ever work with unaltered DLL.

  2. Re: Fusion v1.1a

     

    No, it changes when we modify the code. It's never the same.

     

    Hmm it seems the response (and maybe also request code) are just 32bit integers encrypted based on some floating key (probably generated as a hash from current time or whatever). I don't think this can be bypassed easily without debugging/disassembling the DLL successfully.

  3. Re: Euronis v4200

     

    I think the EA is not properly educated. Something's still wrong.

     

    On the chart, the HUD states (among a bunch of other stuff):

     

    "Installation completed (Licence-NO)"

    "Can not load the key file, error:0 No error returned"

     

    I put key file in experts folder.

     

    You need to put the key file to experts\files folder!

  4. Re: [REQ] Liliput EAs

     

    looks like all liliput EA is trade on Daily. If you trade on daily, the daily range pips of pairs is around 350 pips for the trending pair.

    so you need 10K account and trading with 0.001 nano lot with such EA, or 50K account and trading on 0.1 lot.

     

    nothing for 5K account...

     

    Mmm I don't think you need such a strong requirements. Lets say, if you trade EURUSD, then 350 pips would be 350 USD for 0.1 lot position. Then, if you would like to risk 2% of your account for one trade (assuming your stop loss is 350 pips fixed in this example), you would need 17500 USD available for trading 0.1 lot position.

     

    So for 5K account u have mentioned, you could still use ~0.028 lots with the same risk, so regular micro account would be fair enough to use.

  5. Re: where to get history for years in good quality for MT4

     

    Carloss,

    thks for prompt reply.

    I downloaded 2000 - 2005 but thereafter the data is in many subfolders...

    Is there an easy way to pull EUR/USD from 2000 on till today???

    many thks,

    Joe

     

    I have developed a tool for this - a script in PHP, which extracts the data from those ZIP files and merges them together. It also converts them from unicode to ASCII. You can download it at the link below, you can play with it, but you have to have some knowledge about PHP programming and how to install the PHP interpreter under Windows. You may also need to modify the script slightly to match it to the filesystem structure of your downloaded data.

    [url]http://www.kvstudio.com/download/extractor.php.txt[/url]

  6. Re: Is M5 scalping dead?

     

    I think if you are really scalping, the time frame does not matter. What matters, is your strategy. Faster timeframe = higher resolution. Nothing more, nothing less.

     

    I am now developing a M5 based strategy based on using linear regression to find local extremes in this time frame, with pretty good preliminary results. M5 works better than M15, just because there are more info for my system.

     

    In any case, you can still confirm your M5 based signals based by other information from slower timeframes, like H1 (I experiment with this too).

  7. Re: where to get history for years in good quality for MT4

     

    I use tick data from Gain Capital.

     

    http://ratedata.gaincapital.com/

     

    You can use them either for building an M1 history data, to get 90% modelling quality, or you can use them directly as ticks (to get 99%). These are many tutorials on internet how to achieve 99% modelling. Sad fact is, that for 99% modelling you need MT4 build 208 or earlier :(

×
×
  • Create New...