NexusFi: Find Your Edge


Home Menu

 





Change color of bars for specific time


Discussion in ThinkOrSwim

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




 
Search this Thread

Change color of bars for specific time

  #1 (permalink)
stasbz
Russia
 
Posts: 10 since Nov 2013
Thanks Given: 1
Thanks Received: 0

Hello.
cant find code to change color of bars for specific period of time: from 2:00 to 4:00, bars are green (if up bar) and red (id down bar), but all other time bars are gray. any suggests?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
Trade idea based off three indicators.
Traders Hideout
Quantum physics & Trading dynamics
The Elite Circle
Strategy stop orders partially filled
EasyLanguage Programming
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
72 thanks
Spoo-nalysis ES e-mini futures S&P 500
21 thanks
The Trading Pit "Futures VIP" Account Journal
15 thanks
Self sabotage reframed
15 thanks
GFIs1 1 DAX trade per day journal
14 thanks
  #2 (permalink)
stasbz
Russia
 
Posts: 10 since Nov 2013
Thanks Given: 1
Thanks Received: 0

i`ve found that, it works:
 
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




Last Updated on March 13, 2021


© 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