PDA

View Full Version : Recompile indicator -- how to reset chart


Turtle Trader
11-04-2009, 02:11 PM
Hello,

If I recompile an indicator....is there a way to get an open chart to load the new version of the indicator without closing and re-opening the chart...

Thanks

NinjaTrader_Josh
11-04-2009, 02:20 PM
Turtle Trader,

Depending on what you have changed in your code you can press F5 to reload. If you changed things like plots/lines then you have to remove the indicator and add a new instance of it. No way around that part.