![]() |
|
|||||||
| General Programming General NinjaScript programming questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Jul 2007
Location: Calgary
Posts: 76
Thanks: 0
Thanked 0 times in 0 posts
|
Hi There,
Is there currently a shared data method that returns the Cumulative Volume of Bid/Ask from the Dome? I am guessing that the GetCurrentAskVolume() Method only returns the present level1 Ask volume. Is this the case? Thanks, |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,164
Thanks: 6
Thanked 46 times in 32 posts
|
This is not currently supported.
Ray
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Member
Join Date: Jul 2007
Location: Calgary
Posts: 76
Thanks: 0
Thanked 0 times in 0 posts
|
Is this capability on a list for future enhancements?
|
|
|
|
|
|
#4 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
We will add it.
Dierk
NinjaTrader Customer Service |
|
|
|
|
|
#5 |
|
Member
Join Date: Jul 2007
Location: Calgary
Posts: 76
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks,
It would be helpful. Is this a Fall release sort of enhancement or 2008? |
|
|
|
|
|
#6 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
Unfortunately there is no ETA yet.
Dierk
NinjaTrader Customer Service |
|
|
|
|
|
#7 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
|
I made a real quick indicator that will add the bid/ask prices up for you and plot them like volume bars. Of course the indicator won't have proper cumulative bid/ask volumes for historical bars so I made it not plot in that case.
If you want to access the value in other indicators do something like this: Code:
CumulativeCurrentVolume(Input).VolType = CumulativeVolume.Bid; Print(CumulativeCurrentVolume(Input)[0]); I haven't really tested this much so give it a try and see if thats what you wanted. |
|
|
|
|
|
#8 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
Thanks for your contribution. The community will appreciate.
Dierk
NinjaTrader Customer Service |
|
|
|
|
|
#9 |
|
Member
Join Date: Jul 2007
Location: Calgary
Posts: 76
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks tons for coding this (Sorry for my tardy response - I've been away for a week and a bit). Access to the Cum Bid / Ask Volume is just what I was looking for. I appreciate your help.
Thanks also for you involvement in creating the TRO indicators. I am in the midst of exporing them and they seem promising. With Gratitude, Learning1 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BreakEven Method | MrBaffalo | Strategy Development | 2 | 04-16-2007 01:32 AM |
| Clarification On v5.x6 DOM Options | al_gorithm | Miscellaneous Support | 10 | 01-01-2006 07:03 AM |
| New installation method | guy | Installation and Licensing | 4 | 12-29-2005 10:50 AM |
| Clarification of TT Fees | al_gorithm | Miscellaneous Support | 8 | 12-29-2005 01:18 AM |
| Clarification on Order State Definitions | aspTrader | Automated Trading | 1 | 11-28-2005 05:14 AM |