Thread
:
How to code?
View Single Post
#
516
(
permalink
)
11-27-2007, 09:10 AM
Michel
Senior Member
Join Date: Feb 2006
Posts: 587
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
Find all posts by Michel