Main Settings
extern string ChannelID = "F5AC-11DB-BBA8" | |
CopyTool uses ChannelID to build virtual bridge between master side and
slave side. So ChannelID is unique string value through CopyTool instance. Are you going to run another separate instance of CopyTool? Read "How to install another instance of CopyTool" topic located in installation.html file. |
|
extern int Timer.msec = 1000 | |
Timer.msec param defines a frequency of main script loop in
units of
milliseconds. Low values of the timer (0 - 500) can increase CPU usage with unsafe result. High values (10 000 - ...) can cause the slow processing of signals. We recommend you to avoid modification of this param exept you are experienced user only. Hint:
|
|
Labels
extern int
Timer.Corner
= 1
extern int Timer.X = 20 extern int Timer.Y = 20 extern string Timer.FontName = "Arial Narrow" extern int Timer.FontSize = 24 extern color Timer.FontColor = Gold |
A corner, horizontal and vertical position, font name, font size and
font color of Timer label object on MetaTrader chart window. Valid corner values are 0, 1, 2 or 3. ![]() |
extern int
Error.Corner
= 1
extern int Error.X = 20 extern int Error.Y = 60 extern string Error.FontName = "Arial Narrow" extern int Error.FontSize = 18 extern color Error.FontColor = Red= Red |
A corner, horizontal and vertical position, font name, font size and
font color of Error label object on MetaTrader chart window. Valid corner values are 0, 1, 2 or 3. |
extern tern int
About.Corner
= 3
extern int About.X = 20 extern int About.Y = 15 extern int About.dY = 14 extern string About.FontName = "Verdana" extern int About.FontSize = 9 extern color About.FontColor = Silver |
A corner, horizontal and vertical position, distance between rows, font name, font size and
font color of About label object on MetaTrader chart window. Valid corner values are 0, 1, 2 or 3. |
© 2005-2009 BJF Trading Group http:// www.iticsoftware.com |