redline Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a http://www.wampserver.com/en/download.php Quote Link to comment Share on other sites More sharing options...
chemie262 Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a there is still not yet a new trade of HiRider Quote Link to comment Share on other sites More sharing options...
eusanka Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a You do not need to set-up any webserver to backtest HiRIDER. The only thing you have to do is changing the following line in the HiRIDER.mq4 file: Activate("1.03", 2062729, true, "39515511", 1);//Activate("1.03", AccountNumber(), IsDemo(), PlimusRefNr, 1); Change to your demo account number instead of 2062729, compile and run backtest as save2009 wrote. Kudos to save2009 for the education of this EA!!! Quote Link to comment Share on other sites More sharing options...
redline Posted February 17, 2010 Report Share Posted February 17, 2010 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. thx working for me in backtest now waiting for demo results thanksss:DDD Quote Link to comment Share on other sites More sharing options...
redline Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a oooeeh yesss trades are runnning on demo :D Quote Link to comment Share on other sites More sharing options...
skorpi0wn Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a You do not need to set-up any webserver to backtest HiRIDER. The only thing you have to do is changing the following line in the HiRIDER.mq4 file: Activate("1.03", 2062729, true, "39515511", 1);//Activate("1.03", AccountNumber(), IsDemo(), PlimusRefNr, 1); Change to your demo account number instead of 2062729, compile and run backtest as save2009 wrote. Kudos to save2009 for the education of this EA!!! This actually doesn't work with my live account. I get a strange error message that says this authentication number isn't for this account. That's why I setup my own web server to force authentication. Quote Link to comment Share on other sites More sharing options...
skorpi0wn Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a There is also another problem with using the 39515511 - the number could eventually be blacklisted. Setting up your own server bypasses that. On another note, I received some information from an anonymous source that wanted no credit (so I can't take credit for this either). But for those that have a web server setup with PHP access paste this into your frwc.php file: <?php $file = $_GET['file']; $base = $_GET['base']; $ret = '1' . substr($base,4-1,1) . '11' . substr($base,6-1,1) . '1' . substr($base,2-1,1) . '1'; echo $ret; ?> It seems to be a better solution better dealing with the dynamic number generation. Thanks to the anonymous donor! Quote Link to comment Share on other sites More sharing options...
Arthemis Posted February 17, 2010 Report Share Posted February 17, 2010 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. Damn, you are right, i forgot the last step. This is what i did a long time ago for Megadroid but i totaly forgot this last step. Thanks for reminding me of this ;) Quote Link to comment Share on other sites More sharing options...
redline Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a Symbol EURUSD (Euro vs US Dollar) Period 5 Minutes (M5) 2009.01.02 06:00 - 2010.01.29 22:55 (2009.01.01 - 2010.02.01) Model Every tick (the most precise method based on all available least timeframes) Parameters Ver.1.03="HiRIDER"; _1="System Parameters"; MagicNumber=1379; PlimusRefNr="35510265"; _2="Strategy Parameters"; Equitylimit=500; MaxTrades=10; Lots=0.01; UseMM=true; LotsRiskReductor=5; MaxLots=9999; Bars in test 80398 Ticks modelled 13562704 Modelling quality 90.00% Mismatched charts errors 0 Initial deposit 10000.00 Total net profit 16834627.11 Gross profit 28135405.33 Gross loss -11300778.22 Profit factor 2.49 Expected payoff 6477.35 Absolute drawdown 1491.03 Maximal drawdown 14027604.84 (83.32%) Relative drawdown 83.32% (14027604.84) Total trades 2599 Short positions (won %) 1418 (98.59%) Long positions (won %) 1181 (98.65%) Profit trades (% of total) 2563 (98.61%) Loss trades (% of total) 36 (1.39%) Largest profit trade 68988.00 loss trade -1184431.98 Average profit trade 10977.53 loss trade -313910.51 Maximum consecutive wins (profit in money) 325 (822909.21) consecutive losses (loss in money) 11 (-11300528.16) Maximal consecutive profit (count of wins) 5210954.37 (138) consecutive loss (count of losses) -11300528.16 (11) Average consecutive wins 95 consecutive losses 1 backtest 2009 made 16million !!! :D Quote Link to comment Share on other sites More sharing options...
eusanka Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a skorpi0wn, you probably only have to change true to false on the same line I described above. This should basically say IsDemo()=false. Quote Link to comment Share on other sites More sharing options...
djmanu Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a Symbol EURUSD (Euro vs US Dollar) Period 5 Minutes (M5) 2009.01.02 06:00 - 2010.01.29 22:55 (2009.01.01 - 2010.02.01) Model Every tick (the most precise method based on all available least timeframes) Parameters Ver.1.03="HiRIDER"; _1="System Parameters"; MagicNumber=1379; PlimusRefNr="35510265"; _2="Strategy Parameters"; Equitylimit=500; MaxTrades=10; Lots=0.01; UseMM=true; LotsRiskReductor=5; MaxLots=9999; Bars in test 80398 Ticks modelled 13562704 Modelling quality 90.00% Mismatched charts errors 0 Initial deposit 10000.00 Total net profit 16834627.11 Gross profit 28135405.33 Gross loss -11300778.22 Profit factor 2.49 Expected payoff 6477.35 Absolute drawdown 1491.03 Maximal drawdown 14027604.84 (83.32%) Relative drawdown 83.32% (14027604.84) Total trades 2599 Short positions (won %) 1418 (98.59%) Long positions (won %) 1181 (98.65%) Profit trades (% of total) 2563 (98.61%) Loss trades (% of total) 36 (1.39%) Largest profit trade 68988.00 loss trade -1184431.98 Average profit trade 10977.53 loss trade -313910.51 Maximum consecutive wins (profit in money) 325 (822909.21) consecutive losses (loss in money) 11 (-11300528.16) Maximal consecutive profit (count of wins) 5210954.37 (138) consecutive loss (count of losses) -11300528.16 (11) Average consecutive wins 95 consecutive losses 1 backtest 2009 made 16million !!! :D Yes but the DD is awfull (84% !!!), you should change end date to today to see anotherr big loss in february :) Quote Link to comment Share on other sites More sharing options...
savasava Posted February 17, 2010 Report Share Posted February 17, 2010 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. It's working !!! :-bd Many thanks !!! ^:)^ Quote Link to comment Share on other sites More sharing options...
skorpi0wn Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a I just tested the same solution (web server with the PHP code) with LMD-Multicurrency and it works like a charm! Quote Link to comment Share on other sites More sharing options...
redline Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a yes every ea works now with webserver thanks skorpi0wn Quote Link to comment Share on other sites More sharing options...
mopips Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a I back tested HiRider from Jan 1, 2010 to Feb 16, 2010 with 90% modeling and it ends up loosing money over that period mainly due to 10 stop losses of $210 each on Feb 4, 2010. It looks like there was a Euro interest rate decision that day as probable cause of losses... Quote Link to comment Share on other sites More sharing options...
netzclown Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a Hello profis i read this thread and WOWWW what boys. i have no brain with webserver (i do it with my notebook????) oh oh my english sorry :"> Quote Link to comment Share on other sites More sharing options...
redline Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a There is also another problem with using the 39515511 - the number could eventually be blacklisted. Setting up your own server bypasses that. On another note, I received some information from an anonymous source that wanted no credit (so I can't take credit for this either). But for those that have a web server setup with PHP access paste this into your frwc.php file: <?php $file = $_GET['file']; $base = $_GET['base']; $ret = '1' . substr($base,4-1,1) . '11' . substr($base,6-1,1) . '1' . substr($base,2-1,1) . '1'; echo $ret; ?> It seems to be a better solution better dealing with the dynamic number generation. Thanks to the anonymous donor! when i use this it now says upgrade available but it still trades. Quote Link to comment Share on other sites More sharing options...
mopips Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a Does anyone else get the $2100 loss from 10 - $210 stop losses on Feb. 4, 2010 when back testing? I think a $2100 loss on my live account would be pretty unnerving... Quote Link to comment Share on other sites More sharing options...
ShaKerZ Posted February 17, 2010 Report Share Posted February 17, 2010 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. What the URLNAME ? And the number 35510265, is there a valid plimus number ? We must just create a file with frwc.php name with just 35510265 inside ? If I don't have a webserver, how I can do please ? Quote Link to comment Share on other sites More sharing options...
⭐ topstep Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a I need help in setting up server, I already have it installed (abyss web server) just dont know where to go from there as far as setting up php files.......... Quote Link to comment Share on other sites More sharing options...
⭐ fxknight Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a Hello, Sorry to ruin the party.. all these EAs are pure crap. HiRider who is supposedly the best one is highly optimized with its optimized parameters hidden inside the DLL. Do you guys remember Forex Shocker which when released it had optimization for every month going back to 2006? The same is true with HiRider. It is a marketing genius plot. FXCM are like pigs in heaven from all the people that trade the EA there and the developers are busy counting all the cash generated from the sales of the EAs. They know we are backtesting this EA so they give us what we want.. a good backtest. To truly find out how crappy this EA is run a backtest on EURUSD M5 before 2008 and you will see for yourself. Once you run a forward test you will discover HiRider to take 100 pips stoplosses frequently. Can you afford this on your real account? If you want a truly good EA and enjoy making good profits try MDPro_XE or its clone EAKain. Both of those are money makers unlike those FRWC EAs. Best of luck Quote Link to comment Share on other sites More sharing options...
mitch1713006137 Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a I used the compile-with your demo account-trick and just edited the hosts file with my local host IP for the web page. It opened a buy at 22.55. So it might work without a webserver. ;) Quote Link to comment Share on other sites More sharing options...
hamid4155 Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a i get this Error: WinINet connection failed what's mean? Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a it looks good, but is just optimised for the period. since the end of the competition an account would have been smashed. people will make money on this. but not the ones who purchase/use it. Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician Link to comment Share on other sites More sharing options...
nowan Posted February 17, 2010 Report Share Posted February 17, 2010 Re: Fusion v1.1a set up the web server a directed, but as soon as i add the ea to the chart, metatrader crashes -- anyone else seeing this behavior? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.