Hi Ken - I was having this problem a while back, and I finally traced it to the fact that I was using complex strings for the Name arg in the Param() function and/or the Plot() function ( I was constructing little mini-titles using literal strings, variables, symbols, etc, like we do in the Title statement ) Anyway, it seems that AB was interpreting these strings in some unexpected way when saving the broker.params file ( maybe escape sequence or EOF or something? ), so that the save operation was exiting prematurely and not saving the complete param file. Any charts that were not saved had all their params reinitialized the next time I restarted AB. I finally figured it out by tracking the size of the broker.params file whenever I shut down AB. I changed all the names to simple letters and numbers and never had the problem again. Hope this might help...
Steve ----- Original Message ----- From: Tomasz Janeczko To: [email protected] Sent: Monday, August 06, 2007 9:21 AM Subject: Re: [amibroker] Amibroker resetting indicators at start Hello, Please make sure that broker.params is writable (does not have "read only" flag) Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: Ken Henderson To: [email protected] Sent: Monday, August 06, 2007 2:24 PM Subject: [amibroker] Amibroker resetting indicators at start Hi All I wonder whether anyone else is having this problem ? When I start Amibroker, I find it resets all indicators to the default value. Any suggestions ? All the best Ken
