Thread: MQL4 Learning
View Single Post
  #279 (permalink)  
Old 01-21-2008, 03:40 AM
Dave137 Dave137 is offline
Senior Member
 
Join Date: Oct 2007
Posts: 198
Dave137 is on a distinguished road
Smile

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
<><<<
Reply With Quote