PDA

View Full Version : Dialogue box for inputs.


goldfly
10-15-2007, 09:22 AM
When I start up a strategy I can enter the variables as I like and that's ok but it's slow. I want to be more nimble so that I don't have to stop and start a strategey for every change in market condition.

So what I need is a dialogue box that runs from the strategy so I can change parameters manually and quickly.

I want radio buttons and check boxes and of course input fields for price triggers. (Oh yeah, and an "Apply" button.)

Can this be done? I remember reading that one couldn't use Visual Studio to create NT scripts, but could I build a dialogue box with it that I could hook in?

If I have to start from scratch any pointers would be appreciated.

NinjaTrader_Ray
10-15-2007, 09:31 AM
Yes, this can be done in the scope of C# programming language which is what NinjaScript is based on. Although it can be done, it is outside the scope of what we can provide technical support for.

Here is a related thread for opening an external form from a NinjaScript object.

http://www.ninjatrader-support.com/vb/showthread.php?t=3292&highlight=form