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 03-02-2009, 11:18 AM   #1
patus1986
Junior Member
 
Join Date: Nov 2008
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
Default simple delta indicator

Is there a indicator, which is calculated as follows:

Delta = ask volume - bid volume

(no cumulate)

Thanks
patus1986 is offline  
Reply With Quote
Old 03-02-2009, 11:28 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

patus1986,

I am not sure if one has already been created, but you can for sure make this indicator through custom programming. You can try searching in the File Sharing section first. Otherwise it is just a matter of doing the math you want.

Code:
double Delta = GetCurrentAskVolume() - GetCurrentBidVolume();
NinjaTrader_Josh 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
Creating an indicator like Market Delta antonio Indicator Development 24 02-18-2010 12:10 PM
Volume Delta Indicator Robotman Charting 21 10-19-2008 10:52 AM
Help with simple indicator JT454 Indicator Development 7 10-07-2008 11:09 AM
Looking for someone to write a simple indicator for me pclark Indicator Development 2 09-06-2008 11:05 PM
Simple Indicator Ronin General Programming 11 09-18-2007 08:30 AM


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