![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
|
friends I am looking for a indicator which joins high of each bar and also a line which joins low of each bar .Please find attached chart to see how the indicator looks like.
Please also tell what is 2.25 figure in the circle ? http://img690.imageshack.us/i/11334044.png/ http://img256.imageshack.us/i/54443082.png/ regards |
|
|
|
|
|
#2 |
|
Member
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
|
...........
|
|
|
|
|
|
#3 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
I left this ticket open for a member of the forum to respond as you are asking for an indicator to be identified. In this case you will need assistance from the trading community. However due to my response others may consider the forum post closed so you may want to restate the question again. Also, the 2.25 is the open trade PnL. Let me know if I can be of further assistance.
Brett
NinjaTrader Customer Service |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Feb 2009
Posts: 285
Thanks: 2
Thanked 54 times in 41 posts
|
its just plots the highest high and lowest lows
|
|
|
|
|
|
#5 |
|
Member
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
|
Thanks Brett thanks bukkan .There is a max and Min indicator in 6.5 ver it just joins high and low of each bar but here you can see it keeps only highest bar if the next bar is lower it is excluded and the line plots straight ,same for the Min indicatorit keeps the lowest bar and the higher bar is excluded and line keeps straight,please tell me what changes should I make to replicate this indicator.
Also tell me is the other indicator TS Supertrand ? regards |
|
|
|
|
|
#6 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
Also, maybe its the PriorDayHLC() indicator in this case? Also, as far as making changes to the Min Max indicator. You can contact one of our NinjaScript consultants to assist you with coding this or you can use our NinjaScript guide and forums to code this indicator yourself if you are a programmer. NinjaScript Consultants: http://www.ninjatrader.com/webnew/pa...injaScript.htm NinjaScript Help Guide: http://www.ninjatrader.com/support/h..._resources.htm NinjaTrader Support Forum: http://www.ninjatrader-support2.com/vb/index.php Also, I'm unfamiliar with TS SuperTrend as this is a non-default indicator package that does not come with NinjaTrader by default. Let me know if I can be of further assistance.
Brett
NinjaTrader Customer Service |
|
|
|
|
|
#7 |
|
Member
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
|
No this is intraday tick chart
|
|
|
|
|
|
#8 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
In this case you would need to create such an indicator since we do not know the name of it. IN which case you would need to follow the bottom half of my previous post. Let me know if I can be of further assistance.
Brett
NinjaTrader Customer Service |
|
|
|
|
|
#9 |
|
Member
Join Date: Feb 2009
Posts: 77
Thanks: 21
Thanked 2 times in 2 posts
|
Hi, I think thats just a Dochnian Channel..
|
|
|
|
|
|
#10 |
|
Member
Join Date: Nov 2011
Posts: 55
Thanks: 18
Thanked 3 times in 3 posts
|
Don't know if you have solved your problem, but the lines seems a simple Highest, Lowest of the previous period.
With this code you can get it: Code:
H.Set(MAX(High,hp)[0]); L.Set(MIN(Low,lp)[0]); |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can Ninjascript identify when there is a missing collar? | sev888 | Strategy Development | 1 | 07-17-2010 06:56 AM |
| identify red, green on HeikenAshi | MoreYummy | Automated Trading | 3 | 04-17-2009 11:58 AM |
| Identify Green bars on HeikenAshi | mohdfraz | General Programming | 1 | 12-19-2008 06:52 AM |
| How to identify open chart-templates ? | max-td | Charting | 6 | 06-24-2008 10:33 PM |
| How to identify run-time errors. | shawnj | General Programming | 1 | 06-08-2008 03:08 PM |