Rank: Advanced Member
Groups: Registered, Registered Users Joined: 10/6/2005(UTC) Posts: 51
|
Does anyone know how to deactivate error messages on chart- those messages are a pain - is there a way to deactivate-? I know how to click dont show again, buy when I scroll thru a bunch of securities, it comes up again- I want to turn off the error message function completely- anyone know how?
Also, when using an expert at the top of a chart, if 1 chart among 30 has an error as above, the expert turns off for good and needs to be added constantly-
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
kadip,
As far as I know there is no way to deactivate the error warning dialog box, so the only thing you can do is to write code that is free from errors.
If you post the troublesome code and the description of the error messages and the stocks on which these errors most frequently appear, then we might be able to help clean up the code so that errors wont occur and you wont be annoyed by the error dialog box.
wabbit [:D]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/25/2006(UTC) Posts: 79
|
It seem that the "don't show again" button is for you to click for fun only.
The program just don't obey. When open the same chart again, the same error message come up again.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/28/2004(UTC) Posts: 110
|
The problem WILL go away when you correct the code.
The most common problem is a division by zero error. This can be easily corrected. Show us the code and we will be glad to help.
Preston
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 10/6/2005(UTC) Posts: 51
|
Thanks for the responses. There isnt a code error- the issue is that the chart contains an indicator which is based on say 500 periods of data- when scrolling thru a sector full of symbols, the newer symbols have less data periods and that triggers the message- MS should really allow the user to turn messages off/on- thanks again
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
kadip,
This can still be trapped.... use lastvalue(cum(1)) to count the number of bars on the chart. If this number is less then required then(do something) else (do something else)
Post your code and we will be able to provide better help, and it saves us having to try and guess what you are doing, saving our time and yours.
wabbit [:D]
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.