I use VS 2008 to edit and compile my NinjaTrader.Custom project. After I edit and successfully compile the project using pre-created project file:
Documents\NinjaTrader 7\bin\Custom\NinjaTrader.Custom.csproj
I still need to recompile the edited script from the Control Center in order the changes to take in effect.
I noticed that the compiled by Control Center dll is placed at Documents\NinjaTrader 7\bin\Custom. Then I compiled the project in Release mode and copied the NinjaTrader.Custom.xml and NinjaTrader.Custom.dll into Documents\NinjaTrader 7\bin\Custom directory, but still my changes were not picked up by the Control Center, because when I reloaded the edited indicator it was outdated.
So what is the trick to compile in VS 2008 and make the changes reflected by the Control Center?
Thank you.

Comment