Is there a change in NT7?
The code should put the VS information on the price panel. The code is in an indicator in panel 1.
Thanks
DrawOnPricePanel = true;
string text = string.Format("VS:{0}", VPS);
DrawTextFixed("vpm", text, TextPosition.BottomLeft, Color.Black, largeFont, Color.Yellow, Color.Yellow, 0);
DrawOnPricePanel = false;

Comment