Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging


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

Reply
 
LinkBack (90) Thread Tools Display Modes
  #481 (permalink)  
Old 10-31-2006, 02:27 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Quote:
Originally Posted by kenari05
har har har

now its 60% profit...screenshot available upon request.
Hello Kenari05,

After this day, it would be very interesting to see your results with these moves.
__________________
All long voyages always start from the first small steps ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #482 (permalink)  
Old 10-31-2006, 02:32 PM
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Bad day again...

Ok, that's it... I have stopped the USD/CHF again after a very disappointing lose right now. I had stopped it in the past and decided to go again much to my diappointment. I am only going to run this EA on the EUR/USD from now on. You can see my poor results below.

These are my current settings that were applied to both currencies...

extern double TakeProfit = 25;
extern double Lots = 0.05;
extern double InitialStop = 1;
extern double TrailingStop = 15;

extern int MaxTrades=6;
extern int Pips=15;
extern int SecureProfit=10;
extern int AccountProtection=1;
extern int OrderstoProtect=3;
extern int ReverseCondition=0;
extern double EURUSDPipValue=1;
extern double GBPUSDPipValue=1;
extern double USDCHFPipValue=1;
extern double USDJPYPipValue=0.9715;
extern int StartYear=2005;
extern int StartMonth=1;
extern int EndYear=2006;
extern int EndMonth=12;
extern int EndHour=22;
extern int EndMinute=25;
extern int mm=0;
extern int risk=30;
extern int AccountisNormal=0;
extern int Magic = 10201;

Sadly enough, I was actually making a come back on the account.
Attached Images
File Type: gif _Real Account 2006-10-31.gif (4.9 KB, 150 views)
Attached Files
File Type: htm _Real Account 2006-10-31.htm (50.9 KB, 76 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #483 (permalink)  
Old 10-31-2006, 02:44 PM
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Terminator

I would also like to mention that I have started testing the Terminator EA with 5 different demo accounts. Each account is running H1 timeframes on all 4 currencies. For each account I have chosen to use a different indicator. Settings are as listed below...

extern double TakeProfit = 38; // Profit Goal for the latest order opened
extern double Lots = 0.01; // We start with this lots number
extern double StopLoss = 0; // StopLoss
extern double TrailingStop = 0;// Pips to trail the StopLoss

extern int MaxTrades=10; // Maximum number of orders to open
extern int Pips=18; // Distance in Pips from one order to another
extern int SecureProfit=10; // If profit made is bigger than SecureProfit we close the orders
extern int AccountProtection=1; // If one the account protection will be enabled, 0 is disabled
extern int AllSymbolsProtect=0; // if one will check profit from all symbols, if cero only this symbol
extern int OrderstoProtect=3; // Number of orders to enable the account protection
extern int ReverseCondition=0; // if one the desition to go long/short will be reversed
extern int StartYear=2005; // Year to start (only for backtest)
extern int StartMonth=1; // month to start (only for backtest)
extern int EndYear=2030; // Year to stop trading (backtest and live)
extern int EndMonth=12; // Month to stop trading (backtest and live)
//extern int EndHour=22;
//extern int EndMinute=30;
extern int mm=0; // if one the lots size will increase based on account size
extern int risk=0.01; // risk to calculate the lots size (only if mm is enabled)
extern int AccountisNormal=2; // Zero if account is not mini/micro
extern int MagicNumber=222777; // Magic number for the orders placed
extern int Manual=0; // If set to one then it will not open trades automatically
extern int OpenOrdersBasedOn=1; // Method to decide trades:0=MACD, 1=Pivot Point Time Zone, 2=Support and Resistance,
// 3=i_Trend RSI, 4=i_TrendRSIStoch, 5=i-TrendRSIStochMoneyFlowIndex
extern int TimeZone=16; // Time zone to calculate the pivots (not all the methods uses it)

OpenOrdersBasedOn is set to 1 on demo 1, 2 on demo 2, etc.

I have decided to take this EA into consideration because it is mostly based on the 10point3 EA but with different indicator choices. Part of my problem with the 10point3 is that it makes a judgement to buy/sell based on very little information. Plain and simple, if MACD is down from the previous bar the short and if it is up the long. More often that not, I see where it is buying when I would have sold and vice versa. I wanted to see if any of the other indicators in the Terminator EA put the orders in a better direction which should help.

Here are my results so far.

By the way, kenari05 has to keep his eyes closed so he doesn't benefit from this post since he wont share...
Attached Images
File Type: gif Terminator Option 1 - 2006-10-31.gif (4.6 KB, 133 views)
File Type: gif Terminator Option 2 - 2006-10-31.gif (4.6 KB, 120 views)
File Type: gif Terminator Option 3 - 2006-10-31.gif (4.5 KB, 111 views)
File Type: gif Terminator Option 4 - 2006-10-31.gif (4.6 KB, 112 views)
File Type: gif Terminator Option 5 - 2006-10-31.gif (4.5 KB, 110 views)

Last edited by mtaboneweb; 10-31-2006 at 02:46 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #484 (permalink)  
Old 10-31-2006, 02:48 PM
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Here is the rest of the reports...

Here is the rest of the reports...
Attached Files
File Type: htm Terminator Option 1 - 2006-10-31.htm (23.7 KB, 63 views)
File Type: htm Terminator Option 2 - 2006-10-31.htm (20.2 KB, 31 views)
File Type: htm Terminator Option 3 - 2006-10-31.htm (23.6 KB, 27 views)
File Type: htm Terminator Option 4 - 2006-10-31.htm (18.8 KB, 22 views)
File Type: htm Terminator Option 5 - 2006-10-31.htm (18.2 KB, 40 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #485 (permalink)  
Old 10-31-2006, 03:15 PM
Junior Member
 
Join Date: Oct 2006
Posts: 8
Greentooth is on a distinguished road
Go home and continue to drive your 2005 Kenari.

Quote:
Originally Posted by kenari05
har har har

now its 60% profit...screenshot available upon request...

Eh kenari05,
I don't think you are welcome in this forum. You are boasting and teasing with your parameters setting using someone else good EA.

Heh watch out! It is illegal to trade forex in your country, Isn't?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #486 (permalink)  
Old 10-31-2006, 03:30 PM
mr.trader's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Birthcountry california´s guvaneur
Posts: 153
mr.trader is on a distinguished road
Quote:
Originally Posted by mtaboneweb
By the way, kenari05 has to keep his eyes closed so he doesn't benefit from this post since he wont share...
Quote:
Originally Posted by Greentooth
Eh kenari05,
I don't think you are welcome in this forum. You are boasting and teasing with your parameters setting using someone else good EA.

Heh watch out! It is illegal to trade forex in your country, Isn't?
Ok, i have the IP Adress from this guy, i send a copy of this thread to his goverment...

__________________
For a 5 digit yearly income you have to work hard, for a 6 digit you only need an idea...

Last edited by mr.trader; 10-31-2006 at 03:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #487 (permalink)  
Old 10-31-2006, 03:32 PM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,398
davidke20 is on a distinguished road
There is no rules and regulation to limit any one to trade forex. Just make sure your country allow you to wire back the money you made from FOREX. Get a offshore account, wire back your money to the offshore account, nobody will say your guilt! I dont know whether his country allow him to wire back his money, but I'm sure he's not welcome. Anyway, forget about that stupid thing. The latest setting aint work during announcement. It closely wipeout my account due to the Chicago PMi...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #488 (permalink)  
Old 10-31-2006, 03:55 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Quote:
Originally Posted by kenari05
har har har

now its 60% profit...screenshot available upon request.
Hello Kenari05,

After this day, it would be very interesting to see your results with these moves.

Second request
__________________
All long voyages always start from the first small steps ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #489 (permalink)  
Old 10-31-2006, 05:44 PM
Senior Member
 
Join Date: Jun 2006
Posts: 743
yeoeleven is on a distinguished road
Forward testing

It is 4AM here and I have just woken up to find that USDCHF has closed off MaxTrades6 for a loss for the first time and EURUSD is trading at the 6th level currently.

The author of this EA sets MaxTrades10 as his default but the difficulty is that one needs a large account to handle that progression without having a margin call so the problem is where do we set that level. I have had a failure at MaxTrades6 for the first time in several weeks and that has cost $1286.68 just about wiping out the profit from the last 2 weeks of $1517. Starting from .1 unit and closing at 3.2 units per trade.

Using a different platform and with all 4 pairs set at MaxTrades5 this week has seen GBPUSD close out twice and USDJPY once. The other pairs were trading in the right direction for profit so why was one copy of this EA working in the opposite direction than the other?

Once again proving the advantage of a demo accounts and adding to our knowledge of how dangerous this EA is.

John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #490 (permalink)  
Old 10-31-2006, 06:19 PM
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Quote:
Originally Posted by yeoeleven
It is 4AM here and I have just woken up to find that USDCHF has closed off MaxTrades6 for a loss for the first time and EURUSD is trading at the 6th level currently.

The author of this EA sets MaxTrades10 as his default but the difficulty is that one needs a large account to handle that progression without having a margin call so the problem is where do we set that level. I have had a failure at MaxTrades6 for the first time in several weeks and that has cost $1286.68 just about wiping out the profit from the last 2 weeks of $1517. Starting from .1 unit and closing at 3.2 units per trade.

Using a different platform and with all 4 pairs set at MaxTrades5 this week has seen GBPUSD close out twice and USDJPY once. The other pairs were trading in the right direction for profit so why was one copy of this EA working in the opposite direction than the other?

Once again proving the advantage of a demo accounts and adding to our knowledge of how dangerous this EA is.

John
John,

Thanks for the information and sorry to hear about the loss even though it's a demo. The problem with this EA is the way it determines a long/short position. We are working on a 30 minute timeframe and the entry may be made at any moment the chart ticks. It works on MACD history bars. If the current (not closed) bar is currently less than the previous bar then the EA says short and vice versa. To me I would think it needs a little more to go on than that. You might as well flip a coin since the bar isn't closed and we have no solid gaurantee it will close up or down from the previous bar. The history bars on an MACD indicator is not even really reliable when it comes to making a long/short decision by itself since the Signal needs to be looked at as well. This is why I started testing the Terminator EA because there are 5 other possible indicators to use that may get your/our positions in a better direction to start. More often than not I have seen this indicator open positions in directions I would not have chosen looking at the chart manually. I believe the theory behind doubling positions is a great idea but as we've all seen it can hurt a lot if the currency is rocketing in the wrong direction. Better indicator support would help to make a better decision on which direction we should be going in. This EA as it is could possibly open a buy and sell on 2 different accounts if you didn't start them at the exact same time depending on where the MACD bar was when you started the EA. The Terminator may not be the complete answer but I feel that looking at different indicators and possible combination may help this EA to function better/faster. Another problem I have had is watching it open short only to slowly climb and then your forced to wait it out for the 2nd, 3rd, etc. position to finally get you out when a better heading to begin with might allow you to make more trades. I have seen positions that were left open for hours waiting for some sort of slow bounce to get out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
www.autotradingfx.com, 10points 3, 10point, 10points3, forex, 10points, 10points 3.mq4, 10p3v0.04, Terminator, 10 points dynamic stop, Center of Gravity2.ex4

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
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
Salire e ritracciare - Pagina 16 - Forum di Finanzaonline.com This thread Refback 08-07-2008 01:59 PM
Salire e ritracciare - Pagina 16 - Forum di Finanzaonline.com This thread Refback 08-07-2008 05:20 AM
Salire e ritracciare - Pagina 16 - Forum di Finanzaonline.com This thread Refback 08-06-2008 10:40 PM
Salire e ritracciare - Pagina 16 - Forum di Finanzaonline.com This thread Refback 08-06-2008 09:20 PM
Part Time Wealth Building Trading System - Weekly Scalping - Page 88 This thread Refback 08-06-2008 01:57 PM
Is This My Holy Grail EA :D This thread Refback 07-10-2008 04:03 AM
Martingale EA - Alternative to FXTradepro This thread Refback 07-09-2008 03:25 PM
¥á¥¿¥È¥ì¡¼¥À¡¼¤À¤¡¡ª¡¡ 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