Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (15) Thread Tools Display Modes
  #1381 (permalink)  
Old 05-02-2007, 06:50 AM
Junior Member
 
Join Date: Apr 2007
Posts: 14
haan is on a distinguished road
If you want to use this EA in your live account:
Find the RIGHT version of this EA! 1.85/87/91/R1/R2 NOT good at all!!!
Find the RIGHT (and only ONE) pair to trade!!!
Find the RIGHT setting ( optimize!!! You must have the best computer for that. One day optimizathion with all possible setting take 250 hour. For ONE day! It is the only way! )
Find the RIGHT broker! ( This EA already optimized for only 3 brokers (2 of them in Russia) but i find another 3! )
Find the RIGHT time to activate this EA!
Find the RIGHT period to trade! (M1 not good at all!!!)
And find why nobody got the pro version? Just READ the code of EA!!! It's easy! Try to use your brain!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1382 (permalink)  
Old 05-28-2007, 05:38 AM
erdenmensch's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 302
erdenmensch is on a distinguished road
Version 1.85g

Hi,
i have the version 1.85g. Backtesting is good, but in realtime it not works. I use MT4 from Northfinance in Europe.

Anybody know, what is to do?

It would be great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1383 (permalink)  
Old 06-15-2007, 06:05 PM
MonteCristo's Avatar
Junior Member
 
Join Date: Mar 2007
Posts: 5
MonteCristo is on a distinguished road
Cyberia Dead?

Is this EA dead?
What happened?

MonteCristo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1384 (permalink)  
Old 08-04-2007, 03:50 AM
Junior Member
 
Join Date: Nov 2006
Posts: 1
rjs2006 is on a distinguished road
interesting ideas but code needs some work

I would add to the comments from erdenmensch and say that in addition to backtesting you should thoroughly study the code of this ea.

I think there is (and should be a great deal of focus on backtesting and forwardtesting). In addition I think there should be a code review to understand the true intent (beyond making money) of the EA. What is its edge as they say. I feel like you learn much more that way.

In any event I think this EA has some interesting ideas behind it but I don't it truely captures the authors intent and I base that on reading the code and seeing how, as one example "FindSuitablePeriod" returns the best period to use for the current market environment. In order to determine this period bars are compared with offset 1, 2, 3 up to 23. However the total number of pairs of bars analyzed changes. When the bar offset is 1, 5 pairs of bars are reviewed. When the offset is 2, 10 pairs of bars are reviewed. Interesting idea. I question what is done when this optimal period is deterined though. If the period found is 1, 2 7 or 15, the statistics are computed again but this time the stats are based on 115 pairs of bars NO MATTER WHAT THE OPTIMAL PERIOD IS. I do not think that is the intention.

Additionally, the reverse indicator function, is at times, close to replicating similar functionality in AskLogic code. Both functions try to accomplish a similar task. They both flip a boolean and when you do that twice in a row you are back to square one.

So again, I think this EA has some interesting ideas and I think there is room to rip the hood off and do something better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1385 (permalink)  
Old 08-06-2007, 11:12 PM
tdion's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Carolina, USA
Posts: 155
tdion is on a distinguished road
Backtesters do not include spreads. If the EA is shooting for 2 pips profit and the spread is 2 pips, you break even at best.

Spreads can be hardcoded into the code. You'd have to shoot for 4 pips instead of 2.... drastically reduce profits IMHO. Also, w/ 2000+ trades over the course of a few weeks, spreads will be huge.

Gotta get real people!

Quote:
Originally Posted by erdenmensch View Post
Hi,
i have the version 1.85g. Backtesting is good, but in realtime it not works. I use MT4 from Northfinance in Europe.

Anybody know, what is to do?

It would be great.
__________________
Ideas are not trade advice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1386 (permalink)  
Old 08-06-2007, 11:38 PM
Senior Member
 
Join Date: Dec 2006
Location: Ukraine
Posts: 491
Shinigami is on a distinguished road
Properly written EA includes spreads. No spreads can be hard-coded into the EA.
__________________
MQL4 programming is easy ^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1387 (permalink)  
Old 08-06-2007, 11:46 PM
tdion's Avatar
Senior Member
 
Join Date: Mar 2006
Location: South Carolina, USA
Posts: 155
tdion is on a distinguished road
Please explain how a "properly written EA" includes spreads? I think we may be saying the same thing. I hardcoded a spread removal from my balance on every trade that is made, and store it in a variable that I display in my journal log. When I trade the same EA live, I delete this special "backtesting" code.

My point is that the MT4 backtester doesn't remove spreads automatically, so the graph is probably bogus.

Quote:
Originally Posted by Shinigami View Post
Properly written EA includes spreads. No spreads can be hard-coded into the EA.
__________________
Ideas are not trade advice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1388 (permalink)  
Old 08-10-2007, 04:54 AM
bigbear3391's Avatar
Senior Member
 
Join Date: Dec 2006
Location: California USA!!!
Posts: 374
bigbear3391 is on a distinguished road
Quote:
Originally Posted by shohreh View Post
Hi

I will be going live(not using ct) needed to know which platform I should go with .My main concern are the spreads. Like MIG advertises their spreads being only 2 yet the facts are they requote every day perhaps several times in a day itself

Any recommendations which one to go with ?

thanks
Hey shohreh,

My friend I cant reurn your PM until you free up some space in your box!

Speak with you soon,

Bear-
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1389 (permalink)  
Old 08-20-2007, 05:38 AM
Senior Member
 
Join Date: Dec 2006
Location: Ukraine
Posts: 491
Shinigami is on a distinguished road
Quote:
Originally Posted by tdion View Post
Please explain how a "properly written EA" includes spreads? I think we may be saying the same thing. I hardcoded a spread removal from my balance on every trade that is made, and store it in a variable that I display in my journal log. When I trade the same EA live, I delete this special "backtesting" code.

My point is that the MT4 backtester doesn't remove spreads automatically, so the graph is probably bogus.
MT4 chart shows only BID price. You should know that. When you analyze chart you only analyze bid chart. If your broker uses not-fixed spreads, you are being fooled all the time...
MT4 tester includes spreads. If you don't believe me, make an EA and set TP to open price (when you are in 0 order is closed) and set SL to 100. You'll have very rare SLs which means orders include -2 or more starting profit.
Or set TP to 1 and SL to 3. You'll just lose all deals with a straight line on WHC (all deals open with -3).

If you want to correct me, please PM me instead of replying.

Also Cyberia trader is said to be successful but as a matter of fact it has horrible drawdown.
__________________
MQL4 programming is easy ^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1390 (permalink)  
Old 09-18-2007, 12:36 AM
FseXy's Avatar
Senior Member
 
Join Date: Aug 2007
Location: England
Posts: 165
FseXy is on a distinguished road
I have what I believe to be a similar EA to this Cyberia one that can make profitable trades. I can't share details here much but would like someone to look at it or test it because its setting seem so similar to the Cyberia one. I could be wrong, and I am a new trader so if anyone can help send me a PM with your yahoo or msn messenger email and we can chat about it and exchange files/details, etc if interested.

How I made $50000 in 9 months
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
great ea, Cyberia, http://cyberia.org.ru, cyberia.org.ru, cyberia.org, Pipsing, Cyberia Trader, Cyberia Decisions, cyberiatrader

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/2996-great-ea-backtest.html
Posted By For Type Date
פורום - STRATEGY BANK This thread Refback 06-07-2008 08:20 PM
פורום - STRATEGY BANK This thread Refback 03-02-2008 04:48 PM
פורום - STRATEGY BANK This thread Refback 12-08-2007 10:13 AM
Comments - 2006自动交易锦标赛 This thread Refback 11-30-2007 12:00 AM
Interbank FX - Currency Trading, Forex Trading, Online Currency Trading Post #1360 Refback 11-11-2007 07:43 AM
NoPonzi.com :: View topic - Resultados en una cuenta demo - Results in a demo account This thread Refback 10-26-2007 07:20 AM
Profile OpenStorm - Automated Trading Championship 2006 This thread Refback 10-14-2007 05:15 PM
MetaTrader 4 : : . This thread Refback 08-27-2007 05:57 PM
Профиль OpenStorm - Automated Trading Championship 2006 This thread Refback 07-27-2007 06:49 PM
MQL4 - CyberiaTrader : MetaTrader 4 : : . This thread Refback 07-24-2007 02:57 PM
TVNET Izklaide : Diskusijas This thread Refback 07-18-2007 01:50 PM
Comments - 2006自动交易锦标赛 This thread Refback 06-28-2007 05:16 PM
Profile OpenStorm - Automated Trading Championship 2006 This thread Refback 06-25-2007 07:40 PM
Профиль OpenStorm - Automated Trading Championship 2006 This thread Refback 06-23-2007 05:21 PM
MQL4 - CyberiaTrader : MetaTrader 4 : : . This thread Refback 06-23-2007 02:08 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with great indicator bhale Metatrader 4 18 12-12-2006 02:10 PM
Great Strategy But Need EA eatrader Expert Advisors - Metatrader 4 0 11-30-2006 02:57 PM
great sys swall Suggestions for Trading Systems 2 08-13-2006 04:35 PM
Great little system hopefultrader Suggestions for Trading Systems 15 08-09-2006 05:47 PM


All times are GMT. The time now is 09:55 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.