NexusFi: Find Your Edge


Home Menu

 





Traders Dynamic Index Indicator (Dean Malone's EASY) for NT 7


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Fat Tails with 13 posts (77 thanks)
    2. looks_two max-td with 4 posts (4 thanks)
    3. looks_3 cory with 4 posts (2 thanks)
    4. looks_4 TAJTrades with 3 posts (0 thanks)
      Best Posters
    1. looks_one Fat Tails with 5.9 thanks per post
    2. looks_two trendisyourfriend with 3 thanks per post
    3. looks_3 ThatManFromTexas with 1.5 thanks per post
    4. looks_4 max-td with 1 thanks per post
    1. trending_up 52,781 views
    2. thumb_up 97 thanks given
    3. group 19 followers
    1. forum 49 posts
    2. attach_file 10 attachments




 
Search this Thread

Traders Dynamic Index Indicator (Dean Malone's EASY) for NT 7

  #21 (permalink)
 vegasfoster 
las vegas
 
Experience: Intermediate
Platform: Sierra Chart
Broker: Velocity/IB
Trading: 6E
Posts: 1,145 since Feb 2010
Thanks Given: 304
Thanks Received: 844

I found quite the incendiary discussion on it here. CAUTION, not for sensitive viewers. Synergy Indicators [Archive] - [AUTOLINK]NinjaTrader[/AUTOLINK] Support Forum



Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 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
17 thanks
  #22 (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


Quoting 
I found quite the incendiary discussion on it here. CAUTION, not for sensitive viewers. Synergy Indicators [Archive] - NinjaTrader Support Forum

well, for me something like this is not good or bad or a mess or whatever, its a concept, a kind of systematic arrangement, that can be used in many diff. ways, depending on what you like.
each trader can extract his own idea + setup out of it.

look at TAJTrades, he created a divergence / contertrade-play from it.
look at cory and my pics, we do one look and we have an idea of a trend-/ pullback-system created out of the same indicators.

like rogerF said this these days, its all just tools and the key is to learn how to use those tools.
become a master with your toolset / of your style !

max-td
Attached Thumbnails
Click image for larger version

Name:	TradersDyn2011-01-17_162433.png
Views:	855
Size:	77.4 KB
ID:	28652  
Reply With Quote
  #23 (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


For downloading a document explaining how to use the Trader's Dynamic Index, follow the link below.

https://cdn.forexfactory.com/attachment.php?attachmentid=189651&d=1231483104

Reply With Quote
  #24 (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

Thanks to @whoisthere48 for reporting a bug in the TradersDynamicIndex indicator. I had not correctly serialized the plots, so it was not possible to change plotstyle, dashstyle and width of the lines.

I have addressed the problem now. You can download the indicator here:




If you find any further bugs, please do not keep them for your private enjoyment, but post them as quickly as possible!

Attached Thumbnails
Click image for larger version

Name:	TradersDynamicIndex.jpg
Views:	482
Size:	98.2 KB
ID:	29062  
Reply With Quote
  #25 (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,602


Fat Tails View Post
I have addressed the problem now. You can download the indicator here:


Download notifications sent.

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
Thanked by:
  #26 (permalink)
 
gulabv's Avatar
 gulabv 
Dallas, TX
 
Experience: Beginner
Platform: Ninjatrader
Broker: Zen-Fire
Trading: ZN, 6E
Posts: 286 since May 2010
Thanks Given: 161
Thanks Received: 169


Fat Tails View Post
I had not correctly serialized the plots

Hi Fat Tails - I am trying to learn from your code can you help me understand what "serialized the plot" means?
What happens if you do not serialize the plots?

Thanks in advance,
gulabv

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


gulabv View Post
Hi Fat Tails - I am trying to learn from your code can you help me understand what "serialized the plot" means?
What happens if you do not serialize the plots?

Thanks in advance,
gulabv

Serialization basically means that some of the parameters of an object are transformed to a storable format to be accessed by the user. For NinjaTrader indicators these parameters will appear in the indicator dialogue box.

In the Properties region of the indicator, you will basically find two types of objects

(1) DataSeries objects: Please note the [XmlIgnore()] line. This means that DataSeries objects are not serialized, as they will not be stored. When you open a chart template, all DataSeries values will be recalculated.

(2) Parameters: These are serialized, that means stored. When you add an indicator to a chart, it typically shows up with a default period. You can change the default value of the period and save it as a template. Next time you open the template your saved value will be used.

NinjaTrader serializes the plots automatically. For the indicator I have suppressed this serialization with the line PlotsConfigurable = false;, because I wanted to use a user selectable multicolor plot, which is not possible with the standard serialization. The manual serialization requires to set properties for upcolor, downcolor, plotstyle, dashstyle and width and collect these values, which is best done in OnStartUp(). I had simply forgotten to collect the values set by the user, so they were ignored.

Reply With Quote
Thanked by:
  #28 (permalink)
 
gulabv's Avatar
 gulabv 
Dallas, TX
 
Experience: Beginner
Platform: Ninjatrader
Broker: Zen-Fire
Trading: ZN, 6E
Posts: 286 since May 2010
Thanks Given: 161
Thanks Received: 169

hi Fat Tails - a follow up question - if a parameter is serialized does the user's setting get stored in the template XML file or somewhere else in NT folder?

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


gulabv View Post
hi Fat Tails - a follow up question - if a parameter is serialized does the user's setting get stored in the template XML file or somewhere else in NT folder?

Absolutely. Serialized parameters get stored in the template and workspace files. Otherwise the template would not "know" which settings need to be applied to the indicators, when they are used on a chart.

Parameters that have not been serialized cannot be stored in a chart template.

Reply With Quote
Thanked by:
  #30 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,175
Thanks Received: 6,020


Dean Malone new video :

Identifying Chart Patterns in the TDI
Identifying Chart Patterns in the TDI

Reply With Quote




Last Updated on October 6, 2018


© 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