San4x Posted July 14, 2010 Report Share Posted July 14, 2010 Here's the link to the russian forum on this EA. If your russian is a little rusty, may I suggest to use google translator bar or click on English flag on bottom of page: http://forexsystems.ru/sovetniki/46677-ekspert-woc.html Mods: if not allowed, please remove, although I think it's in best interest to all. :) Quote Thanks for the kudos...much appreciated! Link to comment Share on other sites More sharing options...
forexmacc Posted July 14, 2010 Report Share Posted July 14, 2010 I see one big problem with this EA and it's the trailing stop. If the setting is set to 6 it starts trailing after we are 6 pips in profit and the initial 6 pips SL is set to break even. It would be much better if the trailing stop moves 1 pip right from the start like this: we are in 1 pip profit and SL is moved 1 pip from initial value, we're in 2 pips profit and we move another 1 pip the SL. That way the EA should have more breathing space and could be much more profitable and the DDs should be lower. Another thing that could be changed is to add TP but this is not so important as the TS issue. Thanx in advance to those who should make those changes. Quote forexmacc.mt4live.com Link to comment Share on other sites More sharing options...
⭐ fxknight Posted July 14, 2010 Report Share Posted July 14, 2010 This is similar to Vector trader which after 100 pages on RU trader forum turned out to be junk. This is a total waste of time.. just an illusion of profitability because great looking backtests.. but the backtests do not hold any value in this case.. and the forward tests already show loss after loss. If someone wants to make an accurate backtest it needs to be converted to Tradestation, Neoticker, Ninja etc. Those platforms perform correct tick by tick backtesting. Cheers Quote Link to comment Share on other sites More sharing options...
⭐ fxknight Posted July 14, 2010 Report Share Posted July 14, 2010 I see one big problem with this EA and it's the trailing stop. If the setting is set to 6 it starts trailing after we are 6 pips in profit and the initial 6 pips SL is set to break even. It would be much better if the trailing stop moves 1 pip right from the start like this: we are in 1 pip profit and SL is moved 1 pip from initial value, we're in 2 pips profit and we move another 1 pip the SL. That way the EA should have more breathing space and could be much more profitable and the DDs should be lower. Another thing that could be changed is to add TP but this is not so important as the TS issue. Thanx in advance to those who should make those changes. What if the market runs against it right from the start before it got 6 pips to add the SL? Hmmm... Quote Link to comment Share on other sites More sharing options...
hyperdimension Posted July 14, 2010 Report Share Posted July 14, 2010 If someone wants to make an accurate backtest it needs to be converted to Tradestation, Neoticker, Ninja etc. Those platforms perform correct tick by tick backtesting.What's really needed is real tick data. Quote Link to comment Share on other sites More sharing options...
⭐ fxknight Posted July 14, 2010 Report Share Posted July 14, 2010 What's really needed is real tick data. Very true but how to play back that data is important too. MT4 cannot do it. There are some good sources for historical tickdata such as tickdata.com which can be imported into any number of platforms. Maybe in MT5 they added the true tick by tick backtesting.. not sure but I hope ;) Cheers Quote Link to comment Share on other sites More sharing options...
halcyonn Posted July 14, 2010 Report Share Posted July 14, 2010 I see one big problem with this EA and it's the trailing stop. If the setting is set to 6 it starts trailing after we are 6 pips in profit and the initial 6 pips SL is set to break even. It would be much better if the trailing stop moves 1 pip right from the start like this: we are in 1 pip profit and SL is moved 1 pip from initial value, we're in 2 pips profit and we move another 1 pip the SL. That way the EA should have more breathing space and could be much more profitable and the DDs should be lower. Another thing that could be changed is to add TP but this is not so important as the TS issue. Thanx in advance to those who should make those changes. -- perhaps this is one good idea to try with this ea.'illusion of profitability' as pointed by FxKnight sir, so far.i had really poor trading on demo today with woc. Quote Link to comment Share on other sites More sharing options...
⭐ fxknight Posted July 14, 2010 Report Share Posted July 14, 2010 I see one big problem with this EA and it's the trailing stop. If the setting is set to 6 it starts trailing after we are 6 pips in profit and the initial 6 pips SL is set to break even. It would be much better if the trailing stop moves 1 pip right from the start like this: we are in 1 pip profit and SL is moved 1 pip from initial value, we're in 2 pips profit and we move another 1 pip the SL. That way the EA should have more breathing space and could be much more profitable and the DDs should be lower. Another thing that could be changed is to add TP but this is not so important as the TS issue. Thanx in advance to those who should make those changes. Yeah you can start to modify this and that and retest but the bottom line is this. The russians have started development on this EA a while ago and the EA has gone through many, many revisions. I would venture to say that the developers would have already implemented the SL/TP mods if they taught it would help. What one has to ask is if an EA like this which cannot be reliably backtested is worth any development time? Cheers Quote Link to comment Share on other sites More sharing options...
forexmacc Posted July 15, 2010 Report Share Posted July 15, 2010 Yeah you can start to modify this and that and retest but the bottom line is this. The russians have started development on this EA a while ago and the EA has gone through many, many revisions. I would venture to say that the developers would have already implemented the SL/TP mods if they taught it would help. What one has to ask is if an EA like this which cannot be reliably backtested is worth any development time? Cheers I'd say that this EA is very poorly coded only after 3-4 versions from 13.07.2010 when it became public and that's why it's a poor performer too. I like the idea a lot and those changes are a must. Also it's very broker specific and it needs proper settings for each different broker. Many of us and in the russian forums are focused on many brokers and they all have very different results - from very good to poor which indicates that there's potential and it all depends on the setting. That's why we should focus on 1 single good broker which could allow this type of trading and unite for the success. I still aslo believe that one of the main reasons for this robot to fail is the TS feature which works very stupidly. Bad for me I'm not a coder, otherwise I would make those changes myself. Quote forexmacc.mt4live.com Link to comment Share on other sites More sharing options...
JasonKwok Posted July 15, 2010 Report Share Posted July 15, 2010 Saw the codes and puzzle by this variable initialize to zero. int PipMultiplier=0; if this value is zero, then the SL will be the Bid as in (Bid - StopLoss*Point*PipMultiplier). Shouldn't PipMultiplier should have value of at least 1? Is this a possible reason some does not have SL? Could someone please help to translate the comments in the Print() functions? At least we know what has gone wrong. Thanks. Quote Link to comment Share on other sites More sharing options...
iwjw Posted July 15, 2010 Report Share Posted July 15, 2010 Saw the codes and puzzle by this variable initialize to zero. int PipMultiplier=0; if this value is zero, then the SL will be the Bid as in (Bid - StopLoss*Point*PipMultiplier). Shouldn't PipMultiplier should have value of at least 1? Is this a possible reason some does not have SL? Could someone please help to translate the comments in the Print() functions? At least we know what has gone wrong. Thanks. the multiplier is initialized in the init() function...it's used to adjust the SL in case of 5digit broker Quote Link to comment Share on other sites More sharing options...
iwjw Posted July 15, 2010 Report Share Posted July 15, 2010 Anyone still running forward test?....I gave up...too many losses. Looks like it's not enough to have a series of ticks in same direction to catch a breakout Maybe using a pip amount within a given time span...x pips up/down within y seconds...gives safer entries? Quote Link to comment Share on other sites More sharing options...
JasonKwok Posted July 15, 2010 Report Share Posted July 15, 2010 me too, more than 40 trades but breakeven eventually. Broker should be laughing. Quote Link to comment Share on other sites More sharing options...
JasonKwok Posted July 15, 2010 Report Share Posted July 15, 2010 the multiplier is initialized in the init() function...it's used to adjust the SL in case of 5digit broker Thanks for the explanation. Quote Link to comment Share on other sites More sharing options...
ShaKerZ Posted July 15, 2010 Report Share Posted July 15, 2010 Hi, what version do you use ? For me, I've attached v 0.1.5 since 4-5 hours, i've any trades :( Is it necessary to use "ecn 1.5.set" ? I'm with Alpari UK demo Quote Link to comment Share on other sites More sharing options...
JasonKwok Posted July 15, 2010 Report Share Posted July 15, 2010 Hi, what version do you use ? For me, I've attached v 0.1.5 since 4-5 hours, i've any trades :( Is it necessary to use "ecn 1.5.set" ? I'm with Alpari UK demo The version I used was in the first download link but I modified to use fixed lot size of 1. I also have the same problem. On the first Alpari demo account, no trade and in the Expert tab, there were some message and I have no idea what it was because it was in garbage characters, not Russian, definitely . Then I switch to another Alpari Demo account and another instance of MT4 and it works. I have no idea why. Quote Link to comment Share on other sites More sharing options...
Chip4Pips Posted July 15, 2010 Report Share Posted July 15, 2010 Anyone still running forward test?....I gave up...too many losses. Looks like it's not enough to have a series of ticks in same direction to catch a breakout Maybe using a pip amount within a given time span...x pips up/down within y seconds...gives safer entries? That's an idea I have seen discussed and used in a manual trading system over at FF. http://www.forexfactory.com/showthread.php?t=156106 The guy uses 8 pips in five seconds as his entry trigger, with a 3 pip stop. Quote Link to comment Share on other sites More sharing options...
ShaKerZ Posted July 15, 2010 Report Share Posted July 15, 2010 Ok thank you, I've install another instance of MT4 with new account on Alpari UK, I wait... Anyone use v. 0.1.5 ? Which settings ? Quote Link to comment Share on other sites More sharing options...
halcyonn Posted July 15, 2010 Report Share Posted July 15, 2010 shakerz version 5 not working for me,used version 4 but i ahve already given up on this ea. Quote Link to comment Share on other sites More sharing options...
expat1967 Posted July 15, 2010 Author Report Share Posted July 15, 2010 I have stopped forward testing for now. This EA appears to inmature currently and the developers might or might not support/develop further. We might need to give this thing some more time to cook... Quote Link to comment Share on other sites More sharing options...
expat1967 Posted July 15, 2010 Author Report Share Posted July 15, 2010 Hi all, obviously some code of WOC is based on FCEA as referred in the russian forum. Does somebody have more info on FCEA? FCEA: http://www.multiupload.com/MJLSERRRXJ You might try on e.g. EURUSD 5m Cheers Quote Link to comment Share on other sites More sharing options...
vikram88 Posted July 16, 2010 Report Share Posted July 16, 2010 Hi all RE WOC 1.5 EA M5 has very good results on EUR/YEN Can someone optimise the parameters for minimum drawdown not max profit FCEA CAN this EA be modified for YEN ie adding no of digits similar to WOC 1.5 Quote Link to comment Share on other sites More sharing options...
Cyrillic Posted July 17, 2010 Report Share Posted July 17, 2010 FCEA is the stolen code from WOC (line by line, thief only changed comments) , its already been exposed, the seller is a scamer. Both ea's do not work live. Period. Quote [spoiler:26ukmy10]Never trust, never fear, never beg[/spoiler:26ukmy10] Link to comment Share on other sites More sharing options...
sidecona Posted August 8, 2010 Report Share Posted August 8, 2010 Hi all I have made WOC a bit more easier to understand. Made the (default) risk slightly more palatable (i.e. from 20% to 5%) I made it respect its Magic Number (which you can set). Renamed the variables to make the code more readable. Incremented the version number. Hopefully got the correct comments in english.. enjoy hxxp://[email protected]/file/P0SVkhyT/WOC016.html taipan, hatchsead, Stormin_Norman and 6 others 9 Quote Link to comment Share on other sites More sharing options...
tobi1122 Posted August 19, 2010 Report Share Posted August 19, 2010 hi can someone make a trading time in WOC1.6? I want to trade from 8 till 17 a clock thx 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.