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 01-17-2008, 03:43 PM
Junior Member
 
Join Date: Jan 2008
Posts: 9
mr_boney is on a distinguished road
eRobotFXSignal_MLot = EXPERT ADVISOR

Hi...

I'm a newbie...

I cannot understand why this Expert Advisor cannot open trade with my DEMO account...

Please help me...Can you all editing this EA?

Thanks

Last edited by mr_boney; 01-21-2008 at 10:06 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
  #2 (permalink)  
Old 01-17-2008, 04:07 PM
Bongo's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 496
Bongo is an unknown quantity at this point
You have only input parameters...no functions...
B.


/---- input parameters
extern string id="===EA SETTINGS===";
extern string ExpertName="eRobotFXSignal";
extern int MagicNumber=21354;
extern bool Disable_Comments=false;
extern string Basic="===TP AND SL SETTINGS===";
extern int TakeProfit=40;
extern int StopLoss=10;
extern string Entry="===ENTRY OPTIONS===";
extern bool FirstOrder_Long=true;
extern bool Hibernatin=true;
extern string time="===TIME ENTRY OPTIONS===";
extern bool TimeEntry=false;
extern int EntryHour=0;
extern int EntryMinute=55;
extern int ExtParam1;
extern string MultiLot="===MULTILOT SETTINGS===";
extern double MLot1=0.1;
extern double MLot2=0.1;
extern double MLot3=0.2;
extern double MLot4=0.3;
extern double MLot5=0.4;
extern double MLot6=0.6;
extern double MLot7=0.8;
extern double MLot8=1.1;
extern double MLot9=1.5;
extern double MLot10=2.0;
extern double MLot11=2.7;
extern double MLot12=3.6;
extern double MLot13=4.7;
extern double MLot14=6.2;
extern double MLot15=8.0;
extern double MLot16=10.2;
extern double MLot17=13.0;
extern double MLot18=16.5;
extern double MLot19=20.8;
extern double MLot20=26.3;
extern double MLot21=33.1;
extern double MLot22=41.6;
extern double MLot23=52.2;
extern double MLot24=65.5;
//+------------------------------------------------------------------+
//| expert initialization function |
//+------------------------------------------------------------------+
int init()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+
//| expert deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+
//| expert start function |
//+------------------------------------------------------------------+
int start()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+
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 01-17-2008, 04:18 PM
Junior Member
 
Join Date: Jan 2008
Posts: 9
mr_boney is on a distinguished road
Quote:
Originally Posted by Bongo View Post
You have only input parameters...no functions...
B.


/---- input parameters
extern string id="===EA SETTINGS===";
extern string ExpertName="eRobotFXSignal";
extern int MagicNumber=21354;
extern bool Disable_Comments=false;
extern string Basic="===TP AND SL SETTINGS===";
extern int TakeProfit=40;
extern int StopLoss=10;
extern string Entry="===ENTRY OPTIONS===";
extern bool FirstOrder_Long=true;
extern bool Hibernatin=true;
extern string time="===TIME ENTRY OPTIONS===";
extern bool TimeEntry=false;
extern int EntryHour=0;
extern int EntryMinute=55;
extern int ExtParam1;
extern string MultiLot="===MULTILOT SETTINGS===";
extern double MLot1=0.1;
extern double MLot2=0.1;
extern double MLot3=0.2;
extern double MLot4=0.3;
extern double MLot5=0.4;
extern double MLot6=0.6;
extern double MLot7=0.8;
extern double MLot8=1.1;
extern double MLot9=1.5;
extern double MLot10=2.0;
extern double MLot11=2.7;
extern double MLot12=3.6;
extern double MLot13=4.7;
extern double MLot14=6.2;
extern double MLot15=8.0;
extern double MLot16=10.2;
extern double MLot17=13.0;
extern double MLot18=16.5;
extern double MLot19=20.8;
extern double MLot20=26.3;
extern double MLot21=33.1;
extern double MLot22=41.6;
extern double MLot23=52.2;
extern double MLot24=65.5;
//+------------------------------------------------------------------+
//| expert initialization function |
//+------------------------------------------------------------------+
int init()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+
//| expert deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+
//| expert start function |
//+------------------------------------------------------------------+
int start()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+

Can u create the function for this EA?
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
  #4 (permalink)  
Old 01-17-2008, 04:19 PM
Junior Member
 
Join Date: Jan 2008
Posts: 9
mr_boney is on a distinguished road
Can someone create the function for this EA?
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
  #5 (permalink)  
Old 01-17-2008, 05:55 PM
Junior Member
 
Join Date: Jan 2008
Posts: 9
mr_boney is on a distinguished road
HELP ME CODING THE FUNCTION...
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
  #6 (permalink)  
Old 01-17-2008, 05:57 PM
carllos's Avatar
Member
 
Join Date: May 2006
Location: Portugal
Posts: 64
carllos is on a distinguished road
Talking

Quote:
Originally Posted by mr_boney View Post
HELP ME CODING THE FUNCTION...
I´ll code it if you know what the EA is supposed to do. Send me a pm
__________________
"Hoe ur pips mate?"
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
  #7 (permalink)  
Old 01-17-2008, 06:04 PM
Roets's Avatar
Senior Member
 
Join Date: Nov 2005
Location: North West South Africa
Posts: 120
Roets is on a distinguished road
Quote:
Originally Posted by mr_boney View Post
HELP ME CODING THE FUNCTION...
I will help you if you know what you need here.
__________________
Pro FX Experts for Professional Meta Trader Experts
Automate your manual method!
We accept all major credit cards with no upfront payment required!
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
  #8 (permalink)  
Old 01-18-2008, 01:39 AM
Junior Member
 
Join Date: Jan 2008
Posts: 9
mr_boney is on a distinguished road
hi

someone coding this ea like a martingle system???please download here
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
  #9 (permalink)  
Old 01-18-2008, 02:46 AM
Junior Member
 
Join Date: Aug 2007
Posts: 3
Strangguy is on a distinguished road
FXTradePro

Those input parameters are exactly the same as a system called FXTradePro developed by Dan.
I beleive he sells the EA cheap and has a private forum. You can read his thread over at FXTradepro: Strategy using a “Semi-Martingale” Position Sizing

StrangeGuy
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
Expert Advisor, erobotFXsignal, fxtradepro download


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
expert advisor ? swirly Expert Advisors - Metatrader 4 4 09-22-2009 03:34 PM
CCI Expert Advisor rodrigokaus Expert Advisors - Metatrader 4 26 07-20-2009 06:36 AM
How to make an expert advisor run other expert advisors in MQL4 activetc Metatrader 4 0 08-30-2007 05:29 AM
50-34 Expert advisor geisebhum Suggestions for Trading Systems 4 12-20-2006 06:45 PM
What Expert Advisor are they using? fikko Expert Advisors - Metatrader 4 4 07-01-2006 09:47 AM


All times are GMT. The time now is 12:50 AM.



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