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-06-2008, 09:20 AM   #1
blaircampbell
Junior Member
 
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
Smile Bid-Ask Pressure Indicator

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
blaircampbell is offline  
Reply With Quote
Old 11-06-2008, 09:27 AM   #2
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

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
NinjaTrader_Josh is offline  
Reply With Quote
Old 11-06-2008, 04:58 PM   #3
blaircampbell
Junior Member
 
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
Default ok how about direction on removing cumulative from..

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
blaircampbell is offline  
Reply With Quote
Old 11-06-2008, 05:03 PM   #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

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.
NinjaTrader_Josh is offline  
Reply With Quote
Old 11-06-2008, 10:13 PM   #5
rokafella
Member
 
Join Date: Jun 2007
Posts: 69
Thanks: 0
Thanked 0 times in 0 posts
Default

You can make the cum transparent.
rokafella is offline  
Reply With Quote
Old 11-07-2008, 09:20 AM   #6
blaircampbell
Junior Member
 
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
Default Worked perfect!

I made the cumulative vol transparent and now it simply charts the delta vol up pos down neg

thanks!
blaircampbell is offline  
Reply With Quote
Old 11-07-2008, 11:36 AM   #7
ClayB1
Senior Member
 
Join Date: Nov 2004
Location: Dallas, Texas, USA
Posts: 124
Thanks: 0
Thanked 0 times in 0 posts
Default

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
ClayB1 is offline  
Reply With Quote
Old 11-07-2008, 11:45 AM   #8
blaircampbell
Junior Member
 
Join Date: Sep 2008
Posts: 22
Thanks: 0
Thanked 0 times in 0 posts
Default It does seem to work with transparent?

Thanks
I might try that but it does seem to work. It is only scaling based on bid ask delta volume
blaircampbell is offline  
Reply With Quote
Old 11-08-2008, 03:05 PM   #9
jjthetrader
Member
 
Join Date: Jan 2008
Posts: 71
Thanks: 0
Thanked 0 times in 0 posts
Default

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
jjthetrader is offline  
Reply With Quote
Old 11-09-2008, 07:43 AM   #10
NinjaTrader_Ray
Administrator
 
NinjaTrader_Ray's Avatar
 
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
Default

This is not possible.
NinjaTrader_Ray 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
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


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