NexusFi: Find Your Edge


Home Menu

 





NT7 compatibility


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one ZTR with 17 posts (13 thanks)
    2. looks_two Big Mike with 14 posts (5 thanks)
    3. looks_3 Fat Tails with 13 posts (21 thanks)
    4. looks_4 ivanjocic with 9 posts (9 thanks)
      Best Posters
    1. looks_one Mindset with 2.5 thanks per post
    2. looks_two Fat Tails with 1.6 thanks per post
    3. looks_3 ivanjocic with 1 thanks per post
    4. looks_4 ZTR with 0.8 thanks per post
    1. trending_up 65,133 views
    2. thumb_up 96 thanks given
    3. group 35 followers
    1. forum 135 posts
    2. attach_file 49 attachments




 
Search this Thread

NT7 compatibility

  #91 (permalink)
 
TheWizard's Avatar
 TheWizard 
Houston, TX
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Optimus Futures, AMP, CQG
Trading: 6E
Posts: 1,731 since Jun 2009
Thanks Given: 517
Thanks Received: 4,224


Fat Tails View Post
I have quickly tested MACD BB Lines V2. Import to NinjaTrader 7 was possible, but there are some modifications required. This is probably due to the implementation of ChartControl in NinjaTrader 7, which is different from NinjaTrader 6.5. The indicator uses a custom plot.

When I tested MACDBBLines, it worked with equidistant bar spacing set to true (default for single series chart), but the dots did not plot properly, when equidistant bar spacing was set to false (default for multiseries chart).

If anybody has the competence to modify the custom plot, I would appreciate.

I, too had trouble getting MACDBBlinesV2 to work properly in NT7. Changing the default from "TwoHundredFifty" for Maximum Bars Lookback period to "Infinite" seems to have solved the problem, for me, in NT7. Give it a try.

After all, it's what you learn AFTER you know it all, that counts!
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
Increase in trading performance by 75%
The Elite Circle
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #92 (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


TheWizard View Post
I, too had trouble getting MACDBBlinesV2 to work properly in NT7. Changing the default from "TwoHundredFifty" for Maximum Bars Lookback period to "Infinite" seems to have solved the problem, for me, in NT7. Give it a try.

I have since published a version for NT7 in the download section. Just scrapped the whole custom plot which is unnecessary. You can find it here:





Richard has tuned it a bit, so today I replaced it with an even faster version.

Reply With Quote
Thanked by:
  #93 (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


Tested the SwingTemp Indicator for NT 6.5.

It is not compatible NT 7.0. Reason is a code breaking change in the DrawText method. I think that the modification can be done quickly.

Edit: Indicator modified for NT7 attached.

Attached Files
Elite Membership required to download: SwingTemp_NT7.zip
Reply With Quote
  #94 (permalink)
 
ZTR's Avatar
 ZTR 
 
Experience: Advanced
Platform: NinjaTrader7
Broker: Mirus RCG/Zen-Fire
Trading: CL & 6e, looking at ES, ZB and AU again.
Posts: 2,096 since Nov 2009
Thanks Given: 1,099
Thanks Received: 1,393


Fat Tails View Post
Tested the SwingTemp Indicator for NT 6.5.

It is not compatible NT 7.0. Reason is a code breaking change in the DrawText method. I think that the modification can be done quickly.

Edit: Indicator modified for NT7 attached.

I posted in Sharky's thread how to fix these. Origonal post is here about how to change Draw elements to NT 7

R.I.P. Andy Zektzer (ZTR), 1960-2010.
Please visit this thread for more information.
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #95 (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




Sometimes it is the draw elements. If it is not, it is something else.

So the procedure is always the same:

Step 1: Try to import the indicator. If the import fails, check the trace file. Often the trace file tells you what to do. If the trace file does not help, then copy old indicator into directory Own Documents -> NinjaTrader 7 -> bin -> Custom -> Indicator. Start NT 7 and edit the indicator. Check for code breaking changes and try to compile. Now it is the compiler messages that will help you.

Using this approach, you can usually convert any NT 6.5 indicator to NT 7.0.

The only problems I have encountered so far are custom plots. ChartControl is not properly documented, so it takes a long time to try to figure out what might have changed. Usually I am giving up at this stage, or I prefer using a different custom plot or coding a new one.

For the MACDBBLines I have scrapped the entire custom plot, because it was unnecessary.


Step 2: The indicator needs to be tested. Even if it works on NT 7.0, it is not sure that it will produce the correct results and work under all circumstances. Again the problem here are custom plots. With the multi-series charting of NT 7.0 a non-equidistant bar spacing has been introduced, and many custom plots cannot cope with that.

Reply With Quote
Thanked by:
  #96 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 291

Yes the absence of documentation on ChartControl is one of the biggest pains going.
Don't mind it not being supported but even just a list of methods,properties,etc would be nice.
Ditto trying to get hold of BarIndex nos via Mouse Clicks- NT seem to have made this positively difficult to discover- and yet it's the one feature that made me move over from TradeStation.
Anyway that is flogging the old so moving on....

OnStartUp is a definite improvement on initialize - I found my Toggle buttons work but work incorrectly in 6.5 due to the lack of the OnStartUp method.

Reply With Quote
Thanked by:
  #97 (permalink)
 
perryg's Avatar
 perryg 
Rechovot
 
Experience: Advanced
Platform: NinjaTrader
Broker: CQG
Trading: Index,Currency and Energy futures
Posts: 1,644 since Jan 2010
Thanks Given: 508
Thanks Received: 6,288

In NT7 this indicator does not produce the ZERO line colours as predicted. i.e. the crossover of whether the MACD line is above or below the average line and the overall trend is up or down.



Reply With Quote
  #98 (permalink)
 
hunter548's Avatar
 hunter548 
western ny
 
Experience: Intermediate
Platform: ninjatrader
Broker: Amp Futures/CQG
Trading: 6E, ES
Posts: 102 since Nov 2009
Thanks Given: 197
Thanks Received: 93

Is anyone else having an NT7 issue with NoGapRangeBars not updating consistently? I loaded the NT7 version last Thursday. Friday's session seemed to work OK, but neither Sunday's nor today's session price bars are updating. I loaded a basic price chart today with no indicators to verify and it only showed prices through Friday's close.

Better Renko and minute bars are fine. If there isn't a known issue, is there anything else I can look at to determine what's going on? thx

Reply With Quote
  #99 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,600


hunter548 View Post
Is anyone else having an NT7 issue with NoGapRangeBars not updating consistently? I loaded the NT7 version last Thursday. Friday's session seemed to work OK, but neither Sunday's nor today's session price bars are updating. I loaded a basic price chart today with no indicators to verify and it only showed prices through Friday's close.

Better Renko and minute bars are fine. If there isn't a known issue, is there anything else I can look at to determine what's going on? thx

You should probably post that in the NoGapRangeBar thread to get the attention of RJay.



Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #100 (permalink)
paulg
NY
 
Posts: 90 since Sep 2009
Thanks Given: 54
Thanks Received: 23


About this VWAP indicator:
Downloads - [AUTOLINK]NinjaTrader[/AUTOLINK] 6.5 Indicators - Big Mike's Trading Forum

still no one 'officially' tested it for NT7?

Reply With Quote




Last Updated on February 21, 2020


© 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