MQL4 manual and automatic chart update on recompilation

thread: MQL4 manual and automatic chart update on recompilation

  1. #1

    MQL4 manual and automatic chart update on recompilation

    Hi,

    Metaquotes has upgraded the online MQL4 guide to the 600 benchmark.
    Is there a source (online or .pdf) with the old documentation?
    Regrettably, I cant read the .chm record on Linux.

    MT4 600 will not automatically update the charts on recompilation of the indior.
    For testing alterations of the code, I have to delete the indior and add it again.
    I can hardly believe this is a feature. What am I missing?

    Greetings, Sven

  2. #2
    Thank you a lot, Hanover.

  3. #3
    Hello, Metaquotes has updated the online MQL4 guide to the 600 benchmark. Is there a source (online or .pdf) with the old documentation? Unfortunately, I cant read the .chm record on Linux. MT4 600 won't automatically upgrade the charts on recompilation of this indior. For testing alterations of this code, I have to delete the indior and insert it again. I can barely think this is a characteristic. What am I overlooking? Greetings, Sven
    Are you currently using the old Deinit or the new OnDeinit?
    Documentation does not explain very well, but it would appear that
    Inserted Code void OnDeinit(const int reason) inserted in your code exactly like this covers all Deinit reasons
    My indis are updated when I re-compile the code.

  4. #4
    Senior Member Tataylo's Avatar
    435
    Is there a resource (online or .pdf) with the old documentation?
    Try http://www.forexmt4.com/_MT4_Systems...ql4 manual.pdf.

  5. #5
    quote Are you currently using the old Deinit or the new OnDeinit?
    Thanks, Gumrai.
    I'm using old Deinit.
    However, I also still use the pre-600 Metaeditor not recognizing new OnDeinit.
    Otherwise, using the new editor, I must learn the new language. Later, not today. ;-)

  •