Thread
:
Lesson 14 - Your First Expert Advisor (Part 2)
View Single Post
#
12
(
permalink
)
02-11-2008, 03:16 PM
adamzgreat
Junior Member
Join Date: Feb 2008
Posts: 3
Quote:
static int last_direction = 0;
static int current_dirction = 0;
The static variables are initialized only once? When the variable is declared...
Because if not, the function does not make sense.
Am i right?
adamzgreat
View Public Profile
Send a private message to adamzgreat
Find all posts by adamzgreat