NexusFi: Find Your Edge


Home Menu

 





change backgroundcolor chart for certain days


Discussion in NinjaTrader

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




 
Search this Thread

change backgroundcolor chart for certain days

  #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?
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
Cheap historycal L1 data for stocks
Stocks and ETFs
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
What is Markets Chat (markets.chat) real-time trading ro …
70 thanks
Spoo-nalysis ES e-mini futures S&P 500
55 thanks
Bigger Wins or Fewer Losses?
24 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
The Program
20 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,460 since Jun 2009
Thanks Given: 33,234
Thanks Received: 101,655



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 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:	203
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 - Downloads - Top
no new posts