NexusFi: Find Your Edge


Home Menu

 





change backgroundcolor chart for certain days


Discussion in NinjaTrader

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




 
Search this Thread
  #1 (permalink)
 beursindex 
Belgium
 
Experience: Intermediate
Platform: sierra chart & ninjatrader
Broker: deepdiscounttrader.com sierra chart/TT & Interactive Brokers
Trading: ES
Posts: 42 since Aug 2010
Thanks Given: 670
Thanks Received: 30

I use the following ninjascriptcode to change the backgroundcolor for certain days on the chart. (see below) The code works ok.

When i want my chart displaying calendardays instead of tradingdays so that weekend days are displayed as empty (no bar-plots) i change the the chart property 'Equidistant bar spacing' to 'false' in the chart properties window. The code does no longer do what i want in that scenario.

How can i change the backgroundcolor for days where there are no plots on the chart ?

Thank you,



protected override void OnBarUpdate()
{
if (CurrentBar < 2)
return;
if (Time[0].DayOfWeek != Time[1].DayOfWeek)
{
if (Time[0].DayOfWeek == DayOfWeek.Monday)
{
currentcolor = Color.FromArgb(opacity, backColorRed);
BackColorAllSeries[0] = currentcolor;
Plot0.Set(Close[0]);
}
}
}

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Elite Trader Funding, Avoid?
Funded Trading Evaluation Firms
How to plot a custom icon for crossover
NinjaTrader
Pivot Indicator based on Level2 data
NinjaTrader
Help re translation of ninjascript to EL
NinjaTrader
What You Know vs How much you know about it
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
ApexTraderFunding.com experience and review
84 thanks
What is Markets Chat (markets.chat) real-time trading ro …
53 thanks
HumbleTraders next chapter
39 thanks
1 Minute Man
22 thanks
Tao te Trade: way of the WLD
17 thanks
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,619 since Jun 2009
Thanks Given: 33,352
Thanks Received: 101,983



beursindex View Post
I use the following ninjascriptcode to change the backgroundcolor for certain days on the chart. (see below) The code works ok.

When i want my chart displaying calendardays instead of tradingdays so that weekend days are displayed as empty (no bar-plots) i change the the chart property 'Equidistant bar spacing' to 'false' in the chart properties window. The code does not longer does what i want in that scenario.

Can you clarify "the code no longer does what I want"? Knowing what it does, or does wrong, would be helpful for someone to help you solve it.

Mike



Join the free Markets Chat beta: Real-time Trading Insights

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 beursindex 
Belgium
 
Experience: Intermediate
Platform: sierra chart & ninjatrader
Broker: deepdiscounttrader.com sierra chart/TT & Interactive Brokers
Trading: ES
Posts: 42 since Aug 2010
Thanks Given: 670
Thanks Received: 30


Big Mike View Post
Can you clarify "the code no longer does what I want"? Knowing what it does, or does wrong, would be helpful for someone to help you solve it.

Mike

Thanks Mike.

I included a chart of the ES. When i set the chart property 'Equidistant bar spacing' to 'false' and the session template to 'default 24/7' weekend days are included in the chart.
At midnight on weekdays the backgroundcolor changes because bars are plotted on the chart. On weekend days there are no bars plotted and therefor the backgroundcolor does not change.
The ninjascript code in post #1 does not suffice at that moment.
I am searching for another way to change the backgroundcolor.

Attached Thumbnails
Click image for larger version

Name:	colorthedays.jpg
Views:	207
Size:	162.7 KB
ID:	54730  
Started this thread Reply With Quote




Last Updated on November 12, 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 - Sitemap - Downloads - Top
no new posts