Hi all, Any one can solve the problem with the following Code please. I want to get the Pips to open price. but i get error.
GfxSelectFont( "Arial Black", 22, 700 ); GfxSetBkMode( 1 ); GfxSetTextColor( colorLightBlue); pxHeight = Status( "pxchartheight" ); t = pxHeight; x5 = 27; Q = C - O; GfxTextOut( Q, x5, t -38); Regards.
