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 08-17-2007, 08:14 PM   #1
PrTester
Senior Member
 
Join Date: Mar 2007
Posts: 212
Thanks: 0
Thanked 3 times in 3 posts
Default Displacement Issue

I'm plotting 3 lines, but I want to displace the 3rd line 5 spaces. I'm using this code to displace:

Add(new Plot(Color.Red, "One"));
Add(new Plot(Color.Blue, "Two"));
Add(new Plot(Color.Black, "Three"));
Displacement =5;

but all the lines displace the 5 spaces, is there a way to displace only 1 of the lines?.

Regards,
PrTester is offline  
Reply With Quote
Old 08-17-2007, 10:52 PM   #2
NinjaTrader_Dierk
Administrator
 
NinjaTrader_Dierk's Avatar
 
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
Default

Unfortunately, this is not supported.
NinjaTrader_Dierk 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
Gain Issue enoc2g Connecting 27 09-14-2007 05:34 AM
Having issue with the DrawArrowDown() geoarb General Programming 3 08-12-2007 11:33 PM
Kentler Swing using displacement field in strategy richa61416 Strategy Development 3 07-04-2007 04:02 PM
QG Chart issue TraderKen Miscellaneous Support 21 08-25-2006 01:29 AM
SuperDom CPU issue tonchi Miscellaneous Support 31 08-01-2006 07:09 PM


All times are GMT -6. The time now is 04:31 AM.