NexusFi: Find Your Edge


Home Menu

 





cumulative AD line


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Snoop with 4 posts (1 thanks)
    2. looks_two cory with 4 posts (9 thanks)
    3. looks_3 Fat Tails with 2 posts (11 thanks)
    4. looks_4 Blackburn with 2 posts (0 thanks)
      Best Posters
    1. looks_one Fat Tails with 5.5 thanks per post
    2. looks_two tigertrader with 4 thanks per post
    3. looks_3 cory with 2.3 thanks per post
    4. looks_4 Snoop with 0.3 thanks per post
    1. trending_up 7,954 views
    2. thumb_up 25 thanks given
    3. group 7 followers
    1. forum 13 posts
    2. attach_file 9 attachments




 
Search this Thread

cumulative AD line

  #1 (permalink)
 
Snoop's Avatar
 Snoop 
Toronto, Ontario
 
Experience: Advanced
Platform: NinjaTrader, Multicharts
Broker: IB, IQfeed
Trading: ES, CL
Posts: 203 since Oct 2009
Thanks Given: 135
Thanks Received: 165

I recently switched to nt7 and I've slowly recreated those screens I wanted to duplicate from my previous platform.
One thing I'm missing is the AD line. I don't see anything in the native nt indicators or on bmt site.
I know this sounds dead simple, but can someone help me on how to plot an advance decline line?
Thx, Jimmy

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
 
  #2 (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,103

@Snoop:

I do not know, what you really look for. If you can post a chart, this would help.

I have played around a little. Kinetick EOD offers daily data for the Advance-Decline line. They symbol is ^ADD. If you want to cumulate that data, you just need to code a little indicator, which loads data from ADD and cumulates it.

The charts below show the result of a quick and dirty implementation. Is that what you look for, or do you need intraday data?

Attached Thumbnails
Click image for larger version

Name:	Advance Decline 1.jpg
Views:	299
Size:	93.5 KB
ID:	52606   Click image for larger version

Name:	Advance Decline 2.jpg
Views:	244
Size:	89.8 KB
ID:	52607  
Reply With Quote
Thanked by:
  #3 (permalink)
 
Snoop's Avatar
 Snoop 
Toronto, Ontario
 
Experience: Advanced
Platform: NinjaTrader, Multicharts
Broker: IB, IQfeed
Trading: ES, CL
Posts: 203 since Oct 2009
Thanks Given: 135
Thanks Received: 165


Yes Fat tails, that's it. I was mainly looking to use it on a daily basis. I have iqfeed which provides ^ADD as well.
I couldn't find similar code to use as an example (I'm clearly not a programmer), but my bigger issue seems to be nt7 direct edition only allows importing indicators and not access to the editor/compiler.
Would you be so kind to export your implementation? Certainly others in the silent majority will appreciate it as well.

Jimmy


Fat Tails View Post
@ Snoop:

I do not know, what you really look for. If you can post a chart, this would help.

I have played around a little. Kinetick EOD offers daily data for the Advance-Decline line. They symbol is ^ADD. If you want to cumulate that data, you just need to code a little indicator, which loads data from ADD and cumulates it.

The charts below show the result of a quick and dirty implementation. Is that what you look for, or do you need intraday data?


Started this thread Reply With Quote
  #4 (permalink)
 
tigertrader's Avatar
 tigertrader 
Philly, Pa
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader
Trading: ES, ZB
Posts: 6,482 since Jul 2010
Thanks Given: 6,662
Thanks Received: 36,258

There is also the McClennan Oscillator which is recognized by technical analysts as the standard for measuring acceleration in the stock market. Using advance-decline statistics, it gives overbought and oversold indications, divergences, and measurements of the power of a move. *Must be $ADD enabled for the indicator to work.

5th panel - $ADD
6th panel - Mclennan Oscillator

Attached Thumbnails
Click image for larger version

Name:	^TICK (Daily) _ ES 12-11 (Daily) _ ^VIX (Daily)  10_22_2010 - 10_20_2011.jpg
Views:	400
Size:	258.3 KB
ID:	52629  
Attached Files
Elite Membership required to download: McClellanOscillator(2).zip
Follow me on Twitter Reply With Quote
Thanked by:
  #5 (permalink)
 
Snoop's Avatar
 Snoop 
Toronto, Ontario
 
Experience: Advanced
Platform: NinjaTrader, Multicharts
Broker: IB, IQfeed
Trading: ES, CL
Posts: 203 since Oct 2009
Thanks Given: 135
Thanks Received: 165

Thx TT. I do use it as well, and did manage to find McOsc over at the nt forums.
I like to keep an eye on alot of the old school breadth indicators. They still work for me



tigertrader View Post
There is also the McClennan Oscillator which is recognized by technical analysts as the standard for measuring acceleration in the stock market. Using advance-decline statistics, it gives overbought and oversold indications, divergences, and measurements of the power of a move. *Must be $ADD enabled for the indicator to work.

5th panel - $ADD
6th panel - Mclennan Oscillator


Started this thread Reply With Quote
Thanked by:
  #6 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090

cqg has data to create a/d line

Attached Thumbnails
Click image for larger version

Name:	^ADV (1 Min) _ ^DECL (1 Min)  10_19_2011.jpg
Views:	298
Size:	59.7 KB
ID:	52630  
Reply With Quote
Thanked by:
  #7 (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,103

I have warned you that the indicator attached is a quick and dirty version, so let me explain the risks associated:

(1) The indicator loads daily data for ^ADD, so you need a provider who supplies daily data for this instrument.

(2) The NinjaTrader architecture for loading daily data is seriously flawed, as the daily bars are not inserted properly as expected. To avoid any conflict, you need to use the same session template for ^ADD and the primary instrument of your chart. As ^ADD is loaded by the indicator, it will automatically use the session template as specified under instrument settings.

(3) The calculation of the cumulated values is started with the first bar of your chart. The absolute values that you will see can therefore differ from day to day, if you use charts with a fixed lookback period.

(4) The indicator will not work on intraday data, as it only loads daily bars.

The problems (1), (2) and (3) can be overcome by loading daily data asynchronously. Further the indicator can be enhanced to work on intraday data.

I simply do not have the time to code the advancedstuff, so I just attach the "poor man's version" for daily charts.

Don't tell anybody that it was me, who has coded this indicator.

Attached Thumbnails
Click image for larger version

Name:	ES 12-11 (Daily)  20_12_2010 - 19_10_2011.jpg
Views:	321
Size:	89.0 KB
ID:	52661  
Attached Files
Elite Membership required to download: AdvanceDecline.zip
Reply With Quote
  #8 (permalink)
 
Snoop's Avatar
 Snoop 
Toronto, Ontario
 
Experience: Advanced
Platform: NinjaTrader, Multicharts
Broker: IB, IQfeed
Trading: ES, CL
Posts: 203 since Oct 2009
Thanks Given: 135
Thanks Received: 165

Thank you Fat tails. Even "quick and dirty", you're always thorough.

Started this thread Reply With Quote
  #9 (permalink)
 Blackburn 
Malchow (Meckl.)
 
Experience: Intermediate
Platform: NinjaTrader, TWS
Trading: Stocks
Posts: 17 since Mar 2011
Thanks Given: 15
Thanks Received: 0


cory View Post
cqg has data to create a/d line

How can I set a spread chart in NT7?

Reply With Quote
  #10 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090



Blackburn View Post
How can I set a spread chart in NT7?

@Blackburn use this indi

Reply With Quote
Thanked by:




Last Updated on May 28, 2013


© 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