
If you’ve updated to Windows SP1 on 7, or you’re just looking to get the latest version of NinjaTrader 7 with all of its bug fixes and optimizations you’ve probably seen the “Installation Guide” NinjaTrader provides you. You’ve also probably wondered why it needs to be so complicated. Well, it’s not as difficult as it [...]
Read more »NinjaTrader’s Basic Order Entry screen can be confusing, but once you know how to use it, the Basic Entry screen is a powerful tool for the discretionary and automated trader alike. Trading futures and options involves substantial risk of loss and is not suitable for all investors. Past performance is not necessarily indicative of future [...]
Read more »If you’re having connection errors in NinjaTrader it can be for a variety of reasons, on both your end and your broker/data feed providers. In this guide will go step-by-step through the most common connection errors. Trading futures and options involves substantial risk of loss and is not suitable for all investors. Past performance is [...]
Read more »Have you ever wanted to auto load a workspace when you start a specific strategy in NinjaTrader 7? Well you can. Paste the following code snippet in your OnStartUp() function and when you start the strategy, it will automatically switch to your specified workspace. protected override void OnStartUp() { NinjaTrader.Gui.WorkspaceOptions.SwitchWorkspace(“D:\\Documents and Settings\\User\\My Documents\\NinjaTrader 7\\workspaces\\123.xml”, true); [...]
Read more »