Suggestions for EA (Loosing to Profit) - page 10

 
danjp:


Whats my conclusion. As a Software engineer for 12+ years, any type of testing you can do to make sure your code is solid and as bug free as you can make it is critical at all stages of the dev process.

Well I'm no software engineer. I've been learning coding and forex for about the last 18 Months. Perhaps I give too much credit to the back-tester. The angle I was going from about the results being Identical was in response to trying to Validate Backtesting by running a forward test, then running a backtest and comparing. This much I know, if Absolutely All variables within the back-tester are the same Live, there's no way the Computer is going to interpret the data differently. BarrowBoy tried to add some stuff to the list to help clarify. But this list is very, very long. The back-tester has Limitations. Not to re-peat myself again but, what I'm saying is if you gather all the Volumes, Re-Quotes, Delay, Data-Packets, Spreads, Time-Zone Changes, Scheduled Restart of your PC, ISP going down, VPS Maintenance...... Blah, Blah... from your Forward-Test and could Simulate it within the Back-tester. Then the results you get from the Back-Test should be Similar to the Forward Test you ran.

Here's what I had to say when I was few months in Link.

"For all the dis-trust about back-tester, let me close by saying "I've never created a system in back-tester which didn't perform in DEMO testing the way it did in back-testing". Ok, for one exception, the Bug. Now, I'm not Naive-enough to think that back-testing environment is the same as Live testing environment. I cannot stress this point enough, If your broker re-quotes you, fails to close your orders at stops, freezes up when volatility rises...the list goes on. So... you Optimized and Demo tested in an ideal environment but when you Live test the Pattern changes... what do I call that, A Bug. All this in my humble opinion." - Upon which Gordon had to Correct Me :)

In the above, i was Not referring to #of-Trades/Profit-Performance. Rather I was referring code logic. Example: If someone back-tests with the assumption that the spreads is fixed and then demo or live test where there's variable spreads. This same person cannot come here crying that back-testing sucks because they failed to consider the spreads. People who wanna run back-tests should understand the limitations.

 
ubzen:

Well I'm no software engineer. I've been learning coding and forex for about the last 18 Months. Perhaps I give too much credit to the back-tester. The angle I was going from about the results being Identical was in response to trying to Validate Backtesting by running a forward test, then running a backtest and comparing. This much I know, if Absolutely All variables within the back-tester are the same Live, there's no way the Computer is going to interpret the data differently. BarrowBoy tried to add some stuff to the list to help clarify. But this list is very, very long. The back-tester has Limitations. Not to re-peat myself again but, what I'm saying is if you gather all the Volumes, Re-Quotes, Delay, Data-Packets, Spreads, Time-Zone Changes, Scheduled Restart of your PC, ISP going down, VPS Maintenance...... Blah, Blah... from your Forward-Test and could Simulate it within the Back-tester. Then the results you get from the Back-Test should be Similar to the Forward Test you ran.

Here's what I had to say when I was few months in Link.

"For all the dis-trust about back-tester, let me close by saying "I've never created a system in back-tester which didn't perform in DEMO testing the way it did in back-testing". Ok, for one exception, the Bug. Now, I'm not Naive-enough to think that back-testing environment is the same as Live testing environment. I cannot stress this point enough, If your broker re-quotes you, fails to close your orders at stops, freezes up when volatility rises...the list goes on. So... you Optimized and Demo tested in an ideal environment but when you Live test the Pattern changes... what do I call that, A Bug. All this in my humble opinion." - Upon which Gordon had to Correct Me :)

In the above, i was Not referring to #of-Trades/Profit-Performance. Rather I was referring code logic. Example: If someone back-tests with the assumption that the spreads is fixed and then demo or live test where there's variable spreads. This same person cannot come here crying that back-testing sucks because they failed to consider the spreads. People who wanna run back-tests should understand the limitations.



Sorry did not want to come off as jumping down your back. I agree with everything you say. My point was, forward testing a demo and forward testing a live acct at the same time, may show significant differences (Not in logic, I hope. But you never know there as well). I know I was not expecting to have such a difference in orders and prices between the demo and the live account. In fact, after thinking about it for a few hours, I think backtesting and foward testing might even be more important then I already thought.

 
danjp:


Sorry did not want to come off as jumping down your back. I agree with everything you say. My point was, forward testing a demo and forward testing a live acct at the same time, may show significant differences (Not in logic, I hope. But you never know there as well). I know I was not expecting to have such a difference in orders and prices between the demo and the live account. In fact, after thinking about it for a few hours, I think backtesting and foward testing might even be more important then I already thought.

Oh, its all good, I understood you were not jumping on me. I too agree with your analysis about running demo and live account simultaneously. You highlight the importance of back-testing, demo-testing, penny-Live-testing.............. all this before you commit Real-Investment-Capital to it. Where the train came off the tracks for me, was when I realized that -An exact EA running within 2 different mt4 terminals on the Same PC could have different results because of Missing Packets and/or isBusy issues... etc.

I've read somewhere that some very intelligent people within out society don't make very good traders because of their Need to be correct all the time. Given the in-exact nature of all the little things you learn everyday I have to say it's enough to make any one Plunder for hours. What is it that I'm really doing here? lol

 
I agree with you guys, LIVE vs. DEMO has different results, i've tested this, the charts are different between live and demo servers, hence the difference
 
ubzen:

Oh, its all good, I understood you were not jumping on me. I too agree with your analysis about running demo and live account simultaneously. You highlight the importance of back-testing, demo-testing, penny-Live-testing.............. all this before you commit Real-Investment-Capital to it. Where the train came off the tracks for me, was when I realized that -An exact EA running within 2 different mt4 terminals on the Same PC could have different results because of Missing Packets and/or isBusy issues... etc.

I've read somewhere that some very intelligent people within out society don't make very good traders because of their Need to be correct all the time. Given the in-exact nature of all the little things you learn everyday I have to say it's enough to make any one Plunder for hours. What is it that I'm really doing here? lol


At some point you just have to let it fly on it's own, in a real account. It's nice to know that it is stable and able to open close trades and do everything else I expected it to do. When I first saw that the language was small and it was pretty compact, I figured 2-3 weeks and I will have something running on a live account. 4 months later I am just now confident enough to put any real money with one. I have a whole graveyard of previous Ea's on a UBS drive. Writing lots of failures is good practice. Some fuctions in most of them have made there way into this version of my Ea. I'm sure other pieces and much of the current one will make it into my next one. Now I can pretty much spend my time on the strategy portion of the next EA.
 
ubzen:

Oh, its all good, I understood you were not jumping on me. I too agree with your analysis about running demo and live account simultaneously. You highlight the importance of back-testing, demo-testing, penny-Live-testing.............. all this before you commit Real-Investment-Capital to it. Where the train came off the tracks for me, was when I realized that -An exact EA running within 2 different mt4 terminals on the Same PC could have different results because of Missing Packets and/or isBusy issues... etc.

I've read somewhere that some very intelligent people within out society don't make very good traders because of their Need to be correct all the time. Given the in-exact nature of all the little things you learn everyday I have to say it's enough to make any one Plunder for hours. What is it that I'm really doing here? lol

Reading through these, you guys brought up a really good point: penny-testing on a live account. I will set that up either this week, or the next, to see how the EA(1:1 RR ratio) does on a real account with pennies. Will it stay even, or will it loose/win?

 
I wanted to add: thanks to everyone that is contributing to this post! I think little by little, this EA can turn into a potentially profitable EA.
 
ubzen:

if Absolutely All variables within the back-tester are the same Live, there's no way the Computer is going to interpret the data differently.

That's the problem, is that NOT all variables are available in back-testing, hence if it's not 100% correlated(live vs. back-test), then the profitability test goes out the window. All other logic tests stay, i.e. the entry/exits, risk, drawdown, etc...
 
c0d3:

Reading through these, you guys brought up a really good point: penny-testing on a live account. I will set that up either this week, or the next, to see how the EA(1:1 RR ratio) does on a real account with pennies. Will it stay even, or will it loose/win?


This is definitely something good coming out of this thread. You need to go LIVE at some point, pennies or mega-bucks. But you also have to understand that if your on the opposite side of the market for most or breakeven time than not, don't habitually end up looking for the answers in the EA, logic, strategies, test, opt, etc, what have you. Because, my gut feelings tell me, its just probably the lack and little known experience in this game.

This game, you need an awful lots of experience, and even 10 years worth of noticing patterns, changes, moves and signals, etc - I will say, you only can make a 20% cut on annum (if you get to survive a year), and if you're lucky enough to stumble on some consistency. To date, I have only seen 1 piece of EA that does so, however, the drawdown was too crazy for any small guy's risk.

If you have never, ever been on the trading floor, brokerages, middle offices, etc, yet you throw yourself into this, my advice is - start with your smallest pennies but the most precious ones. Take each penny worth like tens of grand. You may be out of job, desperate for income, in debt, or just out of freedom, etc, all the more better. Because that persevering attitude to earn for yourself, WILL create your winning strategy. The question is just how, when, where and who gets you there.

I know of people and my own colleagues who lost their jobs, swallowed tons of pains in their lives - started out all over again with $1000, then $2000, then $5000, and all that blown away, after years of hard work. Finally, with their last $100, trading on 0.1 micro lot, they made something out of it. And mind you, those are experienced traders... what more the inexperienced like most of us.

I wish you the best. And I hope I have been of help to you.

 
Statement: 7064834 - 3
Interbank FX, LLC

Account: 7064834 Name: 3 Currency: USD 2011 October 21, 15:14
Closed Transactions:
TicketOpen TimeTypeSizeItem PriceS / LT / PClose Time PriceCommissionTaxesSwapProfit
1024655882011.10.04 16:12balanceDeposit1 000.00
1029926802011.10.21 09:19buy0.10eurusdm1.376791.369751.383832011.10.21 13:021.383830.000.000.007.04
90620112011.10.21 09:19:39[tp]
1029926642011.10.21 09:19buy0.10gbpjpym121.182120.716121.6582011.10.21 11:06121.6580.000.000.006.20
90620112011.10.21 09:19:09[tp]
1029752242011.10.20 20:57sell0.10usdjpym76.78276.90376.6632011.10.20 23:4776.9030.000.00-0.04-1.57
90620112011.10.20 20:57:46[sl]
1029697672011.10.20 17:45buy0.10gbpusdm1.576571.569861.583162011.10.21 11:001.583160.000.00-0.026.59
90620112011.10.20 17:45:43[tp]
1029488392011.10.20 09:29buy0.10gbpusdm1.577001.569421.584582011.10.20 14:541.569420.000.000.00-7.58
90620112011.10.20 09:29:08[sl]
1029488242011.10.20 09:29sell0.10usdcadm1.015731.024621.007742011.10.21 13:561.007740.000.000.007.93
90620112011.10.20 09:29:05[tp]
1029352272011.10.20 02:29sell0.10usdjpym76.76876.85576.6812011.10.20 10:3076.8550.000.000.00-1.13
90620112011.10.20 02:29:41[sl]
1029307612011.10.19 23:31buy0.10audusdm1.024761.014341.034982011.10.21 13:471.034980.000.000.1010.22
90620112011.10.19 23:31:46[tp]
1029284592011.10.19 19:56sell0.10usdjpym76.77076.85876.6822011.10.19 21:2076.8580.000.00-0.13-1.14
90620112011.10.19 19:56:27[sl]
1029274122011.10.19 19:05sell0.10usdjpym76.75676.84476.6682011.10.19 19:3476.8440.000.000.00-1.15
90620112011.10.19 19:05:43[sl]
1029256052011.10.19 17:57sell0.10usdcadm1.013080.000000.000002011.10.19 19:051.020210.000.000.00-6.99
90620112011.10.19 17:57:13
1029217022011.10.19 14:45buy0.10eurchfm1.241731.236171.247472011.10.20 09:411.236170.000.00-0.03-6.21
90620112011.10.19 14:45:17[sl]
1029179102011.10.19 12:58buy0.10gbpusdm1.584081.576711.591452011.10.19 18:081.576710.000.000.00-7.37
90620112011.10.19 12:58:47[sl]
1029177592011.10.19 12:53buy0.10eurchfm1.246991.241571.252532011.10.19 14:451.241570.000.000.00-6.02
90620112011.10.19 12:53:01[sl]
1029136552011.10.19 09:36buy0.10eurchfm1.242611.238431.246792011.10.19 12:531.246790.000.000.004.65
90620112011.10.19 09:36:05[tp]
1029131062011.10.19 09:13buy0.10audusdm1.033981.023621.044342011.10.19 18:251.023620.000.000.00-10.36
90620112011.10.19 09:13:16[sl]
1029130882011.10.19 09:13buy0.10gbpjpym121.247120.443122.0512011.10.20 06:08120.4430.000.00-0.11-10.48
90620112011.10.19 09:13:06[sl]
1029119312011.10.19 08:10buy0.10eurchfm1.246681.242421.250722011.10.19 09:361.242420.000.000.00-4.75
90620112011.10.19 08:10:44[sl]
1029113512011.10.19 07:58buy0.10eurchfm1.243161.240121.246142011.10.19 08:101.246140.000.000.003.31
90620112011.10.19 07:58:17[tp]
1028970952011.10.18 19:06buy0.10gbpusdm1.575971.568191.583752011.10.19 12:581.583750.000.00-0.027.78
90620112011.10.18 19:06:52[tp]
1028967022011.10.18 19:04buy0.10eurusdm1.378211.366341.389782011.10.20 15:551.366340.000.00-0.07-11.87
90620112011.10.18 19:04:25[sl]
1028915452011.10.18 14:59buy0.10eurgbpm0.874990.870210.879912011.10.20 15:500.870210.000.00-0.21-7.52
90620112011.10.18 14:59:42[sl]
1028910292011.10.18 14:48buy0.10audusdm1.021221.008771.033612011.10.19 09:131.033610.000.000.1012.39
90620112011.10.18 14:48:05[tp]
1028910262011.10.18 14:48buy0.10audusdm1.021191.008681.033522011.10.18 14:481.020930.000.000.00-0.26
90620112011.10.18 14:48:04
1028490642011.10.17 13:16buy0.10audusdm1.026061.013331.038792011.10.18 07:101.013330.000.000.10-12.73
90620112011.10.17 13:16:25[sl]
1028487552011.10.17 13:02buy0.10usdjpym77.14876.81477.4822011.10.17 14:1276.8140.000.000.00-4.35
90620112011.10.17 13:02:24[sl]
1028454012011.10.17 11:05buy0.10eurgbpm0.875660.872500.878862011.10.17 13:540.872500.000.000.00-4.98
90620112011.10.17 11:05:17[sl]
1028447362011.10.17 10:46buy0.10gbpjpym121.638120.643122.6332011.10.18 08:36120.6430.000.00-0.04-12.97
90620112011.10.17 10:46:37[sl]
1028446072011.10.17 10:42buy0.10eurusdm1.380871.370831.390952011.10.18 07:141.370830.000.00-0.02-10.04
90620112011.10.17 10:42:57[sl]
1028446062011.10.17 10:42buy0.10eurusdm1.380861.370831.390952011.10.17 10:421.380660.000.000.00-0.20
90620112011.10.17 10:42:56
1028430722011.10.17 09:48buy0.10gbpusdm1.577471.570431.584412011.10.18 09:091.570430.000.00-0.02-7.04
90620112011.10.17 09:48:39[sl]
1028406082011.10.17 08:09buy0.10eurusdm1.390901.380671.400912011.10.17 10:421.380670.000.000.00-10.23
90620112011.10.17 08:09:37[sl]
1028399262011.10.17 07:54buy0.10usdjpym77.44577.12977.7512011.10.17 13:0277.1290.000.000.00-4.10
90620112011.10.17 07:54:23[sl]
1028399232011.10.17 07:54buy0.10usdjpym77.43977.13277.7542011.10.17 07:5477.4140.000.000.00-0.32
90620112011.10.17 07:54:22
1028374672011.10.17 05:57buy0.10usdjpym77.12776.83677.4182011.10.17 07:5477.4180.000.000.003.76
90620112011.10.17 05:57:51[tp]
1028258792011.10.14 14:59buy0.10eurgbpm0.877710.875420.880002011.10.17 11:050.875420.000.00-0.05-3.61
90620112011.10.14 14:59:45[sl]
1028252242011.10.14 14:37buy0.10usdjpym77.41977.10277.7322011.10.17 05:5777.1020.000.00-0.03-4.11
90620112011.10.14 14:37:13[sl]
1028249882011.10.14 14:33buy0.10gbpjpym122.337121.592123.0622011.10.17 10:46121.5920.000.00-0.04-9.65
90620112011.10.14 14:33:15[sl]
1028230212011.10.14 13:35buy0.10audusdm1.032721.025791.039652011.10.17 13:161.025790.000.000.10-6.93
90620112011.10.14 13:35:09[sl]
1028221372011.10.14 13:20buy0.10gbpusdm1.581781.577151.586412011.10.17 09:481.577150.000.00-0.02-4.63
90620112011.10.14 13:20:11[sl]
1028218742011.10.14 13:14buy0.10eurusdm1.385381.379771.390572011.10.17 08:091.390570.000.00-0.025.19
90620112011.10.14 13:14:39[tp]
1028152722011.10.14 08:30buy0.10eurgbpm0.875100.872760.877442011.10.14 14:590.877440.000.000.003.70
90620112011.10.14 08:30:40[tp]
1028152702011.10.14 08:30buy0.10eurgbpm0.875120.872760.877442011.10.14 08:300.874770.000.000.00-0.55
90620112011.10.14 08:30:37
1028125832011.10.14 06:09buy0.10eurgbpm0.875030.872740.877342011.10.14 07:350.872740.000.000.00-3.60
90620112011.10.14 06:09:07[sl]
1028116132011.10.14 04:46buy0.10audusdm1.019291.006641.032422011.10.14 13:351.032420.000.000.0013.13
90620112011.10.14 04:46:43[tp]
1028012482011.10.13 17:10sell0.10usdcadm1.022021.031341.012742011.10.14 12:301.012740.000.000.009.16
90620112011.10.13 17:10:34[tp]
1027976332011.10.13 15:04buy0.10eurusdm1.372551.360031.385112011.10.14 13:141.385110.000.00-0.0212.56
90620112011.10.13 15:04:17[tp]
1027967232011.10.13 14:34sell0.10usdchfm0.901150.912020.890322011.10.17 08:000.890320.000.00-0.0812.16
90620112011.10.13 14:34:29[tp]
1027930182011.10.13 12:19buy0.10gbpusdm1.567771.554021.581462011.10.14 13:201.581460.000.00-0.0213.69
90620112011.10.13 12:19:21[tp]
1027908192011.10.13 10:25buy0.10usdjpym76.91276.43177.3912011.10.14 14:3777.3910.000.00-0.036.19
90620112011.10.13 10:25:23[tp]
1027908182011.10.13 10:25buy0.10usdjpym76.91476.43377.3932011.10.13 10:2576.8850.000.000.00-0.38
90620112011.10.13 10:25:22
1027900172011.10.13 09:46buy0.10eurgbpm0.874950.871370.878532011.10.13 14:060.871370.000.000.00-5.63
90620112011.10.13 09:46:29[sl]
1027899912011.10.13 09:45buy0.10gbpjpym120.548118.828122.2762011.10.14 14:33122.2760.000.00-0.0422.36
90620112011.10.13 09:45:01[tp]
1027323742011.10.12 07:59buy0.10gbpusdm1.562711.556291.568812011.10.12 08:301.568810.000.000.006.10
90620112011.10.12 07:59:39[tp]
1027260262011.10.12 05:29buy0.10audusdm0.994600.987061.002182011.10.12 08:151.002180.000.000.007.58
90620112011.10.12 05:29:34[tp]
1027206482011.10.12 02:25sell0.10usdcadm1.029361.033381.025322011.10.12 08:141.025320.000.000.003.94
90620112011.10.12 02:25:50[tp]
1027197862011.10.12 02:03buy0.10eurusdm1.360571.349491.371652011.10.12 08:141.371650.000.000.0011.08
90620112011.10.12 02:03:55[tp]
1026978012011.10.11 16:11buy0.10usdjpym76.72276.62676.8182011.10.11 18:0976.6260.000.000.00-1.25
90620112011.10.11 16:11:11[sl]
1026913682011.10.11 13:00buy0.10gbpusdm1.562081.554741.569422011.10.12 01:191.554740.000.00-0.02-7.34
90620112011.10.11 13:00:00[sl]
1026834052011.10.11 09:36buy0.10eurchfm1.236631.230291.242732011.10.19 07:581.242730.000.00-0.086.78
90620112011.10.11 09:36:55[tp]
1026833242011.10.11 09:32buy0.10gbpjpym119.762119.097120.4272011.10.12 09:17120.4270.000.00-0.048.68
90620112011.10.11 09:32:31[tp]
1026628282011.10.11 00:36buy0.10usdjpym76.73576.62976.8412011.10.11 02:3076.6290.000.000.00-1.38
90620112011.10.11 00:36:40[sl]
1026565482011.10.10 20:57buy0.10usdjpym76.74976.64076.8622011.10.10 21:2676.6400.000.00-0.03-1.42
90620112011.10.10 20:57:45[sl]
1026497782011.10.10 14:59buy0.10usdjpym76.74376.62976.8532011.10.10 15:3076.6290.000.000.00-1.49
90620112011.10.10 14:59:24[sl]
1026442592011.10.10 11:14buy0.10eurchfm1.237641.232821.242462011.10.10 11:521.232820.000.000.00-5.30
90620112011.10.10 11:14:46[sl]
1026439362011.10.10 10:54buy0.10usdjpym76.74076.62576.8552011.10.10 12:2976.6250.000.000.00-1.50
90620112011.10.10 10:54:47[sl]
1026389482011.10.10 07:24buy0.10usdjpym76.74176.63176.8512011.10.10 08:0976.6310.000.000.00-1.44
90620112011.10.10 07:24:39[sl]
1026382862011.10.10 06:51buy0.10usdchfm0.922550.916970.927892011.10.10 07:470.916970.000.000.00-6.09
90620112011.10.10 06:51:13[sl]
1026175772011.10.07 16:20buy0.10usdchfm0.922450.917190.927412011.10.07 18:510.927410.000.000.005.35
90620112011.10.07 16:20:27[tp]
1026149692011.10.07 15:00buy0.10eurchfm1.234781.230551.239012011.10.07 16:101.239010.000.000.004.61
90620112011.10.07 15:00:00[tp]
1026096762011.10.07 12:31buy0.10usdjpym76.91576.78177.0652011.10.07 13:2776.7810.000.000.00-1.75
90620112011.10.07 12:31:57[sl]
1026088572011.10.07 12:30buy0.10usdjpym76.87776.62376.8932011.10.07 12:3176.8930.000.000.000.21
90620112011.10.07 12:30:01[tp]
1025929622011.10.06 21:03sell0.10gbpjpym118.418119.025117.8112011.10.07 07:18119.0250.000.000.00-7.92
90620112011.10.06 21:03:05[sl]
1025877442011.10.06 18:18sell0.10gbpusdm1.543221.550521.535802011.10.07 07:151.550520.000.00-0.07-7.30
90620112011.10.06 18:18:43[sl]
1025791662011.10.06 15:21buy0.10usdchfm0.923010.918380.927322011.10.07 07:240.918380.000.00-0.02-5.04
90620112011.10.06 15:21:28[sl]
1025692982011.10.06 12:30buy0.10usdjpym76.84776.69976.9952011.10.06 13:3376.6990.000.000.00-1.93
90620112011.10.06 12:30:02[sl]
1025692962011.10.06 12:30buy0.10usdjpym76.84776.69976.9952011.10.06 12:3076.8050.000.000.00-0.55
90620112011.10.06 12:30:02
1025692942011.10.06 12:30buy0.10usdjpym76.84776.69876.9942011.10.06 12:3076.8060.000.000.00-0.53
90620112011.10.06 12:30:01
1025652822011.10.06 11:12sell0.10gbpusdm1.528141.535071.521312011.10.06 14:221.535070.000.000.00-6.93
90620112011.10.06 11:12:51[sl]
1025641342011.10.06 11:00sell0.10gbpusdm1.533371.540811.528612011.10.06 11:121.528610.000.000.004.76
90620112011.10.06 11:00:10[tp]
1024877232011.10.04 21:16buy0.10usdcadm1.052841.044261.060782011.10.05 17:041.044260.000.000.00-8.22
90620112011.10.04 21:16:53[sl]
1024876952011.10.04 21:15buy0.10usdchfm0.916660.907080.926242011.10.06 07:000.926240.000.00-0.0710.34
90620112011.10.04 21:15:17[tp]
1024862472011.10.04 20:34sell0.10gbpjpym118.828120.182117.4942011.10.06 11:00117.4940.000.00-0.4917.40
90620112011.10.04 20:34:36[tp]
1024861442011.10.04 20:33sell0.10gbpusdm1.547191.559581.534802011.10.06 11:001.534800.000.00-0.2812.39
90620112011.10.04 20:33:37[tp]
1024860502011.10.04 20:32sell0.10audusdm0.953180.968860.937502011.10.06 07:350.968860.000.00-0.62-15.68
90620112011.10.04 20:32:48[sl]
1024691902011.10.04 16:50sell0.10eurusdm1.328561.343961.313162011.10.06 18:071.343960.000.00-0.27-15.40
90620112011.10.04 16:50:08[sl]
0.00 0.00 -2.65 -21.68
Closed P/L: -24.33
Open Trades:
TicketOpen TimeTypeSizeItem PriceS / LT / P PriceCommissionTaxesSwapProfit
No transactions
0.00 0.00 0.00 0.00
Floating P/L: 0.00
Working Orders:
TicketOpen TimeTypeSizeItem PriceS / LT / PMarket Price
No transactions
Summary:
Deposit/Withdrawal: 1 000.00 Credit Facility: 0.00
Closed Trade P/L: -24.33 Floating P/L: 0.00 Margin: 0.00
Balance: 975.67 Equity: 975.67 Free Margin: 975.67
Details:
Gross Profit: 266.22 Gross Loss: 290.55 Total Net Profit: -24.33
Profit Factor: 0.92 Expected Payoff: -0.28
Absolute Drawdown: 62.39 Maximal Drawdown: 141.53 (13.12%) Relative Drawdown: 13.12% (141.53)
Total Trades: 86 Short Positions (won %): 17 (41.18%) Long Positions (won %): 69 (36.23%)
Profit Trades (% of total): 32 (37.21%) Loss trades (% of total): 54 (62.79%)
Largest profit trade: 22.32 loss trade: -16.30
Average profit trade: 8.32 loss trade: -5.38
Maximum consecutive wins ($): 7 (80.68) consecutive losses ($): 14 (-91.71)
Maximal consecutive profit (count): 80.68 (7) consecutive loss (count): -91.71 (14)
Average consecutive wins: 3 consecutive losses: 5
Reason: