NexusFi: Find Your Edge


Home Menu

 





line for opening


Discussion in ThinkOrSwim

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




 
Search this Thread

line for opening

  #1 (permalink)
Depiero
Charlotte, nc
 
Posts: 8 since Feb 2014
Thanks Given: 0
Thanks Received: 2

Hello,
I have this little code that shows a green line with previous day closing stock price,
I would like to know how can I make a line like this based on a time format..
from 9.30am to 4:15pm so exactly at 9:30am the line shows up at the current stock price..
how can I do this?

 
Code
input aggregationPeriod = AggregationPeriod.DAY;
input length = 1;
input displace = -1;
plot PrevDayClose;
PrevDayClose = Highest(close(period = aggregationPeriod)[-displace], length);

PrevDayClose.SetDefaultColor(color.green);
PrevDayClose.SetPaintingStrategy(PaintingStrategy.HORIZONTAL);

AddChartBubble(GetYYYYMMDD() != GetYYYYMMDD()[1], high, "Day: " + GetDayofWeek(GetYYYYMMDD()) + " - Close: " + PrevDayClose, Color.Green, yes);

Reply With Quote




Last Updated on March 7, 2014


© 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