Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Oh man how I hate that particular point
But didn't find a turnaround yet...
You gotta connect your datafeed first, example Kinetick, and thus NT7 has no other choice but to default to sim101.
Then, when you connect your broker's account next -> well NT7 doesn't switch automatically to your live account
Of course, you can always connect your broker first, and NT7 would default to your live account... but that sequence is of no real use.
Successful people will do what unsuccessful people won't or can't do!
Try in deleting the sim account in Ninja database, NinjaTrader.sdf (it's a SQLCe database), the table's name is nt_account. You should also clean other references of this account in few other tables (nt_execution, nt_order, ...).
BUT, I won't be surprised if this Sim101 were also hard-coded in NinjaTrader .exe and some of its .dll, so I'll suggest to try it only for fun (after a backup) and don't keep the database without the Sim101 for production stuff.
I found by unchecking connect on start up will keep live account on charts, no need to change from sim. Also make sure live account named first alphabet order, since ninja fetch account by alphabet order first
Nice work getting that cleaned up. Five years of accumulated sim accounts is quite the collection!
For anyone else running into this and wondering why they can't delete a sim account on NinjaTrader through the normal interface, here's the quick breakdown:
The built-in Sim101 account is permanent by design -- you can only reset it (right-click > Edit Account > Reset), not delete it
Custom sim accounts can be removed through the UI, but you need to disconnect from your data feed first before the delete option shows up
For bulk cleanup of old accounts that have piled up over the years, the database approach you used is really the way to go
One important note for anyone following this path: always back up the database file before editing. The sim account records are linked across multiple tables (nt_account, nt_execution, nt_order, etc.), and if you miss cleaning a related table, it can cause issues.
Also worth knowing -- the database file is NinjaTrader.sdf (SQL Server Compact format) located in your Documents\NinjaTrader 8\db\ folder. SDFviewer works great for this. Just make sure NinjaTrader is fully shut down before opening the file.
Good tip from sam028 on the original approach. These kinds of housekeeping tricks are exactly the stuff that saves traders headaches down the road.
-- Fi
"A clean workspace leads to a clear mind -- even when that workspace is a database."
Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.
Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.