Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
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
  #91 (permalink)  
Old 03-27-2006, 03:39 AM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
Originally Posted by holyguy7
I am using the latest version found on Post 1.

I hope that helps. I use no trailing stops and stoploss is set to 30. Take profit is set to 40-60 depending on currency pairs.
Are you still using the Daily TF?
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
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
  #92 (permalink)  
Old 03-27-2006, 04:45 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
Quote:
Originally Posted by Nicholishen
Are you still using the Daily TF?
I am using the daily timeframe except I made a few changes as described on the post right HERE

Basically, I took the EURUSD, GBPUSD and USDCHF and put them all on the H1 timeframe with timefilter ON. I think I am also going to put the USDCAD with the timefilter on because it does not trade much during the Asian session.

I am also using the last version that your created Profit Generator 2.4 that I reposted in Post 1 found HERE

If you don't mind, could you possible remove all previous version as I don't want everyone testing all these different versions. Basically, your version has all the rules of the original with a many more options that people can chose from. No reason to have the other versions around this thread.

Here is the latest statement, Enjoy.
Attached Images
File Type: gif Profit Generator 2.4.gif (4.5 KB, 157 views)
Attached Files
File Type: htm Profit Generator 2.4.htm (10.3 KB, 171 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
  #93 (permalink)  
Old 03-27-2006, 04:49 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
You might also be interested in the statement with all 19 currency pairs that interbank fx offers on demo all on the daily chart.

SL: 30
TP: 40 for all non-jpy currency pairs
TP: 60 for all jpy currency pairs
No timefilter
All default settings
Attached Images
File Type: gif Profit Generator 2.4 Every pair.gif (4.7 KB, 181 views)
Attached Files
File Type: htm Profit Generator 2.4 Every pair.htm (13.8 KB, 236 views)

Last edited by holyguy7; 03-27-2006 at 04:51 AM.
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
  #94 (permalink)  
Old 03-27-2006, 04:56 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
Also, here are the results on the H1 timeframe, all currency pairs (19).

SL: 30
TP: 30-60 depending on currency pairs
Longbar: 15
No timefilter.
Attached Images
File Type: gif Profit Generator 2.4 H1.gif (4.6 KB, 157 views)
Attached Files
File Type: htm Profit Generator 2.4 H1.htm (11.3 KB, 176 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
  #95 (permalink)  
Old 03-27-2006, 04:59 AM
Senior Member
 
Join Date: Mar 2006
Posts: 793
Maji is on a distinguished road
Holyguy,

Thanks for your continued support. The yen pairs caught the break with the breakout at the beginning of this Sunday's session, apparently related to the good performance of Japanese businesses. Another example why one should not pay any attention to news, but just let the system do its job.

I am using Nich's version 2 on 4 hour bars, with the following parameters:

extern int ID = 1234; // Change this number if running more than one EA
extern double lots=1.0;
extern bool MM = false; //Use Money Management or not
extern int Risk = 10; //percent of available margin to risk.

extern int stoploss=30,takeprofit=40;

extern bool UseClose=false;
extern int TSactivation=40,TrailPips=5;

extern int MaxTrades=1; //maximum number of trades open at a time
extern bool UseHourTrade = false;
extern int FromHourTrade = 7;
extern int ToHourTrade = 20;
extern int LongBar=15; // sets the minimum length of the bar
extern bool UseLastPeriodPerams=false;// uses the high and low from last period for calculation
extern int period=0; // leave this number as zero to use the period from the chart.
extern bool OneTradeperPeriod=false; //This will only allow one new trade per period.
extern bool DisablePeriodMGMT=false;
extern bool Alerts=false,AlertOnlyMode=false;

I am trading all the USD denominated pairs on IBfx along with GBPJPY and EURJPY. My first closed trade was Cable, and unfortunately it was a loser. Anyway, let us see how the events unfold. If the backtest results were in the ballpark, then we have a great product in our hands. Maybe the webmaster may think of moving it to the elite section.

Take care,
Maji
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
  #96 (permalink)  
Old 03-27-2006, 05:00 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
You can probably see why I really like the D1 timeframe with this EA. I also tried the Weekly timeframe and it did not work too well so it probably is a bust.

I believe we need to stick with testing out the following timeframes:

M15
M30
H1
H4
Daily

Daily is currently my favorite as it appears so far to give good solid profits. Anybody else having success in their settings???
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
  #97 (permalink)  
Old 03-27-2006, 05:06 AM
Senior Member
 
Join Date: Mar 2006
Posts: 793
Maji is on a distinguished road
One problem I can see with using GBPJPY is the high spread cost. I am trying to set the trades with equal tp and sl levels to prevent curve fitting. It those numbers are robust, then they will work for most of the pairs for most of the time. However, with 8 pips of spread cost, it eats away the risk reward ratio.

I will let the current mix run for a while and then see how the pairs peform. I will then decide what is the right mix.

Maji
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
  #98 (permalink)  
Old 03-27-2006, 05:12 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
Quote:
Originally Posted by Maji
Holyguy,

Thanks for your continued support. The yen pairs caught the break with the breakout at the beginning of this Sunday's session, apparently related to the good performance of Japanese businesses. Another example why one should not pay any attention to news, but just let the system do its job.

I am using Nich's version 2 on 4 hour bars, with the following parameters:

I am trading all the USD denominated pairs on IBfx along with GBPJPY and EURJPY. My first closed trade was Cable, and unfortunately it was a loser. Anyway, let us see how the events unfold. If the backtest results were in the ballpark, then we have a great product in our hands. Maybe the webmaster may think of moving it to the elite section.

Take care,
Maji
Thanks Maji for your support of this EA. I also tested on the H4 timeframe last week and the results were not good. For some reason, the EA works better on the H1 and D1 timeframes. Why question success???

You are correct, don't worry about news as this EA detects price movements and then capitalizes on them. Amazing to say the least. I wonder why somebody else did not discover it before?

I am not using money management as I want to figure all wins/losses with just 1 contract at a time.

However, has anyone else had any luck with this EA?? Anybody else testing out the money management option?

Thanks for all your continued support.
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
  #99 (permalink)  
Old 03-27-2006, 05:23 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
Quote:
Originally Posted by Maji
One problem I can see with using GBPJPY is the high spread cost. I am trying to set the trades with equal tp and sl levels to prevent curve fitting. It those numbers are robust, then they will work for most of the pairs for most of the time. However, with 8 pips of spread cost, it eats away the risk reward ratio.

I will let the current mix run for a while and then see how the pairs peform. I will then decide what is the right mix.

Maji
You are exactly correct on that. The currency pairs I chose were because they had a 5 pip or less spread except for the GBPJPY which has 8. I thought about leaving it out as if I would have removed it I would have reduced down my losses last week but on the other hand, overall, the pair made a profit so I thought I would continue to test it out.

However, I like that pair because it looks like it might be predictable with price movements better than other pairs. We need to continue to test to see how it all plays out.

If you notice according to my statement last week that the GBPJPY had the most losses than any currency pairs. 3 losses to 3 wins. The wins were more profitable than the losses so I kept it in but if I would have removed that pair and fixed the timeframe on the EURUSD and USDCHF then I would have almost eliminated every loss I had last week!!!

Again, more testing is required. I am glad you noticed that because nobody else had brought it up.
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
  #100 (permalink)  
Old 03-27-2006, 05:31 AM
holyguy7's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 504
holyguy7 is on a distinguished road
Another thing I noticed is that the three remaining trades that were open from last week were all JPY currency pairs. Two of them were in the wrong direction!!

This is why I would prefer to have an option to this EA to automatically close all trades at 21:00 GMT on Friday. You never know what kind of news can come out over the weekend and like we saw today, news did create a bullish market for the JPY and would have stopped out two out of the three trades.

Just a though . . .
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
profit generator 333, profit generator EA, forex, profit generator, profit one ea, ea profit, scalp ea, tdion, MTReport4, bagovino


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
forex signal generator paijolopez Analytics 1163 Yesterday 04:11 PM
Generator of filter's indicator for MT4 newdigital Digital Filters 27 10-23-2008 12:41 PM
News Generator mqldev News/Signal Trading 21 03-23-2007 02:52 AM
Profit Generator EA results sadaloma Post and compare Trades 216 05-27-2006 07:24 PM


All times are GMT. The time now is 05:02 AM.



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