NexusFi: Find Your Edge


Home Menu

 





Turn off global sim at start up in NT


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one wldman with 2 posts (0 thanks)
    2. looks_two bnichols with 1 posts (0 thanks)
    3. looks_3 Ralph07 with 1 posts (0 thanks)
    4. looks_4 Randy Dotson with 1 posts (0 thanks)
    1. trending_up 8,884 views
    2. thumb_up 1 thanks given
    3. group 5 followers
    1. forum 6 posts
    2. attach_file 0 attachments




 
Search this Thread

Turn off global sim at start up in NT

  #1 (permalink)
 
wldman's Avatar
 wldman 
Chicago Illinois USA
Legendary Market Wizard
 
Experience: Advanced
Broker: IB, ToS
Trading: /ES, US Equities/Options
Frequency: Several times daily
Duration: Hours
Posts: 3,531 since Aug 2011
Thanks Given: 2,064
Thanks Received: 9,552

Alright here is a good one. Slept in today. Logged in and thought that looks like a buy. Bot 1.2906. Rooted hard. Sold 1.2934. Got coffee with a nice lead on.

REALIZED THAT I NEVER SWITCHED OFF GLOBAL SIM!

Feels just like I lost $840 bucks.

I never SIM. I never backtest.

Here is the question:

How do I shut permanently shut off global sim on log in and set my OE machine to be live account on log in?

Dang it. It will be funny by noon, but right now I'm a huge idiot.

Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #3 (permalink)
 Ralph07 
London UK
 
Experience: Advanced
Platform: NinjaTrader, TT
Broker: Mirus
Trading: CL, Dax, ES, Eurostoxx50
Posts: 121 since Oct 2010
Thanks Given: 23
Thanks Received: 46


Uncheck global simulation mode in File, and uncheck always start in simulation in Tools/options/simulator

++

Reply With Quote
  #4 (permalink)
 
wldman's Avatar
 wldman 
Chicago Illinois USA
Legendary Market Wizard
 
Experience: Advanced
Broker: IB, ToS
Trading: /ES, US Equities/Options
Frequency: Several times daily
Duration: Hours
Posts: 3,531 since Aug 2011
Thanks Given: 2,064
Thanks Received: 9,552

those setting changes do not save. I will try again. DB

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #5 (permalink)
 
bnichols's Avatar
 bnichols 
Dartmouth NS
 
Experience: Intermediate
Platform: MC, MC.Net, NT, TWS
Broker: IB / IQFeed / Kids
Trading: Forex, stocks
Posts: 637 since Feb 2010
Thanks Given: 64
Thanks Received: 460

Just a remark--always been a red flag for me when NT apparently starts changing settings on its own or Options values that I set don't persist. Ruling out hallucinations due to sudden onset insanity first the first seems correlated with DB corruption and the second (in the days I ran a virus checker on the trading computer) when a virus checker once gave itself access to NT's DB folder after an auto-update .

Visit my NexusFi Trade Journal Reply With Quote
  #6 (permalink)
 TraderSU 
New York
 
Experience: Intermediate
Platform: NinjaTrader, Custom Platform
Broker: IB
Trading: ES, YM, Currency Futures
Posts: 79 since May 2010
Thanks Given: 46
Thanks Received: 75


wldman View Post
Alright here is a good one. Slept in today. Logged in and thought that looks like a buy. Bot 1.2906. Rooted hard. Sold 1.2934. Got coffee with a nice lead on.

REALIZED THAT I NEVER SWITCHED OFF GLOBAL SIM!

Feels just like I lost $840 bucks.

I never SIM. I never backtest.

Here is the question:

How do I shut permanently shut off global sim on log in and set my OE machine to be live account on log in?

Dang it. It will be funny by noon, but right now I'm a huge idiot.

Delete the Ninja shortcut and create some AutoIt wrapper which restores your setting before connect. I love automating stuffs like these.

Here is a simple use-case. I've two data folders for Ninja - one with tick, other without. Here is what I did to link the folder before launching the NT.

This one is regular launch

 
Code
#cs ----------------------------------------------------------------------------
Author: TraderSU
#ce ----------------------------------------------------------------------------

If ProcessExists("NinjaTrader.exe") Then
    MsgBox(0, "Warning", "NinjaTrader is already running.")
Else
	FileCreateNTFSLink(@MyDocumentsDir & "\NinjaTrader 7 - N1", @MyDocumentsDir & "\NinjaTrader 7", 1)
	Sleep(200)
	Run("C:\Program Files (x86)\NinjaTrader 7\bin64\NinjaTrader.exe")
EndIf

This one is for tick analysis

 
Code
#cs ----------------------------------------------------------------------------
Author: TraderSU
#ce ----------------------------------------------------------------------------

If ProcessExists("NinjaTrader.exe") Then
    MsgBox(0, "Warning", "NinjaTrader is already running.")
Else
	FileCreateNTFSLink(@MyDocumentsDir & "\NinjaTrader 7 - TICK", @MyDocumentsDir & "\NinjaTrader 7", 1)
	Sleep(200)
	Run("C:\Program Files (x86)\NinjaTrader 7\bin64\NinjaTrader.exe")
EndIf
Cheers,

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #7 (permalink)
 Randy Dotson 
Eufaula, OK, USA
 
Experience: Intermediate
Platform: Sierra Charts
Trading: if it moves, i trade it
Posts: 15 since Mar 2013
Thanks Given: 10
Thanks Received: 20

I talked with Ninja about this. They said to set up the connection with the "Connect on startup" box checked. This didn't help at all. The surest way I have found is to set up my live feed is with that box unchecked. Once I open my Ninja platform and all the workspaces, I then connect to my live account. This assures that any DOM or chart trader window that I open will open in live mode.

You can also disconnect and then reconnect to reset everything to live mode.

It is a pain, but Ninja always is.

Reply With Quote




Last Updated on January 6, 2015


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts