NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Sunday May 26th at 12PM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Strategy Development

Strategy Development Support for the development of custom automated trading strategies using NinjaScript.

Reply
 
Thread Tools Display Modes
Old 05-05-2009, 01:54 AM   #1
simone
Member
 
Join Date: May 2007
Location: Italia
Posts: 62
Thanks: 0
Thanked 0 times in 0 posts
Post Change Indicators Color/Width

Dear sirs,
in a Initialize callback event we are using some indicators, for example:

protected override void Initialize()
{
........................
Add(MAX(Close,5));
Add(MIN(Close,5));
Add(EMA(200));
........................
}

Is it possible change color and width of those indicators line?
Thank you
simone is offline  
Reply With Quote
Old 05-05-2009, 04:09 AM   #2
NinjaTrader_Bertrand
NinjaTrader Customer Service
 
NinjaTrader_Bertrand's Avatar
 
Join Date: Sep 2008
Location: Germany
Posts: 22,421
Thanks: 252
Thanked 982 times in 964 posts
Default

Hi simone, sure - please review this tip - http://www.ninjatrader-support2.com/...ead.php?t=3228
NinjaTrader_Bertrand 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
Bar width auto change with zoom njnja General Programming 1 04-24-2009 07:48 AM
Add color and width properties to each data point of an indicator anachronist Suggestions And Feedback 1 08-19-2008 02:24 PM
Can we change a PlotStyle.Dot Plot's Color or Width in OnBarUpdate? shawnj Indicator Development 3 05-30-2008 02:31 PM
How to configure the color and width of the border lines of an indicator pane? clearpicks Charting 1 04-23-2008 11:50 AM
Line zero change color Mauro60 Indicator Development 5 01-28-2008 11:42 PM


All times are GMT -6. The time now is 03:45 PM.