PDA

View Full Version : Changed code does not seem to work


kumar
09-27-2009, 08:04 PM
This was my first attempt at changing an indicator code.

I did not want the indicator to plot a line so I commented it out.

I saved the file opened a new chart window, applied the indicator but the plot lines I had commented out were still there.

The first question: there was no 'save as' button in the script window, I would have like to give the changed file a different name.

Second question: once code is changed, does it work itself, or there other steps to be followed for the changes to take effect.

I hope I have posted this to the right forum.
Thanks.

kumar
09-27-2009, 09:15 PM
I solved one of the 2 issues - figured out that I had to 'compile' for the changes to take effect.

Still don't know how to save the indicator file with a different name - that should have been the easy one!

-cheers

NinjaTrader_Ben
09-27-2009, 11:52 PM
Hello,

Right click the code>save as...

kumar
09-28-2009, 06:37 AM
Thanks Ben:)