PDA

View Full Version : Deleting Properties(Parameters)


freewind
10-15-2010, 10:20 AM
Hi all,

Is there a safe and easy way to delete properties(parameters)?

What I mean is if I create an indicator with several predefined parameters and then I want do delete one of them, how can I do it?

I can go directly to the NT auto generated code and do it manually but I want to know if there is an easier way.

Tx in advance!

NinjaTrader_Bertrand
10-15-2010, 10:47 AM
freewind, for the indicator you would need to do it manually, correct (or create a new indicator and copy other code then over) - for a wizard strategy you reuse the wizard to remove them if needed.

freewind
10-15-2010, 01:13 PM
This is a bummer!