I tried to compile a standard indicator that works fine in NT 6.5 in NT 7 but I get the following error message:
Line 54: "No overloading of the Draw Text Method accepts 11 arguments"
This is linew 54:
DrawText("HighText", false, finalhigh , x, High[0]+ (TickSize * Math.Abs( Offset)) ,Color.Blue, txtFont, StringAlignment.Near, Color.Transparent, Color.Transparent, 50);
What could be the problem? ( I went through the code breaking changes document but couldn't find anything.
Thanks

Comment