NexusFi: Find Your Edge


Home Menu

 





Delta divergence indicator available in the elite section for Ninjatrader7?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one nickse2003 with 6 posts (14 thanks)
    2. looks_two COTtrader with 5 posts (1 thanks)
    3. looks_3 gain247 with 4 posts (1 thanks)
    4. looks_4 timo77 with 4 posts (0 thanks)
      Best Posters
    1. looks_one nickse2003 with 2.3 thanks per post
    2. looks_two rt-trader with 2 thanks per post
    3. looks_3 Big Mike with 1.3 thanks per post
    4. looks_4 gain247 with 0.3 thanks per post
    1. trending_up 31,221 views
    2. thumb_up 23 thanks given
    3. group 20 followers
    1. forum 38 posts
    2. attach_file 1 attachments




 
Search this Thread

Delta divergence indicator available in the elite section for Ninjatrader7?

  #11 (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,396 since Jun 2009
Thanks Given: 33,172
Thanks Received: 101,535

Please keep in mind this thread is not Elite, so only link to Elite files posted in correct section of forum.

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:

Can you help answer these questions
from other members on NexusFi?
Are there any eval firms that allow you to sink to your …
Traders Hideout
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Deepmoney LLM
Elite Quantitative GenAI/LLM
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
Battlestations: Show us your trading desks!
24 thanks
The Program
18 thanks
  #12 (permalink)
 nickse2003 
Randolph
 
Experience: Intermediate
Platform: ninjatrader
Trading: eur/usd
Posts: 9 since Dec 2011
Thanks Given: 1
Thanks Received: 14

Sure, will do.

-Nick

Reply With Quote
Thanked by:
  #13 (permalink)
 timo77 
Poortland OR
 
Experience: Intermediate
Platform: ninja trader
Trading: oil
Posts: 6 since Dec 2012
Thanks Given: 5
Thanks Received: 0


Thanks Nick, your indicator sounds just like what I am after. Much appreciated if you post a link to it!

Timo


nickse2003 View Post
Hey Timo77,

Are you referring to a sub-chart in which candlesticks are formed by volume (cumulative delta)? I had such an indicator coded that highlights the candles when divergence occurs. I'm going to post it as soon as I take a screenshot of it in action (when market resumes).

It's function:

Buy volume, price divergence: Occurs when price ticks below the starting point price (from indicator running time), and there is accumulated buy volume delta (more buying than selling volume). Current candle's outline and wick is a thick magenta color during this time.

Sell volume, price divergence: Occurs when price ticks above the starting point price (from indicator running time), and there is accumulated sell volume delta (more selling than buying volume). Current candle's outline and wick is a thick cyan color during this time.

In both instances, completed candles retain their characteristics.
This chart is a sub-panel below the regular price chart.

Hopefully, this will help!

-Nick


Started this thread Reply With Quote
  #14 (permalink)
 chartman 
ottawa ontario canada
 
Experience: Intermediate
Platform: ninja trader
Broker: ninja trader brokerage
Trading: es
Posts: 100 since Sep 2009
Thanks Given: 17
Thanks Received: 23

Thank you nick for posting the delta divergence indicator.do you suggest using it on any particular timeframe.will test it tomorrow.thank you again

Reply With Quote
  #15 (permalink)
 nickse2003 
Randolph
 
Experience: Intermediate
Platform: ninjatrader
Trading: eur/usd
Posts: 9 since Dec 2011
Thanks Given: 1
Thanks Received: 14

I'm not an experience trader, but from spending countless hours of scouring the web and reading books, I think I have a solid understanding of the market auction process. It's always a learning process, indeed.

I'm still experimenting with the indicator, myself. What I'm doing now is opening three different charts, side by side, with the indicator on a 60-minute, a 15-minute, and a 5-minute time frame. It's a 'real-time' indicator, so be sure not to alter the data series or add other indicators while this one is running or else it'll reset! I personally, wouldn't use it as a "stand-alone" method for entries and exits, but rather in conjunction with other indicators and/or methods. I hope to have more of my ideas coded soon.

One more thing, make sure to go under the indicator options window and click the 'calculate bar on close' tab to 'false' so the bars will line up with one another, and not one behind.
Good luck in your trading!

-Nick

Reply With Quote
Thanked by:
  #16 (permalink)
 rt-trader 
Australia
 
Experience: Intermediate
Platform: NinjaTrader
Posts: 29 since Jun 2009
Thanks Given: 20
Thanks Received: 17

Nick,

Interesting code - thanks for posting. You can add CalculateOnBarClose = false; in Initialize then the indicator will always run 'live'.

If you wanted to load historical Bid/Ask data you could use the Gom framework by basing your code in a copy of GOMDeltaVolume or GomCD and running one instance with WriteData = true.

Good luck

rt

Reply With Quote
Thanked by:
  #17 (permalink)
 
COTtrader's Avatar
 COTtrader 
JACKSON, MICHIGAN
Legendary Market Wizard
 
Experience: Intermediate
Platform: TS and Trading View
Broker: TS
Trading: ES Awesome!
Posts: 955 since Jul 2009
Thanks Given: 406
Thanks Received: 648

Excellent idea RT. As it is now, I keep my computer running 24/5.

COTtrader


rt-trader View Post
Nick,

Interesting code - thanks for posting. You can add CalculateOnBarClose = false; in Initialize then the indicator will always run 'live'.

If you wanted to load historical Bid/Ask data you could use the Gom framework by basing your code in a copy of GOMDeltaVolume or GomCD and running one instance with WriteData = true.

Good luck

rt


Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #18 (permalink)
 
COTtrader's Avatar
 COTtrader 
JACKSON, MICHIGAN
Legendary Market Wizard
 
Experience: Intermediate
Platform: TS and Trading View
Broker: TS
Trading: ES Awesome!
Posts: 955 since Jul 2009
Thanks Given: 406
Thanks Received: 648

Hi, Nick,

Excellent indicator. Most interested in finding someone to build this into the GOM framework in order to save the data. I look at delta volume inventory over a 1 to 4 week period. Unable to leave my charts open and computer running 24/7. Therefore, might I have your permission to request that someone from this site add the indicator to the GOM framework?

Thank you for this gift. It is now the only reason I have to not take out a Market Delta or RT subscription.

By the way, Market Delta's delta divergence indicator looks for divergent buy opportunities below the VWAP -1 dev band or a sell from above the +1 dev band. Probably works great on rotation days. ryanCurrentDay VWAP works nicely for me. Might even be possible in the future to code it into an efficient VWAP with at least 2 sets of dev bands.

Truly thanks!

COTtrader
"Ken"

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #19 (permalink)
 
COTtrader's Avatar
 COTtrader 
JACKSON, MICHIGAN
Legendary Market Wizard
 
Experience: Intermediate
Platform: TS and Trading View
Broker: TS
Trading: ES Awesome!
Posts: 955 since Jul 2009
Thanks Given: 406
Thanks Received: 648

Here is a pix from today looking at the 2 pm divergence on a 5 minute chart of the ES.

Attached Thumbnails
Click image for larger version

Name:	5min-example.png
Views:	789
Size:	14.9 KB
ID:	102657  
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #20 (permalink)
 
plethora's Avatar
 plethora 
Los Angeles, CA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Rithmic
Trading: GC
Posts: 629 since Dec 2010
Thanks Given: 1,174
Thanks Received: 425


Nick, this indicator is fascinating for reading "divergence" as chop. It can signal divergence for hours. Read: Do the laundry.

Thanks for your work and for sharing.

Reply With Quote




Last Updated on January 9, 2014


© 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