I use Draw.TextFixed to draw in the bottom left of the chart using my strategy. I also change the colors sometimes when I updated it.

I'm running 2 strategies on different symbols in 2 different chart tabs of the same window.

One of my strategies, in this text fixed area - I can see the background in another color, text is being overwritten. What I mean is the foreground text I can read completely. But behind it is some other text. I have opacity @ 50.

But I wonder where this text comes from? it is the type of text generated by the strategy, I can see parts of it that give it away like '[' that I use

But I'm wondering is this just from the strategy running in that chart? or from the strategy running (same strategy .cs) in the other tab?

I have never noticed this before running only one instance of the strategy at a time.

Also, that tab with the problem was mostly in the background most of the time.