NexusFi: Find Your Edge


Home Menu

 





Changing bar colors on TOS charts, when conditions met.


Discussion in ThinkOrSwim

Updated
      Top Posters
    1. looks_one mcamilapaez with 4 posts (0 thanks)
    2. looks_two rmejia with 3 posts (0 thanks)
    3. looks_3 meeks with 2 posts (0 thanks)
    4. looks_4 JayC with 1 posts (0 thanks)
    1. trending_up 24,392 views
    2. thumb_up 0 thanks given
    3. group 6 followers
    1. forum 11 posts
    2. attach_file 2 attachments




 
Search this Thread

Changing bar colors on TOS charts, when conditions met.

  #11 (permalink)
 JayC 
San Diego, CA
 
Experience: Beginner
Platform: TOS, Sierra
Trading: Emini ES, Crude CL
Posts: 55 since Mar 2019
Thanks Given: 9
Thanks Received: 43


meeks View Post
Hello,
I'm trying to create a script where color of price bar is blue solely based on the time.

ie. on 30 min timeframe; 9:30AM - 10:00AM & 1:30PM - 2:00PM price bar is blue (regardless of price action), all else remain green/red (depending on price action).

Can anyone help with this?

@meeks,

I think you're looking for something like this. You can add this study multiple times and configure different time windows.

JayC

 
Code
input startTime = 0900;
input endTime = 1100;
def timeWindow = SecondsFromTime(startTime) >= 0 and SecondsFromTime(endTime) < 0;

AssignPriceColor(if timeWindow then Color.BLUE else Color.CURRENT);

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
What broker to use for trading palladium futures
Commodities
ZombieSqueeze
Platforms and Indicators
Quantum physics & Trading dynamics
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #12 (permalink)
meeks
Cliffside Park, New Jersey
 
Posts: 2 since Jun 2020
Thanks Given: 0
Thanks Received: 0

That's perfect! Thank you!!!

Reply With Quote




Last Updated on June 18, 2020


© 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