I created an indicator and in it I'm setting up an event on key press. For example, when I press Alt + Q I want something to happen. I got the code working, but every time I hit "Alt+ Q" I get the windows asterisk noise. It's the same thing if you hit any unbound hotkey in Ninjatrader.
Is there a way in Ninjatrader to stop that from happening?

I just needed to add the e.handled = true; in the function I was calling
Comment