Jump to content

pachecus

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by pachecus

  1. Re: [REQ] forexultrabot DOT com

     

    One of the members did develop an EA, see here:

     

    f0rex.firepips.c0m/2010/02/18/forex-signals-expert-advisor/

     

    Yes I have that EA, but its a semi automatic ea, you need to check firepips signals and add them manually to the ea, (ea just manage to open and close the signals values).

    I think its a really good system, this week +1335 pips.

  2. Re: [REQ] forexultrabot DOT com

     

    Thank you for your reply birt, is there any robot or trading system who works? make pips? anything that we can use for real?

     

    I am following

    hxxp://f0rex.firepips.com/

    signals and they are quite good, I am asking myself if there anyone here who can take that system into an EA.

  3. Re: Fusion v1.1a

     

    I think I was able to get the original copy working (not the educated one that doesn't seem to work). It's a little bit technical and complex, but here is what I did.

     

    1) I have a web server setup and created a file at: http://www.URLNAME.com/access/frwc.php

    2) In the frwc.php file I entered this number 35510265

    3) Save and close the file

    4) Open up your hosts file (C:\windows\system32\drivers\etc\hosts) in order to redirect to your web server

    5) Add a line similar to mine: *.*.*.* http://www.forex-robot-world-cup.com

    where *.*.*.* is the IP address of your web server

    6) Drop to DOS (START -> Run - cmd)

    7) Type ipconfig /flushdns

    8) Start Metatrader, load your EURUSD 5 min chart, load HiRider. It will fail to authenticate.

    9) Push F7 and click OK.

     

    I'm not sure if this will work for you, but it's definitely working for me. Backtesting worked and live trading is working.

     

    Did that and have same result, backtesting worked and live trading is working but not open any trades at my end, how about at yours?

  4. Re: Fusion v1.1a

     

    got this:

     

    16:19:39 HiRIDER_rev1 EURUSD.,M5: loaded successfully

    16:19:39 HiRIDER_rev1 EURUSD.,M5 inputs: Ver.1.03="HiRIDER"; _1="System Parameters"; MagicNumber=1379; _2="Strategy Parameters"; Equitylimit=500; MaxTrades=10; Lots=0.01; UseMM=false; LotsRiskReductor=5; MaxLots=10;

    16:19:39 HiRIDER_rev1 EURUSD.,M5: GetState(): 12

    16:19:39 HiRIDER_rev1 EURUSD.,M5: gi_260: 16384

    16:19:39 HiRIDER_rev1 EURUSD.,M5: gi_264: 0

    16:19:39 HiRIDER_rev1 EURUSD.,M5: Authenticated

    16:19:39 HiRIDER_rev1 EURUSD.,M5: gi_276: 1

    16:19:39 HiRIDER_rev1 EURUSD.,M5: g_timeframe_380: 5

    16:19:39 HiRIDER_rev1 EURUSD.,M5: initialized

    16:34:56 HiRIDER_rev1 EURUSD.,M5: Error accessing RateInfo. Symbol = EURUSD. error(0) = no error

    16:34:56 HiRIDER_rev1 EURUSD.,M5: Increment1,-1,-1,-1,-1,-1

  5. Re: Fusion v1.1a

     

    Ho need. HiRider has no web authentication in the mql4 code. For the DLL to have authentication and call the developer's server on its own the firewall has to permit it hence you'd get a message to let it through. No such event occurs. It is protected by hiding its logic inside the DLL only.

     

    Cheers

     

    Are you sure?

    what about this code in the hirider?

     

    else PrintLNL(li_12, "Authentication failed - error(" + ai_0 + ")", gi_112);

    if (ai_0 & 512 > 0) PrintLNL(li_12, "Attention: Upgrade available", gi_112);

    if (ai_0 & 1024 > 0) PrintLNL(li_12, "Error: Upgrade required", gi_112);

    if (ai_0 & 1 > 0) PrintLNL(li_12, "Error: WinINet initialisation failed", gi_112);

    if (ai_0 & 2 > 0) PrintLNL(li_12, "Error: WinINet connection failed", gi_112);

    if (ai_0 & 4 > 0) PrintLNL(li_12, "Error: Invalid account number", gi_112);

    if (ai_0 & 8 > 0) PrintLNL(li_12, "Error: Invalid account status", gi_112);

    if (ai_0 & 16 > 0) PrintLNL(li_12, "Error: Dll and Expert versions mismatch", gi_112);

    if (ai_0 & 128 > 0) PrintLNL(li_12, "Error: Unable to retrieve authentication code", gi_112);

    if (ai_0 & 256 > 0) PrintLNL(li_12, "Error: Server response failure", gi_112);

    if (ai_0 & 2048 > 0) PrintLNL(li_12, "Error: Invalid authorisation details", gi_112);

    if (ai_0 & 4096 > 0) PrintLNL(li_12, "Error: Authorisation declined", gi_112);

×
×
  • Create New...