Quote:
|
Originally Posted by codersguru
hi firedave,
I define it on the top of the expert code (before the main functions start() , init() and dinint() :
PHP Code:
//--- Global variables
int MagicNumber = 101090;
string ExpertComment = "PriceCross";
to make it in the global scope and the every line in the expert code can use it.
When the contest starts the code will be availabe! I'm sorry for that!
|
Hi codersguru, thank you for the prompt reply. No problem with your EA, I'm just need the information about global variable definition. Your answer is much satisfy. Again thank you and all the best for you
