NexusFi: Find Your Edge


Home Menu

 





The Truth: NinjaTrader


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Fat Tails with 120 posts (165 thanks)
    2. looks_two Big Mike with 54 posts (93 thanks)
    3. looks_3 MetalTrade with 43 posts (10 thanks)
    4. looks_4 ZTR with 41 posts (25 thanks)
      Best Posters
    1. looks_one AynRandFan with 34 thanks per post
    2. looks_two Big Mike with 1.7 thanks per post
    3. looks_3 Fat Tails with 1.4 thanks per post
    4. looks_4 NinjaTrader with 0.9 thanks per post
    1. trending_up 361,366 views
    2. thumb_up 802 thanks given
    3. group 145 followers
    1. forum 1,059 posts
    2. attach_file 65 attachments




 
Search this Thread

The Truth: NinjaTrader

  #821 (permalink)
 SLYCK 
Charlotte, NC
 
Experience: Beginner
Platform: Ninjatrader
Trading: Futures
Posts: 56 since Sep 2011
Thanks Given: 13
Thanks Received: 32


puma View Post
yes, its all the fault of the user-developed indicators and code

You are correct.

There is no way Ninjatrader will crash all the time if you have just installed it without any developed indicators and code.

Look, I also would like some changes to ninjatrader for example the market replay faster and more responsive in changing a datum etc. And better support for group accounts with Interactive Brokers etc. But saying that ninjatrader will crash all the time if you install it default and use the program daily is just not true.

That's just unfair. Support at ninjatrader is just splendid. Instead of saying it crashes all the time you should have at least contacted their support team and try to find a fix for the problem.

Sharon.

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #822 (permalink)
 
Zondor's Avatar
 Zondor 
Portland Oregon, United States
 
Experience: Beginner
Platform: Ninjatrader®
Broker: CQG, Kinetick
Trading: Gameplay Klownbine® Trading of Globex
Posts: 1,333 since Jul 2009
Thanks Given: 1,246
Thanks Received: 2,731

If it's crashing the first thing to do is open, and watch , the Output Window for runtime errror notifications. Many, although not all, crash and freeze problems are caused by runtime errors which will cause messages to appear in the Output Window. The most common runtime errors are out of range exceptiions and null reference exceptions.

An out of range exception occurs when code attempts to access a value of a series that is outside of the range of values that exist. A null reference exception occures when code tries to reference an instance of an object that does not yet exist.

Also check the logs. The great majority of problems are caused by poorly coded indicators. Very few indicators, including the ones that are supplied with Ninjatrader, contain the error handling code that should always be included.

Sudden crashes that do not leave any clues in the logs are generally caused by stack overflows, again caused by poorly coded indicators.

Ninjatrader should NOT crash if the custom indicators are good. Its behavior when it does crash is very frustrating and pretty much leaves you in the dark much of the time. Look for clues in those log files and if you find anything there, jump on it.

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #823 (permalink)
 
puma's Avatar
 puma 
zurich
 
Experience: Advanced
Platform: Sierra ahRrrr CQG ...
Trading: Bund, ES, ...
Posts: 964 since Aug 2010
Thanks Given: 7,273
Thanks Received: 1,507



puma View Post
yes, its all the fault of the user-developed indicators and code

that was sarcasm.

----

I don't buy the argument that all Ninja bugs and issues are the fault of user code.
We have numerous examples on this board that state otherwise.
I experienced numerous examples that state otherwise.

Follow me on Twitter Reply With Quote
  #824 (permalink)
 
puma's Avatar
 puma 
zurich
 
Experience: Advanced
Platform: Sierra ahRrrr CQG ...
Trading: Bund, ES, ...
Posts: 964 since Aug 2010
Thanks Given: 7,273
Thanks Received: 1,507


Zondor View Post
The great majority of problems are caused by poorly coded indicators. Very few indicators, including the ones that are supplied with Ninjatrader, contain the error handling code that should always be included.

error handling code as a standard for all scripts is a very good idea.

Follow me on Twitter Reply With Quote
  #825 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


puma View Post
that was sarcasm.

----

I don't buy the argument that all Ninja bugs and issues are the fault of user code.
We have numerous examples on this board that state otherwise.
I experienced numerous examples that state otherwise.

I think more than 90% of performance issues are due to user developped code or the way indicators are used. If you make proper use of the tool, for example

-> use indicators in CalculateOnBarClose = true mode as a general rule (during a news release with thousands of incoming ticks even a the permanent repetition of a calculation of standard deviation may freeze you PC)
-> only use indicator in CalculateOnBarClose = false mode, which are specificly coded for this usage
-> do not put your display update interval at the minumum value, you cannot watch it that fast anyhow
-> do not use exotic bar types
-> do not put too many instruments on your market analyzer

Of course there are also a few bugs, which may create performance problems. But it does not help just to cry that the software crashed, without specifying the conditions under which it happened. I have had few crashes with NinjaTrader 7. Most of them occured when I was coding, because NinjaTrader builds up RAM, when you are coding (not when trading).

Reply With Quote
  #826 (permalink)
oscarblank
Las Vegas, NV/USA
 
Posts: 9 since Sep 2011
Thanks Given: 4
Thanks Received: 1

Also just wanted to add that the times Ninja has indeed actually crashed on me, or had some sort of issue in actually starting up, NT support has always been very responsive to my requests for assistance.

Reply With Quote
  #827 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748

I never really had a crash that was due to NT7 by itself. I've only used it for 4 months but haven't seen it perform worse than others I've tried. (TradeNavigator, sierracharts, MT4, TOS); in fact, probably better.

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #828 (permalink)
 timefreedom 
Indianapolis, IN USA
 
Experience: Advanced
Platform: Ninjatrader TOS Custom
Broker: Several
Trading: ES CL ZB
Posts: 374 since Dec 2009
Thanks Given: 226
Thanks Received: 381


SLYCK View Post
You are correct.

There is no way Ninjatrader will crash all the time if you have just installed it without any developed indicators and code.

Look, I also would like some changes to ninjatrader for example the market replay faster and more responsive in changing a datum etc. And better support for group accounts with Interactive Brokers etc. But saying that ninjatrader will crash all the time if you install it default and use the program daily is just not true.

That's just unfair. Support at ninjatrader is just splendid. Instead of saying it crashes all the time you should have at least contacted their support team and try to find a fix for the problem.

Sharon.

Sharon, I agree with you 100%.

Reply With Quote
  #829 (permalink)
 
puma's Avatar
 puma 
zurich
 
Experience: Advanced
Platform: Sierra ahRrrr CQG ...
Trading: Bund, ES, ...
Posts: 964 since Aug 2010
Thanks Given: 7,273
Thanks Received: 1,507

after adjusting my pc timer to DST this morning, I lost all chart data of friday.
All bars are missing for 111104
111103 is there.

reload history does not help.

reload via historical data manager does not help

new clean chart does not help.

TY ninja this morning it cost me money !

Follow me on Twitter Reply With Quote
  #830 (permalink)
 SLYCK 
Charlotte, NC
 
Experience: Beginner
Platform: Ninjatrader
Trading: Futures
Posts: 56 since Sep 2011
Thanks Given: 13
Thanks Received: 32



puma View Post
after adjusting my pc timer to DST this morning, I lost all chart data of friday.
All bars are missing for 111104
111103 is there.

reload history does not help.

reload via historical data manager does not help

new clean chart does not help.

TY ninja this morning it cost me money !

Have you emailed ninjatrader support ?

Reply With Quote




Last Updated on April 22, 2017


© 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