NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Indicator Development

Indicator Development Support for the development of custom indicators using NinjaScript.

Reply
 
Thread Tools Display Modes
Old 02-17-2009, 06:35 AM   #61
cunparis
Senior Member
 
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 10
Thanked 10 times in 7 posts
Default

Quote:
Originally Posted by jrbolsa View Post
Could you check if you have ZR, ZO or/and ZC (daily data and how many years)?
Sorry for the late reply, I hadn't run Ninjatrader over the holiday weekend.

ZO & ZC daily from 4/1996
ZR from 8/2006. it has data from 1998 but there are no bars, just a line so I think the data there is not valid until 8/2006.
cunparis is offline  
Reply With Quote
Old 02-17-2009, 02:11 PM   #62
jrbolsa
Member
 
Join Date: Dec 2008
Location: Madrid
Posts: 98
Thanks: 0
Thanked 0 times in 0 posts
Send a message via Skype™ to jrbolsa
Default

Thank you so much!

jr.
jrbolsa is offline  
Reply With Quote
Old 06-13-2010, 06:21 PM   #63
bingkeff
Junior Member
 
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
Default

Has anyone coded and have a functional indicator COT for NinjaTrader? Please help
bingkeff is offline  
Reply With Quote
Old 11-11-2010, 06:56 AM   #64
dowtrader
Junior Member
 
Join Date: Nov 2008
Posts: 23
Thanks: 0
Thanked 0 times in 0 posts
Default Cot

Is this the same same COT as that displayed within Gomi's GomVolumeLadder? If not, what is the difference?
dowtrader is offline  
Reply With Quote
Old 02-26-2011, 02:10 AM   #65
yullah
Junior Member
 
Join Date: Feb 2011
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
Default need cot

Quote:
Originally Posted by jrbolsa View Post
Thank you so much!

jr.

Please i will like to have this tested COT indicators that you have been discussing. the links given, i cant find the indicators there. please can i have it, and can it work with any MT4? please give me details
yullah is offline  
Reply With Quote
Old 02-26-2011, 03:03 AM   #66
zweistein
Senior Member
 
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
Default

here is my version,

http://www.zweisteintrading.eu/cotreport.htm

payment is one time only. All data is taken directly from cftc.gov
NT7R3 compatible (also NT7R2 version available)

regards
andreas
zweistein is offline  
Reply With Quote
Old 02-26-2011, 03:14 AM   #67
yullah
Junior Member
 
Join Date: Feb 2011
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
Default

Quote:
Originally Posted by zweistein View Post
here is my version,

http://www.zweisteintrading.eu/cotreport.htm

payment is one time only. All data is taken directly from cftc.gov
NT7R3 compatible (also NT7R2 version available)

regards
andreas
thanks for the quick response,
i trade forex. does this indicatot work perfectly with FX? if it does please explain....

Regards
yullah is offline  
Reply With Quote
Old 02-26-2011, 03:24 AM   #68
zweistein
Senior Member
 
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
Default

the indicator works with NinjaTrader 7.

You can use any kind of data including forex data as long as the data can be shown in a Chart by NinjaTrader. The COTReport indicator is actually independent of the charted data as it communicates directly with the cftc.gov. In my example it displays cot data for eurofx from cftc.
On zweisteintrading.eu, there I chart the Eur-usd future, but you coudl use also EURUSD fx data.


regards

andreas
zweistein is offline  
Reply With Quote
Old 02-26-2011, 03:42 AM   #69
yullah
Junior Member
 
Join Date: Feb 2011
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
Default

Appreciative,
Again, what do you personally trade with this indicator? How best does it work? Does it give alert/signal as to when to buy/sell?

....sorry for all these provocative questions... am new to NT and this COT indicator

regard
yullah is offline  
Reply With Quote
Old 01-16-2012, 03:55 PM   #70
monnn
Member
 
Join Date: Oct 2009
Posts: 31
Thanks: 3
Thanked 0 times in 0 posts
Default A possibility to use it in a new indicator ?

Quote:
Originally Posted by zweistein View Post
the indicator works with NinjaTrader 7.

You can use any kind of data including forex data as long as the data can be shown in a Chart by NinjaTrader. The COTReport indicator is actually independent of the charted data as it communicates directly with the cftc.gov. In my example it displays cot data for eurofx from cftc.
On zweisteintrading.eu, there I chart the Eur-usd future, but you coudl use also EURUSD fx data.


regards

andreas
Hi Andreas,
I have seen your indicator on your website and the options to plot.

Could your COTReport indicator display the open interest number in each trader category for long/short/spreading incl. the total open interest as individual dataseries ?
Could the dataseries be used in another indicator ? I.e. new indicator using dataseries from COTReport indicator.

((COTReport(EuroFx,Long,Futures,All).DealerInterme diary[0] - COTReport(EuroFx,Short,Futures,All).DealerIntermed iary[0]) / COTReport(EuroFx,Total,Futures,All).TotalOpenInter est[0] ) -
((COTReport(EuroFx,Long,Futures,All).DealerInterme diary[5] - COTReport(EuroFx,Short,Futures,All).DealerIntermed iary[5]) / COTReport(EuroFx,Total,Futures,All).TotalOpenInter est[5]

((COTReport(EuroFx,Long,Futures,All).LeveragedFund s[0] - COTReport(EuroFx,Spreading,Futures,All).LeveragedF unds[0]) / COTReport(EuroFx,Total,Futures,All).TotalOpenInter est[0] ) -
((COTReport(EuroFx,Long,Futures,All).LeveragedFund s[15] - COTReport(EuroFx,Spreading,Futures,All).LeveragedF unds[15]) / COTReport(EuroFx,Total,Futures,All).TotalOpenInter est[15] )

Thank you for your answer.
monnn
monnn is offline  
Reply With Quote
Old 01-17-2012, 11:16 AM   #71
zweistein
Senior Member
 
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
Default

Yes , you can display OI for all categories.
You can also use COTReport from another indicator and in backtesting.
Here an example:
OnBarUpdate(){
COTReport cotreport =COTReport(Input);
cotreport.Contract=contract;
cotreport.Display=display;
cotreport.Report=report;
cotreport.OpenInterestDisplay=COTReportHelper.Open InterestDisplayType.Contracts;
cotreport.OpenInterest=COTReportHelper.OpenInteres tType.Long;
cotreport.Update();

int h=HighestBar(cotreport.Commercial,BarsBackfromWeek sBack(weeks));
}

The version you can buy on the web uses the Legacy format, hence, Commercial/NonCommercial/NonReportable

As an addon (another 50Eur) I offer also the new disaggregated format (Dealer/Leveraged/Managed Money/OtherReportable)


Regards
Andreas
zweistein is offline  
Reply With Quote
Old 01-17-2012, 04:17 PM   #72
monnn
Member
 
Join Date: Oct 2009
Posts: 31
Thanks: 3
Thanked 0 times in 0 posts
Default

Quote:
Originally Posted by zweistein View Post
Yes , you can display OI for all categories.
You can also use COTReport from another indicator and in backtesting.
Here an example:
OnBarUpdate(){
COTReport cotreport =COTReport(Input);
cotreport.Contract=contract;
cotreport.Display=display;
cotreport.Report=report;
cotreport.OpenInterestDisplay=COTReportHelper.Open InterestDisplayType.Contracts;
cotreport.OpenInterest=COTReportHelper.OpenInteres tType.Long;
cotreport.Update();

int h=HighestBar(cotreport.Commercial,BarsBackfromWeek sBack(weeks));
}

The version you can buy on the web uses the Legacy format, hence, Commercial/NonCommercial/NonReportable

As an addon (another 50Eur) I offer also the new disaggregated format (Dealer/Leveraged/Managed Money/OtherReportable)


Regards
Andreas
Thank you for the answer, Andreas.
1.Are both versions available for all markets and instruments ? Simply for all COT Reports ?
2.Both Futures COT Report and Futures-and-Options-Combined COT Report ?
3.Number of traders in each category ?
4.CIT Report (Supplemental Commodity Index) ?
5.How far back (years) does your indicator go ? Could you specify as much as possible ?
Thank you for your answers and explanation.
monnn
monnn is offline  
Reply With Quote
Old 01-17-2012, 11:45 PM   #73
zweistein
Senior Member
 
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
Default

All yes, except for CIT Index which is not there.
Number of Traders also yes.
Data goes back as far as cftc.gov has it, dipending on the instrument sometimes back to 2009 sometimes back to 1990.
Andreas
zweistein is offline  
Reply With Quote
Old 01-22-2012, 09:44 AM   #74
nicosxm
Member
 
Join Date: Jan 2012
Posts: 36
Thanks: 8
Thanked 3 times in 2 posts
Default

Hi guys,
As anyone figured out how to bring this great COT Indicator from track'n trade to NinjaTrader 7
http://www.commitmentoftraders.com/cotexamples.htm
Thanks,

Nico.
Last edited by nicosxm; 01-22-2012 at 09:47 AM.
nicosxm is offline  
Reply With Quote
Old 05-17-2012, 08:32 PM   #75
aligator
Member
 
Join Date: Apr 2010
Posts: 89
Thanks: 3
Thanked 1 time in 1 post
Default

Quote:
Originally Posted by NinjaTrader_Bertrand View Post
Hi Elliott Wave,

Thanks for posting your ideas and your skeleton COT indicator.

I will forward it promptly to our development team!

Have a great day!
Hi Bertrand,

It has been almost 3.5 years (many versions ago) since you "promptly" forwarded a request for a COT indicator to your development team, did they loose it? Just to let you know, the competition is way ahead in this area. Hopefully, NT8 will address a lot of the requests in charting and technical areas and not just revised to add more admin and functionality improvements.

Good luck!
aligator is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
COT Indicator bwall Indicator Development 8 12-14-2008 11:51 AM
Traders Expo NYC redrum28 Suggestions And Feedback 1 02-13-2008 04:03 AM
Traders Lament zoltran Miscellaneous Support 1 11-18-2007 10:55 PM
2 or more traders using Ninja Shiva Swinger Miscellaneous Support 1 02-23-2007 02:29 AM
Traders, can you assist? ETemp Connecting 6 02-20-2007 07:36 AM


All times are GMT -6. The time now is 02:38 PM.