I would like to print some values on the price chart from my strategy. Looking through documentation, it seems that DrawTextFixed could work:
DrawTextFixed("Pressure: ", dPressure.ToString("#.00"), TextPosition.BottomRight);
But nothing is showed. Is it the right way to do that? Also, I miss the window/chart handler, where does this function write?
Regards

Comment