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 07-23-2007, 05:43 PM
Junior Member
 
Join Date: Jun 2007
Posts: 2
rockorrock is on a distinguished road
any expert buy at time ?

plz i want to ask you guys if any one have an expert working at time , mean automated open order at time ?
thanks for your help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-23-2007, 05:47 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
PHP Code:
if (TimeHour(TimeCurrent()) == 12 &&  TimeMinute(TimeCurrent()) >= 30)
{
   
//place the order ....

Quote:
Originally Posted by rockorrock View Post
plz i want to ask you guys if any one have an expert working at time , mean automated open order at time ?
thanks for your help
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-23-2007, 11:15 PM
Senior Member
 
Join Date: Nov 2006
Location: Ukraine
Posts: 491
Shinigami is on a distinguished road
Yah! Great expert!
But you forgot something!
PHP Code:
int start()
{
if (
TimeHour(TimeCurrent()) == 12 &&  TimeMinute(TimeCurrent()) >= 30)
{
OrderSend(Symbol(),OP_BUY,0.1,Ask,3,0,0,"Woohoo!",1234567123,0,Green);
OrderSend(Symbol(),OP_SELL,0.1,Bid,3,0,0,"Woohoo!",1234567123,0,Red);
}  
return(
0);

This will work
__________________
MQL4 programming is easy ^^
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
Help! Need Time Filter / Time mgt smeden Expert Advisors - Metatrader 4 13 07-09-2008 10:38 PM
MT4 Time difference to GMT time ?? icm63 Metatrader 4 2 04-25-2007 07:37 AM
Expert Advisor Moving Average Cross GBP/USD time frame H1 haba Expert Advisors - Metatrader 4 1 03-10-2007 12:55 PM
Expert Question and Expert mj10 Expert Advisors - Metatrader 4 24 03-27-2006 01:31 PM


All times are GMT. The time now is 04:37 AM.



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