Thread
:
MT4 platform without Sunday
View Single Post
#
12
(
permalink
)
02-13-2007, 07:13 PM
mangman
Senior Member
Join Date: Nov 2005
Posts: 168
if (DayOfWeek()==5 && Hour()==20)
{
Closing order routine.......closes open orders the last last hour of Friday
}
if (DayOfWeek()>0 && DayOfWeek()<6)
{
Opening order routine......opens orders only on weekdays
}
mangman
View Public Profile
Find all posts by mangman