![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Nov 2007
Posts: 388
Thanks: 0
Thanked 0 times in 0 posts
|
Hi,
I'm looking for some advice on how to best accomplish this. Using the attached screenshot I simply want to be able to identify the existence of the "bump" between the points labeled A and B (where the red dot is). Comparing that to points C and D, where there is no "bump" but rather a straight upwards/downwards line between the points. Basically I want to be able to determine if the line between the two points is "straight" or has been interrupted by a bump formation...I've played around with MRO and MAX/MIN but am having some difficulty...thanks in advance. |
|
|
|
|
|
#2 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
You may want to look into Rising() and Falling(). If it is falling the whole way between pt A and pt B then there is no bump.
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Nov 2007
Posts: 388
Thanks: 0
Thanked 0 times in 0 posts
|
OK, thanks. So I guess I'd have to get the # of bars between the points and then run some sort of routine to check the rising/falling for each of those points then...
|
|
|
|
|
|
#4 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
A loop should work nicely for you.
Josh
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|