I'm programming my charts / strategies in .NET and often use
CODE:
Please log in to see this code.
.
After starting WL6 in Daily mode, my default workspace loads and the chart display is ok.
When clicking on Weekly on the chart, I'm getting:
IQ Feed connection error: The system cannot find the file specified.
Then I click on OK and I get:
IQ Feed connection error: Connection to IQFeed can't be established.
Then I click OK and the chart comes up correctly in Weekly mode, all tickers present. that means all files have been found and the error messages are actually wrong.
I have found out that these errors are generated at the very first call of
CODE:
Please log in to see this code.
, after switching to Weekly scale for the first time, and regardless what the actual tickers are.
Strange enough, these error messages do not appear anymore, when I swich back to Daily and then to Weekl again. Even when I load another workspace and change from Daily to Weekly, I'm getting no more error messages.
It happens only at the very first time after starting WL6 and changing to Weekly.
If I start in Weekly mode (i.e. the default workspace contains the line "Weekly"). the error messages appear immediately. This means that the trigger for the error messages is not 'Change of Scale' but the 'Weelky scale' itself.
All that has been said about 'Weekly scale' is also true for Monthly mode.
Note that I'm not talking about
CODE:
Please log in to see this code.
Any clues what that could be?