![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Nov 2008
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
|
Is there a indicator, which is calculated as follows:
Delta = ask volume - bid volume (no cumulate) Thanks |
|
|
|
|
|
#2 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
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();
Josh
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |