I narrowed it down to this
Rect.Y=helper.GetY(_deltaLadder.MaxPriceLevel+2.0f);
which used to plot something above the price bar. I use this
DrawBottomUPReversal(xbid);
to draw it. It worked fine all till i went to the higher beta . If i comment out the lines the indicator works again. If i hit f5 really fast u can see the indicator load but dissapeaars. I would like a link to a older beta if possible. Or a sulution. What i don't understand is that it works fine in my code elsewhere and plots the exact same way. But for some reason it doesnt like this one plot. Even though other plots use the same thing

Comment