Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4






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
 
Thread Tools Display Modes
  #91 (permalink)  
Old 04-13-2008, 11:02 PM
pgiani's Avatar
Junior Member
 
Join Date: Mar 2008
Posts: 14
pgiani is on a distinguished road
Quote:
Originally Posted by wandido View Post
Where do I find history data. and how do I setup to get 90% modeling?
wandido you can get full instrucions here:
How to Achieve 90% Modeling Quality When Testing Expert Advisors | Alan's Forex Blog
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 04-14-2008, 02:22 AM
Gaur's Avatar
Junior Member
 
Join Date: Mar 2008
Posts: 4
Gaur is on a distinguished road
Quote:
Originally Posted by pgiani View Post
I found out why the expert does not go short, is an error on the code on the check for open condicion - SELL is the Stop loss calcuation, need to change the minus sign for a plus sign , it has causing the error 130 , the same error is present on the traling stop routine for the 4step.

//---- Sell conditions
if(Momentum<100 && AC2!=0 && AO2<0 && AO22<=0 && St<Stoch_Entry_Sell && St<Sts && Open[0]<MA )
{ Comment("sell");
{
if (AutoSL==true )
{if (SL_use_Moment_2MFI ==true)
SL=Bid+(iMomentum(NULL,0,Momentum_Period,PRICE_MOD E,0)+(iMFI(NULL,0,Momentum_Period,0)*2))*Point;
if (SL_use_2ATR==true)
130(( SL=Bid+(iATR(NULL,0,55,0)*2);
}
else
SL=Bid+StopLoss*Point;
/}
res=OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,S L,Bid-TakeProfit1*Point,"Lot 1 v2.1 M Series",MAGICMA,0,Red);
res=OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,S L,Bid-TakeProfit2*Point,"Lot 2 v2.1 M Series",MAGICMA,0,Red);
res=OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,S L,Bid-TakeProfit3*Point,"Lot 3 v2.1 M Series",MAGICMA,0,Red);
return;
}

//----
}


But the AI does not take many short positions any way, when i get the code to be profitable on short possition I will post it here.
Thanks pgiani, we will wait for your post
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 04-14-2008, 11:30 AM
pgiani's Avatar
Junior Member
 
Join Date: Mar 2008
Posts: 14
pgiani is on a distinguished road
ok if fix My OZFx Squeeze v1.1 so it can take shoer possion, but it does not, I try lo load this expert with the .set file supplied and you should get Total net profit 1568836.34 Gross profit on EURJPY from 1 Hour (H1) 2007.01.02 07:00 - 2008.03.31 23:00. Only on long position.

If we can make it take short positions it would be very nice
Attached Files
File Type: zip v112.zip (36.7 KB, 264 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
  #94 (permalink)  
Old 04-14-2008, 04:40 PM
mas_awoo5182's Avatar
Senior Member
 
Join Date: Dec 2007
Posts: 122
mas_awoo5182 is on a distinguished road
Quote:
Originally Posted by pgiani View Post
ok if fix My OZFx Squeeze v1.1 so it can take shoer possion, but it does not, I try lo load this expert with the .set file supplied and you should get Total net profit 1568836.34 Gross profit on EURJPY from 1 Hour (H1) 2007.01.02 07:00 - 2008.03.31 23:00. Only on long position.

If we can make it take short positions it would be very nice
Dear pgiane,
i was fixed v1.1 with v1.2 so that EA can make short and long position, u can try v1.2, but in my result, short making bad result....
PS. AND FOR EVERY ONE, PLEASE REDOWNLOAD V2.2,
THAT EA HAVE A LITTLE BUG AND I WAS FIXED .....

Thanks

__________________
Peace, Love, and Friendship, this is true life
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 04-14-2008, 05:03 PM
pgiani's Avatar
Junior Member
 
Join Date: Mar 2008
Posts: 14
pgiani is on a distinguished road
Quote:
Originally Posted by mas_awoo5182 View Post
Dear pgiane,
i was fixed v1.1 with v1.2 so that EA can make short and long position, u can try v1.2, but in my result, short making bad result....
PS. AND FOR EVERY ONE, PLEASE REDOWNLOAD V2.2,
THAT EA HAVE A LITTLE BUG AND I WAS FIXED .....

Thanks

mas_awoo5182

I just download V2.2 but I think is missing the My Awesome.ex4 Indicator
Can you advise please.

Thank You
Attached Images
File Type: jpg error.jpg (82.3 KB, 931 views)

Last edited by pgiani; 04-14-2008 at 05:06 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
  #96 (permalink)  
Old 04-14-2008, 05:17 PM
mas_awoo5182's Avatar
Senior Member
 
Join Date: Dec 2007
Posts: 122
mas_awoo5182 is on a distinguished road
Quote:
Originally Posted by pgiani View Post
mas_awoo5182

I just download V2.2 but I think is missing the My Awesome.ex4 Indicator
Can you advise please.

Thank You
Just redownload v2.2,
i forgot for delete My Awesome.ex4 Indicator from EA code......i was fixed that

Thanks...
Attached Files
File Type: mq4 My OZFx Squeeze v2.2.mq4 (13.9 KB, 345 views)
__________________
Peace, Love, and Friendship, this is true life
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 04-14-2008, 05:35 PM
Junior Member
 
Join Date: Apr 2008
Posts: 16
HostFat is on a distinguished road
Is v2.2x updated/fixed?
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 04-14-2008, 09:23 PM
Junior Member
 
Join Date: Apr 2008
Posts: 19
hipofiz is on a distinguished road
new to fx

hello
I'm new in fx and want to use oz fx ea but I'm cofused
what files must I download and run???
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 04-14-2008, 09:47 PM
Junior Member
 
Join Date: Sep 2007
Posts: 23
fireeee is on a distinguished road
download the latest version of the ea.put it in \metatrader 4\experts. download all the indicators posted on page 3.put them in \metatrader 4\experts\indicators. restart meta trader.go to tools>history center.download the history of the currency you want to backtest.open the strategy tester and start trying different settings for the program. this is the basic good luck
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 04-14-2008, 09:52 PM
Junior Member
 
Join Date: Apr 2008
Posts: 19
hipofiz is on a distinguished road
thnx

thnkx friend
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
ozfx ea, My OZFx squeeze, forex, ozfx expert advisor, eurjpy, my ozfx, MyOZFX, ozfx squeeze, My OZFx Squeeze v3.1, mas awoo, ozfx squeeze v3.1, combine M1 & M2, My OzFx Squeeze refined v3.1

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
OzFx System :) 100-800 Pips Per Trade OzFx Suggestions for Trading Systems 374 Today 01:11 PM
Part 1: Mobile Trading w/Cingular IPAQ HW6515 Series PDA and IBFX MetaTrader 4 Mobile Techguy Metatrader 4 11 08-14-2009 05:35 AM
Is there a time series forecast indicator increase Indicators - Metatrader 4 29 02-24-2009 12:35 PM
Eurjpy In and Out Scalping. dav12028 Manual trading systems 67 08-21-2007 05:41 AM


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



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