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 12-26-2010, 10:39 AM   #1
SLASH
Member
 
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
Default Please identify indicator

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
SLASH is offline  
Reply With Quote
Old 12-27-2010, 07:20 AM   #2
SLASH
Member
 
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
Default

...........
SLASH is offline  
Reply With Quote
Old 12-27-2010, 07:42 AM   #3
NinjaTrader_Brett
NinjaTrader Customer Service
 
NinjaTrader_Brett's Avatar
 
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
Default

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.
NinjaTrader_Brett is offline  
Reply With Quote
Old 12-27-2010, 09:01 AM   #4
bukkan
Senior Member
 
Join Date: Feb 2009
Posts: 285
Thanks: 2
Thanked 54 times in 41 posts
Default

its just plots the highest high and lowest lows
bukkan is offline  
Reply With Quote
Old 12-29-2010, 06:10 AM   #5
SLASH
Member
 
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
Default

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
SLASH is offline  
Reply With Quote
Old 12-29-2010, 06:20 AM   #6
NinjaTrader_Brett
NinjaTrader Customer Service
 
NinjaTrader_Brett's Avatar
 
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
Default

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.
NinjaTrader_Brett is offline  
Reply With Quote
Old 12-29-2010, 07:51 AM   #7
SLASH
Member
 
Join Date: May 2010
Posts: 72
Thanks: 20
Thanked 0 times in 0 posts
Default

No this is intraday tick chart
SLASH is offline  
Reply With Quote
Old 12-29-2010, 08:01 AM   #8
NinjaTrader_Brett
NinjaTrader Customer Service
 
NinjaTrader_Brett's Avatar
 
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
Default

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.
NinjaTrader_Brett is offline  
Reply With Quote
Old 01-10-2012, 03:09 AM   #9
kabott
Member
 
Join Date: Feb 2009
Posts: 77
Thanks: 21
Thanked 2 times in 2 posts
Default

Hi, I think thats just a Dochnian Channel..
kabott is offline  
Reply With Quote
Old 01-20-2012, 06:26 AM   #10
sercava
Member
 
Join Date: Nov 2011
Posts: 55
Thanks: 18
Thanked 3 times in 3 posts
Default

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]);
hp and lp are the lookback periods to find the extremes.
Attached Images
File Type: jpg hlsample.jpg (73.3 KB, 12 views)
sercava 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
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


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