I want to modify an existing drawing tool to add some functions - for example the ellipse tool allows drawing an ellipse with the axes aligned to the x, or y axis only and not sloping. I would like to modify the ellipse tool to be able to pick three points and draw an ellipse passing through those points. There are other similar modifications I would like to do to some of the other drawing tools.
Can you please point me to a tutorial on writing or modifying drawing tools to work with NT8, and on how to debug these drawing tools. I have some experience with C language but new to C#.
is there IDE like Visual Studio which can be used to write / modify and debug code along with the Ninja Trader 8 platform.
TIA
Comment