I am using the below link from the NinjaTrader Language Reference.
When I add the overloaded OnMouseDown method,
public override void OnMouseDown(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, ChartAnchor dataPoint)
{
// Do something
}
CS0115 - No suitable methods found to override.
Can someone help me find what is wrong here ?

Comment