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,729 views
    2. thumb_up 2 thanks given
    3. group 1 followers
    1. forum 5 posts
    2. attach_file 2 attachments




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

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?
Topstep Acquires The Futures Desk -- Prop Firm Consolida …
Funded Trading Evaluation Firms
Iran Update May 8: Still Reviewing MOU, Demands Reparati …
Traders Hideout
The May 31 Binary: 60% Trump Declares Iran Ops Over, Onl …
Prediction Markets & Event Contracts
February NFP Preview -- Why This Mornings Jobs Number Co …
Traders Hideout
Kharg Island at 6%, Regime Fall at 1.5% -- The Black Swa …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
23 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
7 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Lady Vols Primer: Trading Volatility Journal
6 thanks
  #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,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,557

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 X 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: 801

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: 801

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:	229
Size:	29.5 KB
ID:	25966   Click image for larger version

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




Last Updated on November 21, 2010


© 2026 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 - Downloads - Top
no new posts