Alerts: Alert fails to paint on top of the CCI study line
|
Q: Chart below is the failed case. The alert is supposed to paint the CCI when it changes direction. The 'bug' looks like there's some other alert/study that overwrites the 'paintcci' alert. But there's not. It seems to do it on all markers, not just the study marker. Hitting = or reset fixes it for a while. The problem comes and goes, ... one way to reproduce is to open the workspace, and then click one of the menu buttons such as the studies,colorbar, ... that drop down into the chart. Seems to cause it 100% of the time for me.
This is what it should look like
A: I do not know quite why the CCI repaints the sub-window without the Alerts also repainting to overcolor the black CCI line with the Cyan color. I suspect the issue is one of sequence and the CCI is drawing its black line on top of the Alerts cyan colored line.
However, a quick solution is this. On the Alert property form that paints the Cyan also check the False box to have it also paint the Black color. Then on the CCI property form uncheck the CCI box so the CCI line is NOT plotted by the CCI study. It will be plotted by the Alert instead. Now the problem of the CCI's black line overcoloring the Alert's cyan does not happen.
Last modified 1/23/08 12:43 AM
|