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

  #1 (permalink)
 Bengaltiger 
Pickering, ON
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Amp Futures/Zen-Fire
Trading: 6E
Posts: 41 since Aug 2009
Thanks Given: 147
Thanks Received: 43

I use HA charts for my trading and use a method very similar to Dean Malone's EASY (using Price Channels) - a great filter would be the Traders Dynamic Index. I know it is freely available in MT4 but as I use NT7, I was wondering if anybody has coded it for NT 7? If not, would any programmer be interested in coding it for a fee?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
How to apply profiles
Traders Hideout
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
Vinny E-Mini & Algobox Review TRADE ROOM
13 thanks
GFIs1 1 DAX trade per day journal
11 thanks
  #3 (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,440 since Jun 2009
Thanks Given: 33,212
Thanks Received: 101,599



Bengaltiger View Post
I use HA charts for my trading and use a method very similar to Dean Malone's EASY (using Price Channels) - a great filter would be the Traders Dynamic Index. I know it is freely available in MT4 but as I use NT7, I was wondering if anybody has coded it for NT 7? If not, would any programmer be interested in coding it for a fee?

You should post the MT4 code and screen shots to entice someone to convert it for you.

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
  #4 (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


Bengaltiger View Post
I use HA charts for my trading and use a method very similar to Dean Malone's EASY (using Price Channels) - a great filter would be the Traders Dynamic Index. I know it is freely available in MT4 but as I use NT7, I was wondering if anybody has coded it for NT 7? If not, would any programmer be interested in coding it for a fee?

Could you check, whether this is what you are looking for? If it is accurate, it can be easily coded.

Attached Thumbnails
Click image for larger version

Name:	6E 03-11 (15 Min)  17_01_2011.jpg
Views:	1370
Size:	93.7 KB
ID:	28634  
Reply With Quote
Thanked by:
  #5 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,353



Traders Dynamic Index

Input parameters:

  • RSI_Period (default = 13) — period in bars for calculation of RSI.
  • RSI_Price (default = MODE_CLOSE) — price type to use in RSI calculation.
  • Volatility_Band (default = 34) — parameter for volatility band calculation. Can be between 20 and 40. The lower this value is the curvier becomes the band.
  • RSI_Price_Line (default = 2) — period of the first moving average (fast).
  • RSI_Price_Type (default = MODE_SMA) — type of the first moving average.
  • Trade_Signal_Line (default = 7) — period of the second moving average (slow).
  • Trade_Signal_Type (default = MODE_SMA) — type of the second moving average.
  • UseAlerts (default = false) — if true then sound alert will be played each time red and yellow
Looks like the RSI with moving averages wrappped up in a Bollinger Band. Is that pretty much it?

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Attached Thumbnails
Click image for larger version

Name:	TDI.png
Views:	852
Size:	22.3 KB
ID:	28642  
Reply With Quote
Thanked by:
  #6 (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


ThatManFromTexas View Post


Traders Dynamic Index

Input parameters:

  • RSI_Period (default = 13) — period in bars for calculation of RSI.
  • RSI_Price (default = MODE_CLOSE) — price type to use in RSI calculation.
  • Volatility_Band (default = 34) — parameter for volatility band calculation. Can be between 20 and 40. The lower this value is the curvier becomes the band.
  • RSI_Price_Line (default = 2) — period of the first moving average (fast).
  • RSI_Price_Type (default = MODE_SMA) — type of the first moving average.
  • Trade_Signal_Line (default = 7) — period of the second moving average (slow).
  • Trade_Signal_Type (default = MODE_SMA) — type of the second moving average.
  • UseAlerts (default = false) — if true then sound alert will be played each time red and yellow
Looks like the RSI with moving averages wrappped up in a Bollinger Band. Is that pretty much it?

This is what I think:

PriceLine (green) -> 2-period SMA of RSI(13)
SignaLline (red) -> 7-period SMA of RSI(13)
Average (yellow) -> 34-period SMA of RSI(13)
Bands -> Bollinger(34, 1.62) of RSI(13)

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


Bengaltiger View Post
I use HA charts for my trading and use a method very similar to Dean Malone's EASY (using Price Channels) - a great filter would be the Traders Dynamic Index. I know it is freely available in MT4 but as I use NT7, I was wondering if anybody has coded it for NT 7? If not, would any programmer be interested in coding it for a fee?

Interesting i was using this indicator when i was in the Forex world in 2008. That was an interesting indicator to filter some conditions and Dean Malone is a very good teacher. I still get his short videos. Would be cool to have it for Ninja.

His ADR calculator would be another great addition to Ninja. Pretty much in line with what Fat Tails has already developed.
Check his ADR videos: https://www.compassfx.com/synergy/commentary.htm

Reply With Quote
Thanked by:
  #8 (permalink)
TAJTrades
Here, GA
 
Posts: 158 since Jun 2009
Thanks Given: 1
Thanks Received: 86

I coded the TDI for NT6.5. After trading I will import it into NT7 and make any changes if needed. If I works I will post it here.

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

Here is a version for the Trader's Dynamic Index for NT7:


Attached Files
Elite Membership required to download: TradersDynamicIndex.zip
Reply With Quote
  #10 (permalink)
TAJTrades
Here, GA
 
Posts: 158 since Jun 2009
Thanks Given: 1
Thanks Received: 86


Getting ready to post it but someone already has.

Fat Tails and my version are identical (except colors). Curious as to what instrument and chart intervals folks are using this one. When I played with on NT6.5 I could never find consistency with it.

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