NexusFi: Find Your Edge


Home Menu

 





ChartControl Documentation


Discussion in NinjaTrader

Updated
    1. trending_up 4,955 views
    2. thumb_up 1 thanks given
    3. group 1 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

ChartControl Documentation

  #1 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,350

Is there any documentation anywhere that gives details on ChartControls?

Thanks!

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
23 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #2 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102

There is no documentation on ChartControls.

If you want to change the color for the ChartStyle LineOnClose, you can do this programmatically, but it will change the color for the entire plot. As far as I know, the ChartStyle LineOnClose does not use several pens or a BarColorSeries to store the values of the selected color for each bar.

This is the way to change the color of the whole plot:

 
Code
if (ChartControl.ChartStyleType == ChartStyleType.LineOnClose)
                        ChartControl.ChartStyle.UpColor = Color.Blue;
Note that the ChartStyle LineOnClose only uses the property UpColor. DownColor is not used.

Reply With Quote
Thanked by:
  #3 (permalink)
 
ThatManFromTexas's Avatar
 ThatManFromTexas 
Houston,Tx
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: TF
Posts: 2,265 since Feb 2010
Thanks Given: 1,206
Thanks Received: 4,350



Fat Tails View Post
There is no documentation on ChartControls.

If you want to change the color for the ChartStyle LineOnClose, you can do this programmatically, but it will change the color for the entire plot. As far as I know, the ChartStyle LineOnClose does not use several pens or a BarColorSeries to store the values of the selected color for each bar.

This is the way to change the color of the whole plot:

 
Code
if (ChartControl.ChartStyleType == ChartStyleType.LineOnClose)
                        ChartControl.ChartStyle.UpColor = Color.Blue;
Note that the ChartStyle LineOnClose only uses the property UpColor. DownColor is not used.

You are correct about the changing colors, I just couldn't remember that the UpColor was what painted LineOnClose.

Thanks!

I'm just a simple man trading a simple plan.

My daddy always said, "Every day above ground is a good day!"
Started this thread Reply With Quote
  #4 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


ThatManFromTexas View Post
You are correct about the changing colors, I just couldn't remember that the UpColor was what painted LineOnClose.

Thanks!

But I have found no way to make it paint blue, if it is moving up, and red, if it is moving down. You can just change the color of the whole plot from the first bar of the chart to the last bar painted.

Reply With Quote




Last Updated on May 11, 2011


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts