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
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...
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
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
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.
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.
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?????
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...
jerrydeng Posted January 30, 2011 Report Posted January 30, 2011 this EA has very bad results the latest 2 weeks.
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 ?
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
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.
zhangzhou666 Posted February 1, 2011 Report Posted February 1, 2011 anyone use it on live account? the result ?
pro Posted February 1, 2011 Author Report Posted February 1, 2011 http://www.myfxbook.com/my/members/ony722/esc/68497
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...
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....
pro Posted February 5, 2011 Author Report Posted February 5, 2011 867 views and no solution.... 1085 views and no solution....
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.
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
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now