I tried to compile it on version 7 but I got an error message saying
No overload for method 'DrawText' CS1501.
Code is as follows.
DrawText("tot"+totcntr, ". " + tot.ToString() + " .", 0, getY(lowestprice)-TickSize, Color.White, fnt2, StringAlignment.Center, Color.Black, Color.Black, 6);
Please let me know how to fix the problem.
Thanks.

Comment