NexusFi: Find Your Edge


Home Menu

 





change backgroundcolor chart for certain days


Discussion in NinjaTrader

Updated
    1. trending_up 4,101 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: 671
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?
Fed Hike Odds at 57% After Warsh: England Surges 12.9%, …
Prediction Markets & Event Contracts
Ninjatrader users - good CONNECTIONs post and article fr …
NinjaTrader
Thanks Mike. Godspeed.
The Elite Circle
Trump Media to sell instant access to market-moving soci …
Traders Hideout
Iran Lebanon Problem Kills Switzerland Talks, Brent at $ …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Want your NinjaTrader indicator created, free?
5 thanks
Afternoon-close session
1 thanks
Franks Trading Journey
1 thanks
Denied 20K payouts: Alpha Futures
1 thanks
FootPrintV2 Chart for NT8
1 thanks
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 R.I.P. 1977-2026 
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,586



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




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 X 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: 671
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:	298
Size:	162.7 KB
ID:	54730  
Started this thread Reply With Quote




Last Updated on November 12, 2011


© 2026 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 - Downloads - Top
no new posts