Forex



Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #481 (permalink)  
Old 10-31-2006, 03:27 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #482 (permalink)  
Old 10-31-2006, 03: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, 200 views)
Attached Files
File Type: htm _Real Account 2006-10-31.htm (50.9 KB, 86 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #483 (permalink)  
Old 10-31-2006, 03: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, 170 views)
File Type: gif Terminator Option 2 - 2006-10-31.gif (4.6 KB, 161 views)
File Type: gif Terminator Option 3 - 2006-10-31.gif (4.5 KB, 147 views)
File Type: gif Terminator Option 4 - 2006-10-31.gif (4.6 KB, 149 views)
File Type: gif Terminator Option 5 - 2006-10-31.gif (4.5 KB, 147 views)

Last edited by mtaboneweb; 10-31-2006 at 03:46 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #484 (permalink)  
Old 10-31-2006, 03: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, 70 views)
File Type: htm Terminator Option 2 - 2006-10-31.htm (20.2 KB, 34 views)
File Type: htm Terminator Option 3 - 2006-10-31.htm (23.6 KB, 30 views)
File Type: htm Terminator Option 4 - 2006-10-31.htm (18.8 KB, 25 views)
File Type: htm Terminator Option 5 - 2006-10-31.htm (18.2 KB, 45 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #485 (permalink)  
Old 10-31-2006, 04: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #486 (permalink)  
Old 10-31-2006, 04: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 04:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #487 (permalink)  
Old 10-31-2006, 04:32 PM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,492
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #488 (permalink)  
Old 10-31-2006, 04:55 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #489 (permalink)  
Old 10-31-2006, 06:44 PM
Senior Member
 
Join Date: Jun 2006
Posts: 744
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #490 (permalink)  
Old 10-31-2006, 07: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
"USDCAD TERMINATOR", *.mq4, 10 point, 10 point 3, 10 points 3, 10 points 3.mq4, 10 points dynamic stop, 10p3MultiPipStepV001, 10p3v, 10p3v0.02, 10p3v0.03, 10p3v0.04, 10point, 10point expert advisor, 10point3 EA, 10point3 review, 10point3ke20, 10points, 10points 3, 10points 3 ea, 10points 3.mq4, 10points3, 10points3 ea, Account Equity Analyzer, alejandro galindo mq4, center of gravity, Center of Gravity2, Center of Gravity2.ex4, eurox2.mq4, forex, forex mq4, fx_fish_2ma, macd alarm, macd alert, martingale ea, Martingale mq4, mq4 forex, rmi.mq4, scalp net, search, Terminator, Turbo_JRSX.ex4, turbo_jrsx.mq4, turbo_jvel.ex4, USDCAD Terminator, usdcad terminator EA, vhf.mq4, vhf_v1, VHF_v1.mq4, www.autotradingfx.com


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with 10points 3 EA salamdo Expert Advisors - Metatrader 4 2 03-24-2007 02:35 PM


All times are GMT. The time now is 10:49 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.