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
  #1 (permalink)  
Old 11-20-2006, 12:37 PM
Junior Member
 
Join Date: Nov 2006
Location: Dubai
Posts: 13
pete36 is on a distinguished road
Need Help, just like any beginer...

Great idea to have an expert working for you...no? still one little problem though, i am not able to code it to do what i really want.
I defined the variables and set my Long/Short conditions, still not working, can someone tell me what is wrong here below...coding experts, i really need help!!

// INDICATORS
sma=iMA(NULL,0,SMAPeriod,0,MODE_SMA,PRICE_CLOSE,0) ;
ema=iMA(NULL,0,EMAPeriod,EMAShift,MODE_EMA,PRICE_C LOSE,6);
rsi1=iRSI(NULL,0,RSI,PRICE_CLOSE,0);
rsi2=iRSI(NULL,0,RSI,PRICE_CLOSE,1);

// LONG Conditions
if(Ask>sma && (ema-sma)<5*Point && rsi1<51 && rsi1>rsi2 && (sma-Ask)<EntryLevel*Point)
{
ticket=OrderSend(Symbol(),OP_BUY,1,Ask,5,Ask+StopL oss*Point,TakeProfit*Point,"",0,0,Green);
}
// SHORT conditions
if(Bid<sma && (sma-ema)<5*Point && rsi1>49 && rsi1<rsi2 && (Bid-sma)<EntryLevel*Point)
{
ticket=OrderSend(Symbol(),OP_SELL,Lots,Bid,5,StopL oss*Point,TakeProfit*Point,"Test SHORT Signal",16384,0,Red);
}

you can e-mail to pierre@beautycare.bz
i really would appreciate an answer...
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
  #2 (permalink)  
Old 11-20-2006, 02:38 PM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
Hi,
it should be OK for the beginning of development of your EA.
Attached Files
File Type: mq4 MA&RSIExpert_v1.mq4 (7.7 KB, 26 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
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
  #3 (permalink)  
Old 11-20-2006, 03:58 PM
Junior Member
 
Join Date: Nov 2006
Location: Dubai
Posts: 13
pete36 is on a distinguished road
thank you, a real help...love it!
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


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


All times are GMT. The time now is 09:35 PM.



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