I'm writing a context menu driven historical paper trader in NT8. (I've already gotten one working successfully in NT7).
The OnMouseDownEvent() function seems to have been replaced by OnMouseDown(), which is fine by me since it looks like it might make my job easier.
However, when I call the function in my indicator (which is working fine before I add this function), I get a CS0115 compilation error.
I have a #using NinjaTrader.NinjaScript.DrawingTools statement.

Comment