NexusFi: Find Your Edge


Home Menu

 





LinRegSlope in Degrees


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one MXASJ with 3 posts (0 thanks)
    2. looks_two bukkan with 1 posts (1 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 Big Mike with 1 posts (1 thanks)
    1. trending_up 4,165 views
    2. thumb_up 2 thanks given
    3. group 1 followers
    1. forum 5 posts
    2. attach_file 2 attachments




 
Search this Thread

LinRegSlope in Degrees

  #1 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

I'm looking for a way to have the Ninja Indicator LinRegSlope expressed in degrees so I can run some tests across a basket of instruments. Before I get too carried away has anyone already done this or seen this?

Default LinRegSlope code is:

 
Code
 
protectedoverridevoid OnBarUpdate()
{
double sumX = (double) Period * (Period - 1) * 0.5;
double divisor = sumX * sumX - (double) Period * Period * (Period - 1) * (2 * Period - 1) / 6;
double sumXY = 0;
for (int count = 0; count < Period && CurrentBar - count >= 0; count++)
sumXY += count * Input[count];

Value.Set(((double) Period * sumXY - sumX * SUM(Inputs[0], Period)[0]) / divisor);
}
And the output is related to the tick size therefore you can not directly compare ES and 6E, for example.

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
How to apply profiles
Traders Hideout
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #3 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271


see this NinjaTrader Support Forum - View Single Post - Slope function output

Reply With Quote
Thanked by:
  #4 (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,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661

nexusfi.com (formerly BMT) CollectiveMA also has slope code built in, easy to modify for your purpose.



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:
  #5 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Thanks! And talk about a fast response!

Testing to see if this is correct:

 
Code
Value.Set(System.Math.Atan((((double) Period * sumXY - sumX * SUM(Inputs[0], Period)[0]) / divisor)/TickSize)*180/Math.PI);

Started this thread Reply With Quote
  #6 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Actually if anyone can check that code it would be great. My weekend hypothesis testing is the "Euro trends more than the ES" thing that came up in another thread. One way I thought to test that was to look at the distributions of LinRegSlope for the two instruments, but that will only work if it is true apples-to-apples math.

Preliminary histograms attached. 20 days of 1 min data.

Attached Thumbnails
Click image for larger version

Name:	6E_Hist.jpeg
Views:	158
Size:	29.5 KB
ID:	25966   Click image for larger version

Name:	ES_Hist.jpeg
Views:	129
Size:	22.3 KB
ID:	25967  
Started this thread Reply With Quote




Last Updated on November 21, 2010


© 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