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,595 views
    2. thumb_up 0 thanks given
    3. group 6 followers
    1. forum 11 posts
    2. attach_file 2 attachments




 
Search this Thread
  #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?
How to plot a custom icon for crossover
NinjaTrader
MC Advanced Simulated Trading.
MultiCharts
Elite Trader Funding, Avoid?
Funded Trading Evaluation Firms
tick data interval discrepancy
NinjaTrader
Help re translation of ninjascript to EL
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
ApexTraderFunding.com experience and review
78 thanks
What is Markets Chat (markets.chat) real-time trading ro …
54 thanks
HumbleTraders next chapter
40 thanks
Tao te Trade: way of the WLD
26 thanks
1 Minute Man
22 thanks
  #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 - Sitemap - Downloads - Top
no new posts