Thread
:
MQL4 Learning
View Single Post
#
279
(
permalink
)
01-21-2008, 03:40 AM
Dave137
Senior Member
Join Date: Oct 2007
Posts: 198
In the code, you have extern int or extern double then a variable name and amount, such as extern double period=5;
Delete the 'extern' from the statement(s) and they will not show in the setup box - double period=5; or int period=5;
Dave
<><<<
Dave137
View Public Profile
Send a private message to Dave137
Find all posts by Dave137