NinjaTrader Support Forum  

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-23-2008, 06:53 PM   #1
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
Smile Volume by price indicator

Hello.

I need an indicator, which can show all volumes by every prices, like this:



Can anybody help me whith it?

Can it be programmed fo NT?

I need volumes per current and (or) previous sessions.

Or i would glad to see something like that:



(i mean total volume + prices for it)
alexmaster is offline  
Reply With Quote
Old 11-23-2008, 09:24 PM   #2
tick bandit
Junior Member
 
Join Date: Jul 2007
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
Default

This is Josh's CalculateValueArea or have a look at the Volume Profile indicator.

http://www.ninjatrader-support2.com/...5&d=1211394854
tick bandit is offline  
Reply With Quote
Old 11-24-2008, 07:58 AM   #3
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

Thanks a lot!

But can You help me with instructions for it?

What are the volumes, shown on the chart? Is it current session, or volumes of the current chart window?

And what does the blue shadow means?
alexmaster is offline  
Reply With Quote
Old 11-24-2008, 08:05 AM   #4
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

Just to clarify, this is not my indicator. This is a 3rd party indicator created by Ben who goes by the username sbgtrading. Indicator interpretation questions should be directed to the original author.
NinjaTrader_Josh is offline  
Reply With Quote
Old 11-24-2008, 03:40 PM   #5
sbgtrading
Certified NinjaScript Consultant
 
Join Date: Oct 2007
Location: Northern Illinois
Posts: 256
Thanks: 0
Thanked 3 times in 3 posts
Default

Hello Alex,

I'm not sure what the indicator on that screenshot is showing...do you have any documentation from Open E Cry? That looks to be their platform, correct?

Thanks,
Ben
sbgtrading is offline  
Reply With Quote
Old 11-24-2008, 04:38 PM   #6
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

Yeah, certainly, it was a screenshoot from their platform. So i want to see something like this anywhere else, i.e. NT 6.5. I have a documentation for it, but don't think it can be usefull.
alexmaster is offline  
Reply With Quote
Old 11-24-2008, 07:17 PM   #7
sbgtrading
Certified NinjaScript Consultant
 
Join Date: Oct 2007
Location: Northern Illinois
Posts: 256
Thanks: 0
Thanked 3 times in 3 posts
Default

All I need is a description of how the histogram is being calculated...then we can see if NT has anything like it already, or if we'd have to create something new.
sbgtrading is offline  
Reply With Quote
Old 11-25-2008, 04:53 AM   #8
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

Oh, it is not difficult. It calculates all volumes by each price during the trading session.

Quote:
The histogram graphically offers the ability to determine price levels of both support and resistance. Easily enabled or disabled by clicking the button in the DOM toolbar. Then customize to meet your unique requirements and style.
It was taken from http://www.openecry.com/software/sof...lights_DOM.cfm. OEC instruction manual have nothing about it.
alexmaster is offline  
Reply With Quote
Old 11-25-2008, 06:08 AM   #9
sbgtrading
Certified NinjaScript Consultant
 
Join Date: Oct 2007
Location: Northern Illinois
Posts: 256
Thanks: 0
Thanked 3 times in 3 posts
Default

That's great news! I believe this matches "VolumeZones" which is a free indicator that comes with each NinjaTrader platform. Remember, though, that it is a "real-time" indicator only, it does not currently have the ability to review historical volume data.
sbgtrading is offline  
Reply With Quote
Old 11-25-2008, 10:12 AM   #10
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

Yes, but i don't need real-time only, i want volumes from the past.
alexmaster is offline  
Reply With Quote
Old 11-25-2008, 08:25 PM   #11
sbgtrading
Certified NinjaScript Consultant
 
Join Date: Oct 2007
Location: Northern Illinois
Posts: 256
Thanks: 0
Thanked 3 times in 3 posts
Default

Ahhh...that's a limitation with NinjaTrader at the moment. Feel free to ask the NinjaTrader support staff when they might incorporate this feature.
sbgtrading is offline  
Reply With Quote
Old 11-26-2008, 03:01 AM   #12
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

It's not good, but i heard that there is a limitation only for historical asks and bids, so what about comulative volume?

And Your indicator from the second post, maybe it is have such volumes..?
If yes, cauld You answer for questions from the post 3?

Thanks
alexmaster is offline  
Reply With Quote
Old 11-26-2008, 07:09 AM   #13
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,

Just throw the VolumeZones indicator onto a chart. You will see how it moves when the chart scrolls back in time.

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.
NinjaTrader_Josh is offline  
Reply With Quote
Old 11-26-2008, 07:19 AM   #14
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
It's not good, but i heard that there is a limitation only for historical asks and bids, so what about comulative volume?

And Your indicator from the second post, maybe it is have such volumes..?
If yes, cauld You answer for questions from the post 3?

Thanks
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.
sbgtrading is offline  
Reply With Quote
Old 11-26-2008, 07:23 AM   #15
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
It's not good, but i heard that there is a limitation only for historical asks and bids, so what about comulative volume?

And Your indicator from the second post, maybe it is have such volumes..?
If yes, cauld You answer for questions from the post 3?

Thanks
The histogram bars in CalculateValueAreaHisto indicator are based loosely on the Market Profile class of indicators. Check out CBOT's educational site for more information.
sbgtrading 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 12:35 PM.