![]() |
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
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#61 | |
|
Senior Member
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 10
Thanked 10 times in 7 posts
|
Quote:
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. |
|
|
|
|
|
|
#62 |
|
Member
|
Thank you so much!
jr. |
|
|
|
|
|
#63 |
|
Junior Member
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
|
Has anyone coded and have a functional indicator COT for NinjaTrader? Please help
|
|
|
|
|
|
#64 |
|
Junior Member
Join Date: Nov 2008
Posts: 23
Thanks: 0
Thanked 0 times in 0 posts
|
Is this the same same COT as that displayed within Gomi's GomVolumeLadder? If not, what is the difference?
|
|
|
|
|
|
#65 |
|
Junior Member
Join Date: Feb 2011
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
|
|
|
|
|
|
|
#66 |
|
Senior Member
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
|
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 |
|
|
|
|
|
#67 | |
|
Junior Member
Join Date: Feb 2011
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
i trade forex. does this indicatot work perfectly with FX? if it does please explain.... Regards |
|
|
|
|
|
|
#68 |
|
Senior Member
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
|
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 |
|
|
|
|
|
#69 |
|
Junior Member
Join Date: Feb 2011
Posts: 3
Thanks: 0
Thanked 0 times in 0 posts
|
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 |
|
|
|
|
|
#70 | |
|
Member
Join Date: Oct 2009
Posts: 31
Thanks: 3
Thanked 0 times in 0 posts
|
Quote:
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 |
|
|
|
|
|
|
#71 |
|
Senior Member
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
|
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 |
|
|
|
|
|
#72 | |
|
Member
Join Date: Oct 2009
Posts: 31
Thanks: 3
Thanked 0 times in 0 posts
|
Quote:
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 |
|
|
|
|
|
|
#73 |
|
Senior Member
Join Date: Jan 2009
Posts: 584
Thanks: 2
Thanked 20 times in 12 posts
|
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 |
|
|
|
|
|
#74 |
|
Member
Join Date: Jan 2012
Posts: 36
Thanks: 8
Thanked 3 times in 2 posts
|
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.
|
|
|
|
|
|
#75 | |
|
Member
Join Date: Apr 2010
Posts: 89
Thanks: 3
Thanked 1 time in 1 post
|
Quote:
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! |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |