Forex
Google
New signals service!

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
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-08-2006, 10:23 PM
babarmughal's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 315
babarmughal is on a distinguished road
Smile One Order per Bar.......

Hi Guys,

How can I limit the amount of order per bar in my EA....Basically I want EA to open only 1 order per bar.....and wait for the next bar...if the conditions fullfil then open another position....at the moment it is opening more than 1 positions in one bar....

Thanks
Babar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-09-2006, 12:15 AM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
Use the following at the beginning of your start code:

datetime timeprev=0;

int start()
{

//Check for New Bar

if(timeprev==Time[0])
return(0);
timeprev=Time[0];


// Calculations go here

} //Start
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-09-2006, 09:09 AM
babarmughal's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 315
babarmughal is on a distinguished road
Thumbs up

Thanks Dude for your help......

Babar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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
Putting a buy order in Pervaz Metatrader 4 2 03-18-2007 08:25 AM
One entry per BUY ORDER babarmughal Expert Advisors - Metatrader 4 1 05-14-2006 01:18 PM


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



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