![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
|
This indicator is different from any that are on this site.
Check the code out. http://www.traderslaboratory.com/for...ation-807.html Is anyone interested in coding it? regards, Blair |
|
|
|
|
|
#2 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
Hi Blair,
Welcome to the NinjaTrader Support Forums. If no one takes up your offer you can also try one of the 3rd party NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
|
Ok I may be asking to much
how about some direction on removing the cumulative volume from the cumulativeVolumeOrTick indicator written by Ben. Basically it has delta bars up and down which is what I want but then adds a cumulative component. The problem with the cumulative part is after a few hours of data it becomes a large value and makes reading the delta values next to useless. The Cumulative value may be say 40,000 but the delta is only 500 so the scale is set by 40,000 and its very hard to read the 500 acurately.regards, Blair |
|
|
|
|
|
#4 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
Blair,
You can custom code it however you want. For 3rd party indicators it may be best to try and come in contact with the original author.
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#5 |
|
Member
Join Date: Jun 2007
Posts: 69
Thanks: 0
Thanked 0 times in 0 posts
|
You can make the cum transparent.
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
|
I made the cumulative vol transparent and now it simply charts the delta vol up pos down neg
thanks! |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Nov 2004
Location: Dallas, Texas, USA
Posts: 124
Thanks: 0
Thanked 0 times in 0 posts
|
Setting the cumulative plot to transparent doesn't solve the scaling problem. A quick and dirty solution is to comment out this line in the code like this:
// if(CurrentBar>0) Cumulative.Set(1,Total); This should remove the cumulative plot. Hope this helps
|
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks
I might try that but it does seem to work. It is only scaling based on bid ask delta volume |
|
|
|
|
|
#9 |
|
Member
Join Date: Jan 2008
Posts: 71
Thanks: 0
Thanked 0 times in 0 posts
|
Is it possible to filter this indicator to only show us certain lot sizes coming through? For example what if we just wanted to see the delta of those trading 250 or more contracts? Is that a possability?
Thanks |
|
|
|
|
|
#10 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
|
This is not possible.
Ray
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| buy/sell pressure indicator... | Gregory Arkadin | Charting | 3 | 07-28-2011 02:24 PM |
| Bid Ask Spread Indicator | Angler | Market Analyzer | 8 | 09-06-2010 08:27 AM |
| BID/ASK Indicator | Christoph | Indicator Development | 10 | 07-08-2009 06:53 AM |
| Bid and Ask indicator | T2020 | Suggestions And Feedback | 3 | 01-31-2009 06:55 PM |
| indicator bid / ask volume help | safetrading | Indicator Development | 4 | 07-13-2008 05:32 PM |