Thread
:
Buff MA - help to code(translate) it
View Single Post
#
6
(
permalink
)
09-12-2007, 08:04 PM
Michel
Senior Member
Join Date: Feb 2006
Posts: 519
You can try :
PHP Code:
int start
()
{
for (
int bar
=
Bars
-
32
-
IndicatorCounted
();
bar
>=
0
;
bar
-- ) {
indicate
(
bar
);
}
}
Michel
View Public Profile
Send a private message to Michel
Find all posts by Michel