Post subject: Are there Global variables aviaialble in JForex?
Post rating: 0
Posted: Mon 29 Nov, 2010, 08:28
User rating: -
Hi,
In MT4 Global Variables are avaiailble as follows: any Expert Adviser (analog of Strategy in JForex) could access, read and write these varaiables - they are common to whole MT4 application. They are keeping their state, even if MT4 platform would re-start.
Is such thing possible in JForex? Cannot find anything similar.
Yes, I know - about possibility to read-write in shared file - but this is not, what I'm after:
I'm looking for Global Variables, which will reside in JForex application memory, but not in external file or database.
Or at least another possibility - to read-write to Windows registry from under JForex. Don't know, how to do this. Please advise.
API Support
Post subject: Re: Are there Global variables aviaialble in JForex?