Thread
:
How to code?
View Single Post
#
511
(
permalink
)
11-27-2007, 08:10 AM
Michel
Senior Member
Join Date: Feb 2006
Posts: 525
You can use this to count only those which are opened today:
PHP Code:
if(
OrderType
() ==
OP_BUY
&&
OrderOpenTime
() >=
iTime
(
NULL
,
PERIOD_D1
,
0
))
buys
++;
Michel
View Public Profile
Send a private message to Michel
Find all posts by Michel