NexusFi: Find Your Edge


Home Menu

 





NT7 - code break changes + TRADING LIVE


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one max-td with 6 posts (1 thanks)
    2. looks_two Richard with 2 posts (1 thanks)
    3. looks_3 sam028 with 1 posts (1 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 5,089 views
    2. thumb_up 3 thanks given
    3. group 1 followers
    1. forum 9 posts
    2. attach_file 1 attachments




 
Search this Thread
  #1 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927

hi all,

i like to collect some NT7-info- stuff here :

how is it about going Live with NT / yet ?


how / what are these often told "code break changes" exactly ?

thanks for some input !


-


max-td
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
$24.5 Billion Record Month: Prediction Markets Shatter A …
Prediction Markets & Event Contracts
CFTC Launches Innovation Task Force for AI Trading Syste …
Traders Hideout
UCL Final Kicks Off at Noon ET: PSG at 56.5% as Iran May …
Prediction Markets & Event Contracts
Iran Ceasefire Surges to 19.5% on US 15-Point Plan -- 82 …
Prediction Markets & Event Contracts
March Jobs Report Update: 178K Beat vs 59K Expected, Wag …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Hello Im new here
5 thanks
  #3 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927


starting very simple :
is there a need on indicators like thisone to do anything to make it work on NT7 ?


max-td
Attached Files
Elite Membership required to download: _A_ADX_Bar_Colors.cs
Started this thread Reply With Quote
  #4 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927

found on NT 7 download-site :

Known Critical Issues NT 7 Beta

#1 – Basic Entry and FX Pro Order Grid: Please DO NOT modify order prices within these grids. Doing so will result in unsolicited order price changes to other orders displayed in this grid.

#2 – NinjaScript Strategies: Please DO NOT run automated NinjaScript strategies on a live account as doing so can result in live order prices not correctly amended to reflect the prices coded in the strategy.

#3 – 3rd Party NinjaScript Components – Please DO NOT install any 3rd party indicators and/or strategies at this time.We are working on resolving these issues and will report back when they are resolved


max-td
Started this thread Reply With Quote
Thanked by:
  #5 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,756 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,632


max-td View Post
starting very simple :
is there a need on indicators like thisone to do anything to make it work on NT7 ?

Nothing to do, it'll compile without modifications.
The main things I had to do, for is porting some indicators from 6.5 to 7, is changing the methods which needs different arguments type/number/...
In most cases, the porting was not too hard, but I've maybe been lucky...

BTW, I didn't check the last Beta, but for me we are far away from a stable version, and I won't take the risk to use it with cash. Many methods still undocumented, it still crashing without clear reasons, etc, etc.


Success requires no deodorant! (Sun Tzu)
Follow me on X Reply With Quote
Thanked by:
  #6 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927

The main things I had to do, for is porting some indicators from 6.5 to 7, is changing the methods which needs different arguments type/number/...


can you give examples of what you are talking about ?


max-td
Started this thread Reply With Quote
  #7 (permalink)
Richard
Dallas TX/USA
 
Posts: 153 since Jun 2009
Thanks Given: 33
Thanks Received: 285


max-td View Post
how is it about going Live with NT / yet ?

it's not advised.



max-td View Post
how / what are these often told "code break changes" exactly ?

The intentional ones have always been listed here:

NinjaScript Code Breaking Changes for NinjaTrader 7 - NinjaTrader Support Forum

The unintentional ones and problem reports from users have always been discussed here:

Version 7 Beta General Questions & Bug Reports - NinjaTrader Support Forum


Reply With Quote
  #8 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927

thanks richard,
but this is all very abstract for me.
if i could see some examples on what + how to change that its ok - that would help me.
this pdf. gives a lot of infos - but honestly, i dont understand this stuff without having some easy examples shown on real indicators.


max-td
Started this thread Reply With Quote
  #9 (permalink)
Richard
Dallas TX/USA
 
Posts: 153 since Jun 2009
Thanks Given: 33
Thanks Received: 285


max-td View Post
thanks richard,
but this is all very abstract for me.
if i could see some examples on what + how to change that its ok - that would help me.
this pdf. gives a lot of infos - but honestly, i dont understand this stuff without having some easy examples shown on real indicators.

My advice then, is to just try it and post any problems you run across here. Most indicators will compile and work without any changes. A few things will require the old infinite lookback behaviour on dataseries... this will usually show up as stuff repeating on your screen every 256 bars. Some of the drawing methods need different arguments, but you'll know that because your indicator won't compile. I believe there are a couple changes to how sessions work, so if your code was session-aware, you'll need to make adjustments. If you use a custom Plot() method, the way you need to code it is a little different to make the x-axis points line up with multiple-timeseries bars.

But most things work just fine as-is, even though NT7 opens up possibilities for changes that aren't necessary but nice. Like moving resource allocation/deallocation to the new OnStartUp() and OnTermination(). Like using one plot for a multicolor plot. But those aren't necessary to make your NT6.5 code work.


Reply With Quote
Thanked by:
  #10 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927


OK, great - that advice now sounds clear + useful for me
thanks max


max-td
Started this thread Reply With Quote




Last Updated on April 12, 2010


© 2026 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 - Downloads - Top
no new posts