NexusFi: Find Your Edge


Home Menu

 





Julius de Kempenaer (JdK) Relative Rotation Graphs (RRG) aka JdK RS Ratio


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one Big Mike with 14 posts (45 thanks)
    2. looks_two GoldenRatio with 11 posts (7 thanks)
    3. looks_3 donedge with 10 posts (1 thanks)
    4. looks_4 JdeKempenaer with 9 posts (12 thanks)
      Best Posters
    1. looks_one bluecrow with 8 thanks per post
    2. looks_two Big Mike with 3.2 thanks per post
    3. looks_3 srgtroy with 2.3 thanks per post
    4. looks_4 JdeKempenaer with 1.3 thanks per post
    1. trending_up 73,700 views
    2. thumb_up 116 thanks given
    3. group 237 followers
    1. forum 72 posts
    2. attach_file 20 attachments




 
Search this Thread

Julius de Kempenaer (JdK) Relative Rotation Graphs (RRG) aka JdK RS Ratio

  #31 (permalink)
 
GoldenRatio's Avatar
 GoldenRatio 
Philadelphia, PA
 
Experience: Advanced
Platform: Matlab, TradeStation
Trading: Stocks
Posts: 211 since Aug 2012
Thanks Given: 5,192
Thanks Received: 296

I coded this up in Matlab.

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
Increase in trading performance by 75%
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
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
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
GFIs1 1 DAX trade per day journal
11 thanks
HumbleTraders next chapter
10 thanks
  #32 (permalink)
 
ericbrown's Avatar
 ericbrown 
Tulsa, OK
 
Experience: Advanced
Platform: Tradestation, TOS, Python
Broker: IQFeed, Tradestation, TOS
Trading: ES, SPY, Options
Posts: 201 since Jan 2011
Thanks Given: 339
Thanks Received: 258


donedge View Post
@ericbrown,
I have searched the net for something like this coded in Python. Have you done any progress?

I have not found anything and haven't taken the time to build something for my own use yet.

Follow me on Twitter Reply With Quote
  #33 (permalink)
 donedge 
Rio de Janeiro / Barcelona
 
Experience: Advanced
Platform: NinjaTrader & Excel
Broker: IB
Trading: EWZ
Posts: 125 since Apr 2013
Thanks Given: 89
Thanks Received: 96



GoldenRatio View Post
I coded this up in Matlab.

Hi @GoldenRatio,
Can you share the formula. I will have it coded it Python. I will share the code later here.

Reply With Quote
  #34 (permalink)
 
GoldenRatio's Avatar
 GoldenRatio 
Philadelphia, PA
 
Experience: Advanced
Platform: Matlab, TradeStation
Trading: Stocks
Posts: 211 since Aug 2012
Thanks Given: 5,192
Thanks Received: 296


donedge View Post
Hi @GoldenRatio,
Can you share the formula. I will have it coded it Python. I will share the code later here.

@donedge

Unfortunately I cannot simply post the Matlab code due to reason I do not care to get into here in forum. However, I can show you the way. Most of the information on how to build can be found in Paul Ciana's-New Frontiers in Technical Analysis and Julius own website and public papers:

Calculate both a 10 and 30 week SMA
Take MACD of above
Create RS Ratio using MACD and Julius proprietary factor (1-99)
Calculate 9 week SMA of RS Ratio
Create RS Momentum of above.
Plot RS Ratio vs. RS Momentum

Good luck and please keep your word by posting Python code. Again, the hiccup if trying to match StockCharts or Bloomberg is that you do know know how Julius ranks the securities from 1-99. I use my own proprietary program to create rankings.

Reply With Quote
  #35 (permalink)
 
Neo1's Avatar
 Neo1 
Christchurch, New Zealand
 
Experience: Beginner
Platform: SC
Broker: IB, BC, Dx Feed
Trading: US Equities
Posts: 428 since Jul 2014
Thanks Given: 471
Thanks Received: 531


GoldenRatio View Post
@Neo1 Did you write the script yourself to create the RRG chart or are you using a pre-programmed application?

I have written a script to create RRG charts using Julius de Kempenaer methodology but in the end, Julius ranks the symbols by a factor (1-99.) I have not been able to determine what factor Julius uses to rank symbols by. If calculated on your own, what factor do you use?

Here is an example from Jan 2015 from stockcharts:



And here is my code output when I brute force the factor until the plots matched:



I now use my own proprietary factor to rank stocks according to my selection methodology but would be curious to learn how others such as yourself do it.

Sorry I can't help you with the back end. RRG charts are built into one of the platforms I use- Market Analyst 7

-http://www.mav7.com/relative-rotation-graphs/

Reply With Quote
  #36 (permalink)
 donedge 
Rio de Janeiro / Barcelona
 
Experience: Advanced
Platform: NinjaTrader & Excel
Broker: IB
Trading: EWZ
Posts: 125 since Apr 2013
Thanks Given: 89
Thanks Received: 96


GoldenRatio View Post
@donedge

Unfortunately I cannot simply post the Matlab code due to reason I do not care to get into here in forum. However, I can show you the way. Most of the information on how to build can be found in Paul Ciana's-New Frontiers in Technical Analysis and Julius own website and public papers:

Calculate both a 10 and 30 week SMA
Take MACD of above
Create RS Ratio using MACD and Julius proprietary factor (1-99)
Calculate 9 week SMA of RS Ratio
Create RS Momentum of above.
Plot RS Ratio vs. RS Momentum

Good luck and please keep your word by posting Python code. Again, the hiccup if trying to match StockCharts or Bloomberg is that you do know know how Julius ranks the securities from 1-99. I use my own proprietary program to create rankings.

Hi @GoldenRatio

What do you think of using the SCTR (stockcharts own indicator, the formula is public and I like it as it has a mix of short,medium and long term scope)? I guess that could be used instead of "Julius proprietary factor (1-99)".

Reply With Quote
  #37 (permalink)
 
GoldenRatio's Avatar
 GoldenRatio 
Philadelphia, PA
 
Experience: Advanced
Platform: Matlab, TradeStation
Trading: Stocks
Posts: 211 since Aug 2012
Thanks Given: 5,192
Thanks Received: 296


donedge View Post
Hi @GoldenRatio

What do you think of using the SCTR (stockcharts own indicator, the formula is public and I like it as it has a mix of short,medium and long term scope)? I guess that could be used instead of "Julius proprietary factor (1-99)".

Hi @donedge,

I am not familiar with stockcharts own indicator SCTR? Can you please provide a link?

Maybe that is what stockcharts is using when they generate the graphs and not Julius' factor? I do not have a stockcharts subscription but if they provide a SCTR for the indexes, then I can easily check ...

Reply With Quote
  #38 (permalink)
 donedge 
Rio de Janeiro / Barcelona
 
Experience: Advanced
Platform: NinjaTrader & Excel
Broker: IB
Trading: EWZ
Posts: 125 since Apr 2013
Thanks Given: 89
Thanks Received: 96


GoldenRatio View Post
Hi @donedge,

I am not familiar with stockcharts own indicator SCTR? Can you please provide a link?

Maybe that is what stockcharts is using when they generate the graphs and not Julius' factor? I do not have a stockcharts subscription but if they provide a SCTR for the indexes, then I can easily check ...

@GoldenRatio
Here it is:

StockCharts Technical Rank (SCTR) [ChartSchool]

StockCharts Technical Rankings - Free Charts - StockCharts.com

I think this will work perfect instead of their indicator.

Reply With Quote
  #39 (permalink)
 
GoldenRatio's Avatar
 GoldenRatio 
Philadelphia, PA
 
Experience: Advanced
Platform: Matlab, TradeStation
Trading: Stocks
Posts: 211 since Aug 2012
Thanks Given: 5,192
Thanks Received: 296


donedge View Post

Unfortunately they do not provide the SCTR for any indexes, just stocks: RRG Charts - StockCharts.com so I cannot check against any?

Reply With Quote
  #40 (permalink)
 
GoldenRatio's Avatar
 GoldenRatio 
Philadelphia, PA
 
Experience: Advanced
Platform: Matlab, TradeStation
Trading: Stocks
Posts: 211 since Aug 2012
Thanks Given: 5,192
Thanks Received: 296



Neo1 View Post
Sorry I can't help you with the back end. RRG charts are built into one of the platforms I use- Market Analyst 7

-http://www.mav7.com/relative-rotation-graphs/

@Neo1 I am wondering if you would do me a favor and create a RRG chart for some or all of the following symbols:

PANW, ALXN, FB, VDSI, MTSI, SWKS, CELG, EA, CAVM, SMCI, CMPR, ILMN, ULTA, PKG, CBG, KMX, SHW, CYBR, LCI, AKRX, IPGP.

I'd like to see if I can determine what JdK is using to rank the stocks. If I discover the ranking method, I will share back with the thread.

Reply With Quote




Last Updated on September 8, 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