I have an issue where I have recompiled some code for a strategy I'm working on, but I can see Print messages from the old code still executing.
For example, I have a printout of information for OnOrderUpdate, which shows the order name and details. That has since been removed, and no longer found anywhere in my codebase, but it still displays for newly created orders. I've tried clearing all the data in each account that has orders in it by going to the Accounts tab, right-clicking on the account, selecting Edit Account, then resetting the data. I can print out all my account orders and see no orders appear. However, when I create new orders with the new strategy code I'm testing, the old messages still show up. I've tried restarting NinjaScript and restarting my computer.
Any advice on totally clearing what seems like cached code would be greatly appreciated.
Thank you!

Comment