[amibroker] Re: Explore & Debug vs. Code Check: What's Different?

 

Are you removing the static variables for all actions, or only backtests?  You prior message had this function:


procedure CleanUpStats() { // begin CleanUpStats
if (Status("action") == actionBacktest) {
StaticVarRemove("pdf*"); 
StaticVarRemove("MIresult*");
StaticVarRemove("MIexists*");
}
} // end CleanUpStats

__._,_.___

Posted by: hydroblue@rocketmail.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (8)
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon