NexusFi: Find Your Edge


Home Menu

 





COT indicator Ninja Trader?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one aventeren with 16 posts (10 thanks)
    2. looks_two Big Mike with 5 posts (2 thanks)
    3. looks_3 Harvard with 4 posts (4 thanks)
    4. looks_4 Aragorn with 2 posts (0 thanks)
      Best Posters
    1. looks_one gomi with 3 thanks per post
    2. looks_two Harvard with 1 thanks per post
    3. looks_3 aventeren with 0.6 thanks per post
    4. looks_4 Big Mike with 0.4 thanks per post
    1. trending_up 25,040 views
    2. thumb_up 22 thanks given
    3. group 16 followers
    1. forum 40 posts
    2. attach_file 2 attachments




 
Search this Thread

COT indicator Ninja Trader?

  #21 (permalink)
 
learning0101's Avatar
 learning0101 
Houston, Texas
 
Experience: Intermediate
Platform: NinjaTrader,TOS,Etrade,St
Broker: NT:( tos,etrade,CS
Trading: stocks,options,futures,forex
Frequency: Never
Duration: Never
Posts: 287 since Aug 2011
Thanks Given: 3,613
Thanks Received: 222

Hi @aventeren

need free cot indicator - [AUTOLINK]NinjaTrader[/AUTOLINK] Support Forum

and from vendor
COT Indicator - Littlefish FX

discalimer: Not affiliated with any above mentioned
Just searched and found


Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
26 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
20 thanks
  #22 (permalink)
 
aventeren's Avatar
 aventeren 
Bellingham, WA USA
 
Experience: Beginner
Platform: NT
Broker: Mirus (Broker), Continuum (Data), Dorman (Clearing)
Trading: Futures
Posts: 202 since Mar 2013
Thanks Given: 428
Thanks Received: 202


learning0101 View Post
Hi @aventeren

need free cot indicator - [AUTOLINK]NinjaTrader[/AUTOLINK] Support Forum

and from vendor
COT Indicator - Littlefish FX

discalimer: Not affiliated with any above mentioned
Just searched and found


Yeah I've seen both of those posts...the first one was converted into a $160 paid indicator.

The second one is just pointing to this paid indicator.

I'm trying to do something for free that we can all use.

Thanks for chiming in. I appreciate it.

Reply With Quote
Thanked by:
  #23 (permalink)
NoiseTrader716
Buffalo, NY
 
Posts: 64 since Jul 2014
Thanks Given: 4
Thanks Received: 38


I wouldn't just dismiss the charting quandl has itself.
Making this in ninja wouldn't be trivial
Commitment of Traders - Gold - Futures Only (CFTC) - Data and Charts from Quandl
Being able to click on and off the various aspects of the COT is pretty slick.

I love ninja but life is easier if you don't try to have one application do everything.

Reply With Quote
  #24 (permalink)
 
aventeren's Avatar
 aventeren 
Bellingham, WA USA
 
Experience: Beginner
Platform: NT
Broker: Mirus (Broker), Continuum (Data), Dorman (Clearing)
Trading: Futures
Posts: 202 since Mar 2013
Thanks Given: 428
Thanks Received: 202


NoiseTrader716 View Post
I wouldn't just dismiss the charting quandl has itself.
Making this in ninja wouldn't be trivial
Commitment of Traders - Gold - Futures Only (CFTC) - Data and Charts from Quandl
Being able to click on and off the various aspects of the COT is pretty slick.

I love ninja but life is easier if you don't try to have one application do everything.

My reason for moving the data into NT is so that I can backtest ideas at scale, which I can't do without bringing the values into NT.

Reply With Quote
  #25 (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,446 since Jun 2009
Thanks Given: 33,220
Thanks Received: 101,610

According to the Quandl API page, there is a .NET api.

https://github.com/QuantConnect/Quandl.NET

I didn't look to see what version of .NET. If it's more than 3.5 then I believe it won't work with NT7. But otherwise...

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
  #26 (permalink)
 
aventeren's Avatar
 aventeren 
Bellingham, WA USA
 
Experience: Beginner
Platform: NT
Broker: Mirus (Broker), Continuum (Data), Dorman (Clearing)
Trading: Futures
Posts: 202 since Mar 2013
Thanks Given: 428
Thanks Received: 202


Big Mike View Post
According to the Quandl API page, there is a .NET api.

https://github.com/QuantConnect/Quandl.NET

I didn't look to see what version of .NET. If it's more than 3.5 then I believe it won't work with NT7. But otherwise...

Mike

Not a bad idea...however if wrapping the code around this .NET API meant that everyone would need to download the .NET API, I don't think it would work very well. But hell, who knows...maybe it would be.

Right now I'm stuck on the dumbest thing: how to convert a List<string> that contains string elements that are formatted as "XXXX.0". I need to:

1. Parse the ".0"
2. Convert the parsed value to an Int 32
3. Add the parsed Int32 value to a new List

If I can do this, I'm in the barn...but I can't get the damn gate open. It should be easy, but it's been a long day.

Reply With Quote
  #27 (permalink)
 
aventeren's Avatar
 aventeren 
Bellingham, WA USA
 
Experience: Beginner
Platform: NT
Broker: Mirus (Broker), Continuum (Data), Dorman (Clearing)
Trading: Futures
Posts: 202 since Mar 2013
Thanks Given: 428
Thanks Received: 202

I made great progress this AM. I've now successfully pulled the legacy COT info from a Quandl web request and then converted the information into dates and values. I'm able to print this info to the Output Window--so I have successfully completed part 1 of pulling the COT data into NT.

Next up will be matching dates and bars to assign the correct COT values to each bar--and then assign the correct values to plots and plot the info. Almost there.

Reply With Quote
Thanked by:
  #28 (permalink)
 
aventeren's Avatar
 aventeren 
Bellingham, WA USA
 
Experience: Beginner
Platform: NT
Broker: Mirus (Broker), Continuum (Data), Dorman (Clearing)
Trading: Futures
Posts: 202 since Mar 2013
Thanks Given: 428
Thanks Received: 202

Howdy--

I finished my COT indicators, and I posted them in the Elite section under a new thread call Commitment of Trader's ("COT") Report: NT Tools and Discussion. I chose to make the indicators Elite only so as to help out nexusfi.com (formerly BMT), which has been a big part of my journey.

Thanks for everyone's help on this thread.

All best,

Aventeren

Reply With Quote
  #29 (permalink)
 
Aragorn's Avatar
 Aragorn 
Salt Lake City, UT
 
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: ES, 6E
Posts: 321 since Aug 2010
Thanks Given: 215
Thanks Received: 359

@ gomi- do you think you could make an indicator using your COT from your GomVolumeLadder? I think it may be very beneficial to see them as bars above and below a zero line.

Visit my NexusFi Trade Journal Reply With Quote
  #30 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505


Hi,

The HighCOT and LowCOT can be accessed as properties.
See the GomVoluleLadderIndicators

Attached Files
Elite Membership required to download: GomVolumeLadderIndicators.cs
Reply With Quote
Thanked by:




Last Updated on March 24, 2019


© 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