I would like to draw a text on the chart at 90 degrees.
I do not know if NinjaScript allows you to do this.
For example I can print TEST object with
DrawText("text", false, "text in 0 degree", Time[20], Close[20]-100*TickSize, 10, Color.Blue, new Font ("Arial", 12, FontStyle.Bold), StringAlignment.Center, Color.Black, Color.Yellow, 5);

but.... I want to draw the TEST object at 90 degrees or 45 degrees, as I can do with metaquote language for Metatrader
Is it possible to do it with NinjaScript C# based?
If so, how?

thanks,
Umberto
Comment