Forex
Google

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging
Forex Forum FAQ Members List Calendar Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

 
 
LinkBack (83) Thread Tools
 
Old 01-03-2007, 01:45 PM
mtaboneweb mtaboneweb is offline
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Quote:
Originally Posted by aligator
Abrs,

Have a little respect for our fine programmers. You seem to be experimenting with a lot of ideas, and each one can be a separate EA on its own. You have suggested to include several filters, stops, entires, exits, etc. (to be included by "Damn" programmers) that when implemented will make an AE so complicated that all the features will compete with each other rather than making the EA more profitable. Many filters will give you very few signals or non at all, ask any "Damn" programmer. The idea is KISS, keep it simple stupid, and it works for the most successfull systems.

Look, the original version on page 94 post #933 works well and none of the goblygoojagurausorous revisions have made significant improvements to the EA without tweeking the external inputs. I think it will pay off if you learn how to program and implement all these ideas and see for yourself.

aligator
Keeping it simple is crucial since we don't want to filter ourselves out of everything that could be traded. I will try some new things soon but need some clear cut direction as to the strategies we would like to try. I can program several into the Jugulator and then allow the user to choose in the parameters what strategy they would like to use.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-03-2007, 03:33 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,036
matrixebiz is on a distinguished road
What value for risk is good? is the value in percent? is the default value of 12 high? how about 0.1?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 12:18 AM
wauyu wauyu is offline
Junior Member
 
Join Date: Dec 2006
Posts: 1
wauyu is on a distinguished road
10points 3 EA problem

Hi,

I used this ea, apperantly it will close all the same currency when margin call or single close. How to avoid this happen? how to change the parameter to make only 1 position to be noly close??

I have lost 3 position when the margin call but if the only 1 position to be close, the other 2 can safe my current margin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 02:42 AM
aligator aligator is offline
Member
 
Join Date: Jun 2006
Posts: 33
aligator is on a distinguished road
Quote:
Originally Posted by mtaboneweb
Keeping it simple is crucial since we don't want to filter ourselves out of everything that could be traded. I will try some new things soon but need some clear cut direction as to the strategies we would like to try. I can program several into the Jugulator and then allow the user to choose in the parameters what strategy they would like to use.
I think we need to step back and see what is it that the EA is trying to accomplish. It is simply a martingale system. That means the probability of success on the first signal is only 50/50 without a signal or trigger. This trade will either close with a profit or a new trade twice the size will be placed to make up for the loss and make a preset profit for one lot, and so on with additional trades. The probability remains the same for all the following trades, just like a coin toss. In 10points3, however, the first trade is placed based on a signal from some indicators so there is some improvement in probability of success for the first trade. If we had a bad signal and a loosing first trade progressive trades are placed in the same bad direction of the first trade as money management and compounding our risk until all trades are stopped out (dynamic stop) or the margin is depleted. Assuming a MaxTrade=6 (a total of 6.3 lots risk for a 0.1 lot initial size), the probability of having 6 trades in the wrong direction and being stopped out is 1 in 64 (I think) with a big loss. This loss will wipe out a small account and not so good for a larger account. You should expect this to happen an average of 5-6 times a year (1D chart). I am not sure if any account will recover from this in the long term, especially if it happens early in the run. Martingale is a game of luck (remember I live in Vegas). That is why that none of the versions with different or multiple indicators has significantly improved the results. Only the MM tweaks have made a difference for trades other than the first trade in the series. An early big loss and a big drawdown will have negated this improvement.

With the current code, the probability of success is improved only for the first trade and other progressive trades are only for money management and are risky trades. However, the probability of success can be improved if every trade is initiated based on a signal from some system indicator, regardless of the direction.

So, here is an idea to tinker with:

1. Pick a simple one or two indicator system (MACD, RSI, etc.) that is responsive to both trending and range bound markets
2. Use the signals from the system to initiate all trades
3. Use Martingale to double up the size of the next trade if the first trade is a looser and continue to double up, regardless of the direction of the next signal. You can set a MaxTrades to control a total wipeout
4. Use a dynamic stop-loss such as ATR/2, preferably for the next time frame
5. Use fibo levels or pivots for profit taking

This is not quite a martingale since the sizes of wins and losses are not multiples or the same size. But, since we are using consistent SL and TP targets, in the long-term they will average out.

Regards,

Go Gators!

Last edited by aligator : 01-04-2007 at 02:44 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 07:54 AM
Terry French Terry French is offline
Member
 
Join Date: Apr 2006
Posts: 51
Terry French is on a distinguished road
tf

Matt, glad to see you back. I've been doing some more thinking and I feel this EA is only about half done. It only makes money (big money) when the market moves against you, which is ok, but it would be better if you could ride a trend for larger profits and build on them as the market moves with you, just like you have to increase your lot sizes as it moves against you. So the way I see it is you have protected the equity in the acct. with what you currently have built and makes profits at the same time with quite a bit of risk. The risk is ok but you should be able to get it started in the right direction better than it is currently doing and eliminate some of that risk. The newer version should add to the positions and have an option of moving a trailing stop to protect profits at each pipstep level. Another thing could be that if so many pips are recorded rapidly on a 5 min bar (+) trailing stops are moved agressively up to protect profits and (-) positions are closed before equity can be drawn down much. I have a couple more ideas but maybe I'll wait to see how these are recieved. :>) These additions would not take away from what is there now but add more profit potential. Thanks for reading terry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 12:49 PM
mtaboneweb mtaboneweb is offline
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Quote:
Originally Posted by aligator
I think we need to step back and see what is it that the EA is trying to accomplish. It is simply a martingale system. That means the probability of success on the first signal is only 50/50 without a signal or trigger. This trade will either close with a profit or a new trade twice the size will be placed to make up for the loss and make a preset profit for one lot, and so on with additional trades. The probability remains the same for all the following trades, just like a coin toss. In 10points3, however, the first trade is placed based on a signal from some indicators so there is some improvement in probability of success for the first trade. If we had a bad signal and a loosing first trade progressive trades are placed in the same bad direction of the first trade as money management and compounding our risk until all trades are stopped out (dynamic stop) or the margin is depleted. Assuming a MaxTrade=6 (a total of 6.3 lots risk for a 0.1 lot initial size), the probability of having 6 trades in the wrong direction and being stopped out is 1 in 64 (I think) with a big loss. This loss will wipe out a small account and not so good for a larger account. You should expect this to happen an average of 5-6 times a year (1D chart). I am not sure if any account will recover from this in the long term, especially if it happens early in the run. Martingale is a game of luck (remember I live in Vegas). That is why that none of the versions with different or multiple indicators has significantly improved the results. Only the MM tweaks have made a difference for trades other than the first trade in the series. An early big loss and a big drawdown will have negated this improvement.

With the current code, the probability of success is improved only for the first trade and other progressive trades are only for money management and are risky trades. However, the probability of success can be improved if every trade is initiated based on a signal from some system indicator, regardless of the direction.

So, here is an idea to tinker with:

1. Pick a simple one or two indicator system (MACD, RSI, etc.) that is responsive to both trending and range bound markets
2. Use the signals from the system to initiate all trades
3. Use Martingale to double up the size of the next trade if the first trade is a looser and continue to double up, regardless of the direction of the next signal. You can set a MaxTrades to control a total wipeout
4. Use a dynamic stop-loss such as ATR/2, preferably for the next time frame
5. Use fibo levels or pivots for profit taking

This is not quite a martingale since the sizes of wins and losses are not multiples or the same size. But, since we are using consistent SL and TP targets, in the long-term they will average out.

Regards,

Go Gators!
I think this sounds reasonable and will begin to look in this direction along with some of the other ideas on this thread. Thanks for the input.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 12:52 PM
mtaboneweb mtaboneweb is offline
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Quote:
Originally Posted by Terry French
Matt, glad to see you back. I've been doing some more thinking and I feel this EA is only about half done. It only makes money (big money) when the market moves against you, which is ok, but it would be better if you could ride a trend for larger profits and build on them as the market moves with you, just like you have to increase your lot sizes as it moves against you. So the way I see it is you have protected the equity in the acct. with what you currently have built and makes profits at the same time with quite a bit of risk. The risk is ok but you should be able to get it started in the right direction better than it is currently doing and eliminate some of that risk. The newer version should add to the positions and have an option of moving a trailing stop to protect profits at each pipstep level. Another thing could be that if so many pips are recorded rapidly on a 5 min bar (+) trailing stops are moved agressively up to protect profits and (-) positions are closed before equity can be drawn down much. I have a couple more ideas but maybe I'll wait to see how these are recieved. :>) These additions would not take away from what is there now but add more profit potential. Thanks for reading terry
The ideas of moving SL up if the position goes good for you and increasing TP as well along the way sounds like a good idea to me. There have been a number of times I have seen the TP almost achieved and then falls back where we may be able to take a different approach and take advantage of that somehow. I would be interested to hear all you have to offer on these subjects and will think thru some ideas about implementing this as well. Thanks for the input.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 01:02 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,036
matrixebiz is on a distinguished road
I was thinking of something like that as well but to have a setting that says if price is within 1% of TP price and the market goes in the wrong direction then close with a profit anyway. Not sure how many time I've lost a trade because TP was maybe off by one pip. That would suck. Need some kind of TP margin variable.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 01:03 PM
littlemonster littlemonster is offline
Junior Member
 
Join Date: Sep 2006
Posts: 20
littlemonster is on a distinguished road
I tryed this one with these settings:

TakeProfit=25;
Lots=3;
InitialStop=80;
TrailingStop=20;
MaxTrades=3;
Pips=5;
SecureProfit=10;
risk=24;
TF=Daily;
Pair=GBP/USD;

50k to 850k in 2006 (attached). Also a big profit in 2005. 90% modeling quality.
Forward testing are showing a risky style (attached).
Maybe we can try to improve?
Cheers
Attached Images
File Type: jpg backtest.jpg (161.8 KB, 248 views)
Attached Files
File Type: htm FWTest.htm (35.8 KB, 135 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-04-2007, 01:04 PM
abrs70 abrs70 is offline
Senior Member
 
Join Date: Nov 2006
Posts: 299
abrs70 is on a distinguished road
Quote:
Originally Posted by matrixebiz
I was thinking of something like that as well but to have a setting that says if price is within 1% of TP price and the market goes in the wrong direction then close with a profit anyway. Not sure how many time I've lost a trade because TP was maybe off by one pip. That would suck. Need some kind of TP margin variable.
maybe can use profitmultiple coded by autofx in goblin EA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/martingale-average-cost-hedging/3473-10points-3-mq4.html
Posted By For Type Date
メタトレーダーだぁ!  This thread Refback 06-13-2008 04:13 PM
FXシステムトレード自動売買実践室 Post #3546 Refback 06-08-2008 12:11 PM
メタトレーダーだぁ!  200805 This thread Refback 06-06-2008 02:32 PM
Wonderful Expert - Forex Trading | MetaTrader Indicators and Expert Advisors This thread Refback 05-16-2008 10:38 AM
[intraday]martingale strategy dan variasinya - Page 6 - Forexindo Forum This thread Refback 05-14-2008 01:40 AM
Expert Advisors on live account - Alpari (UK)'s Forex and CFDs Forum This thread Refback 05-01-2008 07:50 PM
軫芭翡 縺 辭模 排変別辣 耶 scapling - 邃箆軫 煤稱惑聲 煤斫罷 This thread Refback 04-30-2008 02:28 PM
Expert Advisors on live account - Alpari (UK)'s Forex and CFDs Forum This thread Refback 04-23-2008 05:45 AM
Martingale EA - Alternative to FXTradepro This thread Refback 04-03-2008 01:13 PM
惠愕惠 悋擧愕拆惘惠 10Points3 - Sarmaye Forums This thread Refback 03-29-2008 06:39 AM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 03-27-2008 05:13 PM
Forex Mini - 300 30000 forex mini This thread Refback 03-18-2008 07:13 AM
FXシステムトレード自動売買実践室 Post #3546 Refback 03-16-2008 02:11 PM
FXシステムトレード自動売買実践室 Post #3546 Refback 03-16-2008 12:37 PM
Download 10points3 Ea - Type Your Search Here This thread Refback 03-10-2008 12:24 PM
10points3の新しいバージョン「10p3MultiPipStepV001」 FXシステムトレード自動売買実践室 Post #3546 Refback 03-09-2008 10:42 AM
10points3 Ea - Type Your Search Here This thread Refback 02-27-2008 12:38 AM
Which EA is making money for you? This thread Refback 02-25-2008 11:12 AM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 02-23-2008 11:03 AM
Which EA is making money for you? This thread Refback 02-20-2008 07:35 AM
Which EA is making money for you? This thread Refback 02-19-2008 07:30 PM
Diskuzn frum Financnik.cz :: Se Sidem o Forexu :: Sbrna AOS,EA,TS Post #1390 Refback 02-15-2008 10:08 PM
FXシステムトレード自動売買実践室 Post #3191 Refback 02-15-2008 06:38 PM
FXシステムトレード自動売買実践室 Post #3191 Refback 02-08-2008 03:31 PM
Part Time Wealth Building Trading System - Weekly Scalping - Page 88 This thread Refback 02-03-2008 04:01 AM
Martingale EA - Alternative to FXTradepro This thread Refback 01-28-2008 12:14 AM
FXシステムトレード自動売買実践室 Post #3191 Refback 01-26-2008 08:13 PM
10points3 Ea This thread Refback 01-25-2008 10:22 PM
FXシステムトレード自動売買実践室 Post #3191 Refback 01-23-2008 04:35 AM
FXシステムトレード自動売買実践室 Post #3191 Refback 01-21-2008 01:50 PM
FXシステムトレード自動売買実践室 Post #3191 Refback 01-18-2008 12:36 PM
FXシステムトレード自動売買実践室 Post #3191 Refback 01-18-2008 11:24 AM
自動売買ロジック  10points3FXシステムトレード自動売買実践室 Post #3191 Refback 01-14-2008 03:51 AM
FXシステムトレード自動売買実践室 Post #3191 Refback 01-13-2008 12:02 PM
Audi Club CZ - strnky majitel a pznivc voz znaky Audi, uren ke vzjemn spoluprci a pomoci, technickmu poradenstv, 逖en dobrho jmna znaky Audi a klubu This thread Refback 01-08-2008 06:47 PM
惠愕惠 悋擧愕拆惘惠 10Points3 - Sarmaye Forums This thread Refback 01-07-2008 07:42 AM
惠愕惠 悋擧愕拆惘惠 10Points3 - Sarmaye Forums This thread Refback 01-07-2008 05:03 AM
惠愕惠 悋擧愕拆惘惠 10Points3 - Sarmaye Forums This thread Refback 01-07-2008 01:28 AM
惠愕惠 悋擧愕拆惘惠 10Points3 - Sarmaye Forums This thread Refback 01-06-2008 10:20 PM
EA Jana $$ - Page 8 - CariGold Forum This thread Refback 01-03-2008 02:36 AM
悋擧愕拆惘惠悋 愕惆 惆 !!! - 惶忰 6 - Sarmaye Forums This thread Refback 12-27-2007 08:44 AM
Martingale EA - Alternative to FXTradepro This thread Refback 12-24-2007 07:39 PM
Martingale EA - Alternative to FXTradepro This thread Refback 12-24-2007 07:08 PM
Martingale EA - Alternative to FXTradepro This thread Refback 12-24-2007 12:51 PM
Martingale EA - Alternative to FXTradepro This thread Refback 12-24-2007 11:14 AM
EA Jana $$ - Page 8 - CariGold Forum This thread Refback 12-22-2007 07:15 AM
廚廨 - STRATEGY BANK This thread Refback 12-13-2007 09:01 AM
廚廨 - STRATEGY BANK This thread Refback 12-13-2007 06:37 AM
Is This My Holy Grail EA :D This thread Refback 12-09-2007 04:11 PM
Is This My Holy Grail EA :D This thread Refback 12-09-2007 04:10 PM
Forex Expert Advisor EA Indicator MT4 Message Forum OTCSmart This thread Refback 12-03-2007 02:38 PM
EA >> 10 points 3 - Nogold.com This thread Refback 12-01-2007 02:59 PM
Online Bisnes Resources Post #1 Refback 11-21-2007 09:41 PM
10points3 Ea This thread Refback 11-19-2007 09:28 PM
EA Jana $$ - Page 4 - CariGold Forum This thread