klod Posted May 28, 2012 Report Posted May 28, 2012 (edited) https://www.asuswebstorage.com/navigate/share/GY4QU5YF94 (stoploss = 5 pips) Activtrades demo Edited May 28, 2012 by klod e-Invester 1
callahan Posted May 29, 2012 Report Posted May 29, 2012 (edited) Yes I could be droolin' if I be seein' a real, live cashiola statement with a qualified withdrawal now? I'm not only questioning my own involvement on this here forum but am certainly questioning the reasons and motives why anyone would post a statement as such :-/ Edited May 29, 2012 by callahan
klod Posted May 29, 2012 Author Report Posted May 29, 2012 Some others backtests https://www.asuswebstorage.com/navigate/share/GY46SJHP94 https://www.asuswebstorage.com/navigate/share/GY4VFJHP94 these backtests are on activtrades demo (4digits). The expert is only in an experimental state. I make a forward test. BUT this ea is not good on FXCM demo (5 digits) and i don't know why... Some improvements after, the stoploss (in fact the trailing stop) was at the beginning at 460 pips, the trailing stop is actually at 5 pips ! @callahan : I espect to share this ea if ... 1/ there is some people interested. 2/ this ea is profitable. 3/ it's not against my own interest.
sammy Posted May 29, 2012 Report Posted May 29, 2012 Some others backtests https://www.asuswebstorage.com/navigate/share/GY46SJHP94 https://www.asuswebstorage.com/navigate/share/GY4VFJHP94 these backtests are on activtrades demo (4digits). The expert is only in an experimental state. I make a forward test. BUT this ea is not good on FXCM demo (5 digits) and i don't know why... Some improvements after, the stoploss (in fact the trailing stop) was at the beginning at 460 pips, the trailing stop is actually at 5 pips ! @callahan : I espect to share this ea if ... 1/ there is some people interested. 2/ this ea is profitable. 3/ it's not against my own interest. u bet we r interested without teasers
Stormin_Norman Posted May 29, 2012 Report Posted May 29, 2012 cool story bro. "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
dr_firuzi Posted May 30, 2012 Report Posted May 30, 2012 Please share your EA If it's possible for you
callahan Posted May 30, 2012 Report Posted May 30, 2012 (edited) Edit: I get the impression that talkin' here bein' a waste of time. So long now... Edited May 30, 2012 by callahan
Forexnoob Posted May 31, 2012 Report Posted May 31, 2012 Can you share with us bloke..why the holdout with this great forum.
klod Posted May 31, 2012 Author Report Posted May 31, 2012 forward test is running. I give the result in one month.
Forexnoob Posted May 31, 2012 Report Posted May 31, 2012 Why hold off for one month, we can also test too.
klod Posted May 31, 2012 Author Report Posted May 31, 2012 (edited) Small SL yes. But small TP no: the TP is 667 for 1 lot= 66.7 pips Also the difference between 90% data and 99% data back test results can be vastly different with particular EAs so don't worry too much guys. 90% back tests and even demo results with EAs like this can be very different from "real cash" trading oh YES... Edited May 31, 2012 by klod
klod Posted May 31, 2012 Author Report Posted May 31, 2012 (edited) http://widgets.myfxbook.com/widget?id=314153&type=2&color=gray Edited May 31, 2012 by klod sammy 1
sidecona Posted May 31, 2012 Report Posted May 31, 2012 i don't get it... why the random lot sizes? Is the statement even real.... Is the spread 0? I'm almost sure that it HAS been doctored to some degree.... just can't put my finger on it... This is what I have spotted so far... 2011.02.07 11:15 Sell at 1.3626, exit at 1.3626 for 0.00 Also, order numbers starting with A then going to 2, 3, 4 etc... put up, or shut up, and stop wasting time...
klod Posted May 31, 2012 Author Report Posted May 31, 2012 (edited) random lot size ? actually in case gestion=1 alpha=0.55 double a; double LotsOptimized(int ordre) { // return(lotinit); switch(gestion) { case 0: a=lotinit; break; case 1: a=lotinit*MathPow(MathMin(AccountEquity(),AccountBalance())/equite,alpha); if(ordre==OP_BUY) a=a*(plusgrand-Bid)/(plusgrand-pluspetit); else a=a*(Ask-pluspetit)/(plusgrand-pluspetit); break; case 2: a=lotinit*MathPow(MathMin(AccountEquity(),AccountBalance())/equite,alpha); break; case 3: a=lotinit*MathMin(AccountEquity(),AccountBalance())/equite; default: a=lotinit; break; } double b = NormalizeDouble(a,arrondi); if (b < minlot) b = minlot; // if (b > maxlot) b = maxlot; // while(!lotpossible(b)) b-=minlot; return (b); } // //Calcul du plus grand et du plus petit prix // void plusgrandpetit(int combien){ plusgrand=iHigh(Symbol(),PERIOD_D1,iHighest(Symbol(),PERIOD_D1,MODE_HIGH,combien,0)); pluspetit=iLow(Symbol(),PERIOD_D1,iLowest(Symbol(),PERIOD_D1,MODE_LOW,combien,0)); } The lot is sized in function of 1/ minimum of balance and equity but at the power 0.55 so the growth is lower than a martingale 2/ the distance between the bid/ask and the highest (or lowest) of the last two days this is not random: if ask/bid is near his maximum, it's risky to trade BUY but not to trade SELL. Edited June 1, 2012 by klod
klod Posted May 31, 2012 Author Report Posted May 31, 2012 http://www.myfxbook.com/portfolio/alibaba-92/314153 running forward test
klod Posted June 2, 2012 Author Report Posted June 2, 2012 (edited) The ea seems useful (profitable) only on brokers with spread fixed low (2-3 pips on eurusd) and perhaps 4 digits... it is in loss on ecn brokers (like FXCM) what are the brokers with spread fixed on mt4? Edited June 2, 2012 by klod
sammy Posted June 2, 2012 Report Posted June 2, 2012 The ea seems useful (profitable) only on brokers with spread fixed low (2-3 pips on eurusd) and perhaps 4 digits... it is in loss on ecn brokers (like FXCM) what are the brokers with spread fixed on mt4? Put it on Reliable 4 digit broker with fixed 1 pip spread Admiral markets klod 1
daretolive Posted June 2, 2012 Report Posted June 2, 2012 Tadawulfx has fixed spreads but unfortunately has minimum lot of 0.05 and incremental of 0.05 and only EURUSD is 2 pips spread. klod 1
klod Posted June 2, 2012 Author Report Posted June 2, 2012 Tadawulfx has fixed spreads but unfortunately has minimum lot of 0.05 and incremental of 0.05 and only EURUSD is 2 pips spread. This is not a problem. A backtest on 2011: https://www.asuswebstorage.com/navigate/share/GY47FAIYK4 This ea is strange: for 3 lots : 524 021.39 for 6 lots : espected = 1 048 042.78 computed= 2 030 296.90 (!) ... the trades are closed 1/ on stoploss or 2/ when profit of the opened trades >= gain() where double gain() { if( TimeCurrent()-temps<delai*3600) return(Profit*lot); else return(0); } (Profit = 817 fixed, delai fixed)
klod Posted June 2, 2012 Author Report Posted June 2, 2012 Maybe something's changed as of late but I thought that Market Maker brokers were a no no. Admiral Markets is a Market Maker. If you don't know what a Market Maker Broker is (talking generally to all) then I strongly recommend that you do. This is an issue I sorted out around the time I opened my first demo account :| But, http://www.courtage-forex.com/2011/08/reponse-de-fxcm-sur-lamende-de-la-nfa/ 2 000 000 $ of fine and 8 000 000 $ for the customers ! and this is a no dealing desk broker ! if you prefer in english: http://forexmagnates.com/nfa-fines-fxcm-2-million-for-slippage-malpractices-fxcm-will-credit-clients-back/
Stormin_Norman Posted June 3, 2012 Report Posted June 3, 2012 its bad coding. no reason why something must work with 4 digit broker. unless its a rubbish idea to start with. pro 1 "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
klod Posted June 3, 2012 Author Report Posted June 3, 2012 (edited) a very strange thing ! this message is cancelled. Edited June 3, 2012 by klod
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