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 11-26-2008, 09:32 AM   #16
alexmaster
Member
 
Join Date: Nov 2008
Posts: 68
Thanks: 0
Thanked 0 times in 0 posts
Send a message via ICQ to alexmaster Send a message via Skype™ to alexmaster
Default

Quote:
Just throw the VolumeZones indicator onto a chart. You will see how it moves when the chart scrolls back in time.
VolumeZones doesn't show volumes on each price (but only lines for ranges, i.e. $2 on S&P 500).

Quote:
As far as your question in post 3. It is evident that most of us do not know what you have on your screenshot. It is not something we can just look at and know exactly what it is.
Hmmm... How can i explain it for You.. It is the volumes due the trading session, or week, or month etc, but not by time as we used to see it, but it is volumes by price.

Quote:
Cumulative volume indicator requires live data also...it accumulates volume (buy and sell volume) as it comes in live, which is the limitation of NinjaTrader. To make it work with historical data, it would require a ton of programming and database work. First, all the tick-volume data would need to be in a database or flat file of our design, then the indicator could be rewritten to access that historical data since it is unavailable from NinjaTrader's data files.
But others have it (eSignal, Se7en, OEC etc). Maybe there is another way for programming it? Counting tick volumes for one price, next for second, next for third...

Quote:
The histogram bars in CalculateValueAreaHisto indicator are based loosely on the Market Profile class of indicators.
Market Profile has time, price and volume. So what do You use in Your indicator? Time and sells (chart with letters) or Price and sells (volumes for every price)?

It is very similar to OEC terminal as i posted screenshot at hte first message, so i make another comparison of Your indicator with Se7en and it seems to be true for volumes, but what depends on the lines in Your indicator? What does the blue shadow mean?

alexmaster is offline  
Reply With Quote
Old 11-26-2008, 09:43 AM   #17
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

alexmaster,

If the VolumeZones does not meet your needs then you will need to custom program your own indicator.

As sbgtrading mentioned earlier all of what you want requires custom programming. This is something that can be done, but will be an extensive exercise. As a last resort you can also try contacting a 3rd party NinjaScript Consultant to get the programming done for you: http://www.ninjatrader.com/webnew/pa...injaScript.htm

From your original screenshot, we do not know what it is or the interpretation of anything for that indicator. You will probably want to go back to where you got that screenshot from and ask them there.
NinjaTrader_Josh is offline  
Reply With Quote
Old 11-27-2008, 01:13 AM   #18
alexmaster
Member
 
Join Date: Nov 2008
Posts: 68
Thanks: 0
Thanked 0 times in 0 posts
Send a message via ICQ to alexmaster Send a message via Skype™ to alexmaster
Default

sad..

Ok, sbgtrading, will You explain me the work of Your inicator. Is it based on volumes?
alexmaster is offline  
Reply With Quote
Old 12-01-2008, 02:06 PM   #19
alexmaster
Member
 
Join Date: Nov 2008
Posts: 68
Thanks: 0
Thanked 0 times in 0 posts
Send a message via ICQ to alexmaster Send a message via Skype™ to alexmaster
Default

sbgtrading, won't You?
alexmaster is offline  
Reply With Quote
Old 12-01-2008, 07:16 PM   #20
sbgtrading
Certified NinjaScript Consultant
 
Join Date: Oct 2007
Location: Northern Illinois
Posts: 256
Thanks: 0
Thanked 3 times in 3 posts
Default

Quote:
Originally Posted by alexmaster View Post
Ok, sbgtrading, will You explain me the work of Your inicator. Is it based on volumes?
Hi Alex...pardon my delay in responding...let me know if the information below helps regarding the CalculateValueAreaHisto:

Yes, the histogram does show volume at price when the user selects VOC or VWTPO (see the descriptions of the profile types below). Volume is disregarded when the user selects TPO.


1) VOC - This method loads all the volume of a bar onto the closing price of that bar.
e.g. A 5-minute bar has a volume of 280 and a range of 1.5 points with a close at 1534.25, then all 280 hits of volume are loaded onto the 1534.25 closing price.
2) TPO - This method disregards volume altogether, and gives a single hit to each price in the range of the bar.
e.g. A 5-minute bar has a range of 1.5 points with a High at 1534 and a Low at 1532.5, then 1 contract (or "hit") is loaded to the seven prices in that range: 1532.50, 1532.75, 1533.0, 1533.25, 1533.50, 1533.75, and 1534
3) VWTPO - This method distributes the volume of a bar over the price range of the bar.
e.g. A 5-minute bar has a volume of 280 and a range of 1.5 points with a High at 1534 and a Low at 1532.5, then 40 contracts (=280/7) are loaded to each of the seven prices in that range: 1532.50, 1532.75, 1533.0, 1533.25, 1533.50, 1533.75, and 1534

The blue shaded area that's generally in the center of the histogram is the "Value Area". It shows where a certain (large) percentage of the histogram data can be found and is based on the Value Area that is typical of Market Profile type indicators and formula.

Let me know if you have any questions! Again, thanks for your patience.
Ben
sbgtrading is offline  
Reply With Quote
Old 06-06-2010, 03:38 AM   #21
danieljsalas
Junior Member
 
Join Date: Sep 2008
Posts: 21
Thanks: 0
Thanked 0 times in 0 posts
Default

Hi sbg is there a way to use 1-tick data for more accuracy on this indicator, ??? let me know please

thanks

daniel
danieljsalas is offline  
Reply With Quote
Old 06-06-2010, 10:47 AM   #22
sbgtrading
Certified NinjaScript Consultant
 
Join Date: Oct 2007
Location: Northern Illinois
Posts: 256
Thanks: 0
Thanked 3 times in 3 posts
Default

Hello Daniel,

Yes, I believe so...it would be a multi-timeframe indicator, which means it would only run in NT 7.0.

I will be willing to pursue this development once NT 7.0 becomes a more stable release.
sbgtrading is offline  
Reply With Quote
Old 06-14-2010, 05:38 AM   #23
danieljsalas
Junior Member
 
Join Date: Sep 2008
Posts: 21
Thanks: 0
Thanked 0 times in 0 posts
Default

Hi SBG is there any release date for this develpment as ninja is alerady in 7 ?

thnkas
danieljsalas 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
Calculate Value Area of volume at price sbgtrading NinjaScript File Sharing Discussion 159 04-19-2011 05:13 AM
Cumulative Volume @ Each Price fadertrader SuperDOM and other Order Entry Windows 37 07-09-2010 06:48 PM
Volume at price histogram? higler Charting 9 06-02-2010 12:10 PM
Volume right on the price chart? 5iver Charting 1 11-10-2008 08:15 AM
Change volume bar color based on price and volume range TiP2012 Indicator Development 5 05-26-2008 08:09 AM


All times are GMT -6. The time now is 05:49 AM.