lifebeam Posted January 29, 2011 Report Posted January 29, 2011 (edited) been trying to back test, doesn't seem to work........ any ideas?Β Are there any set files for it?Β IT trades multiple currencies, DO YOU ATTACH TO ONE CHART, or to individual charts for each pair? Edited January 29, 2011 by lifebeam Quote
PIPHORE Posted January 29, 2011 Report Posted January 29, 2011 yeah me too, tested on their recommended broker FXDD and got zero divide error on the journal... Quote
pro Posted January 29, 2011 Author Report Posted January 29, 2011 (edited) 54th viewer had come !! :) http://www.multiupload.com/IDQ9NJTGVJΒ You are my man ;-) Thx.=D>Β What does the "zero divide" message mean on BT??? Edited January 29, 2011 by pro Quote
pro Posted January 30, 2011 Author Report Posted January 30, 2011 (edited) this is what I found by googleing regards the zero divide error:Β "Zero divide error is exclusively a coding error. Metatrader does not provide a trap (or rather, that message is the trap, and since by definition divide by zero yields to undefined, they chose the terminate the code execution in such cases) for such errors, so if not dealt with within the code it will happen, sooner or later "Β "Find in the code every occurrence of division and add before every division a zero condition checking Something like this :Β if (divisor!=0) result = dividend/divisor; else result = 0; // or whatever result you prefer here since the result // of division by 0 by definition is undefined Β ............................Β Coding gurus, plz jump in Edited January 30, 2011 by pro Quote
stovedude Posted January 30, 2011 Report Posted January 30, 2011 Probably the 0 divide is because you need to right click on the Market Watch window and choose Show All, or perhaps the EA is checking a missing currency or does not have any history for some. Quote
forexb Posted January 30, 2011 Report Posted January 30, 2011 does this EA trade 24/5 or only asian market..Β what are the best settings to use for each pair??Β plz share.Β thanks. Quote
pro Posted January 30, 2011 Author Report Posted January 30, 2011 Probably the 0 divide is because you need to right click on the Market Watch window and choose Show All, or perhaps the EA is checking a missing currency or does not have any history for some.Β Are u able to backtest this EA????? Quote
JasonKwok Posted January 30, 2011 Report Posted January 30, 2011 backtest failed maybe because there is no value for MarketInfo(a_symbol_0, MODE_POINT) as market is closed over the weekend...maybe we can try to run the backtest on coming Mon when market is open...just my two cents... Quote
jerrydeng Posted January 30, 2011 Report Posted January 30, 2011 this EA has very bad results the latest 2 weeks. Quote
pro Posted January 31, 2011 Author Report Posted January 31, 2011 this EA has very bad results the latest 2 weeks.Β I dont think so...from where did u get this ? Quote
pro Posted January 31, 2011 Author Report Posted January 31, 2011 backtest failed maybe because there is no value for MarketInfo(a_symbol_0, MODE_POINT) as market is closed over the weekend...maybe we can try to run the backtest on coming Mon when market is open...just my two cents...Β Market is open, backtest doesnt work Quote
pro Posted January 31, 2011 Author Report Posted January 31, 2011 this is what I found by googleing regards the zero divide error:Β "Zero divide error is exclusively a coding error. Metatrader does not provide a trap (or rather, that message is the trap, and since by definition divide by zero yields to undefined, they chose the terminate the code execution in such cases) for such errors, so if not dealt with within the code it will happen, sooner or later "Β "Find in the code every occurrence of division and add before every division a zero condition checking Something like this :Β if (divisor!=0) result = dividend/divisor; else result = 0; // or whatever result you prefer here since the result // of division by 0 by definition is undefined Β ............................Β Coding gurus, plz jump inΒ Β Β Can one of the blessed coders here plz take a closer look at this issue and fix this baby. Thx. Quote
zhangzhou666 Posted February 1, 2011 Report Posted February 1, 2011 anyone use it on live account? the result ? Quote
zhangzhou666 Posted February 1, 2011 Report Posted February 1, 2011 The EA is used in the U/J 15M? Quote
pro Posted February 1, 2011 Author Report Posted February 1, 2011 http://www.myfxbook.com/my/members/ony722/esc/68497 Quote
pro Posted February 1, 2011 Author Report Posted February 1, 2011 The EA is used in the U/J 15M?Β take the time to read all the 3 pages and u will find the answer... Quote
pro Posted February 2, 2011 Author Report Posted February 2, 2011 Can one of the blessed coders here plz take a closer look at this issue and fix this baby. Thx.Β 867 views and no solution.... Quote
pro Posted February 5, 2011 Author Report Posted February 5, 2011 867 views and no solution....Β 1085 views and no solution.... Quote
Guest Jayman007 Posted March 3, 2011 Report Posted March 3, 2011 The solution is to deselect the pairs you are not back testing in the settings. Quote
dannydon786 Posted March 4, 2011 Report Posted March 4, 2011 it does not trade whats the problem? Quote
jennifer_tam41 Posted March 5, 2011 Report Posted March 5, 2011 Hi everybody,Β X-47B EA is the new, better improved generation of ESC EA.Β Anybody bought this new ea yet ? Please share.Β Thanks Jennifer Quote
jennifer_tam41 Posted March 5, 2011 Report Posted March 5, 2011 Hi everybody,Β I just found a backtesting results of X-47B EA on USDJPY from following link:Β http://365ea.com/backtest/X47B/X47B_USDJPY_BuyA.htmΒ Low drawdown, but I wonder why this seller never posted his/her live forward-testing results on any of his EAs so far?Β Hope somebody who has used any of the seller's ea can share experiences.Β Thanks Jennifer Quote
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.