Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 9/26/2005(UTC) Posts: 11 Location: Houston
|
I have searched through the archs and am unable to figure this out. I have a custom expert I am using but I do not really care if it is an indicator or whatever.
I am looking to:
Have a vertical line placed at 8:30am and 3:00pm Monday - Friday.
I also would like the lines to not disappear - so if I am viewing Thursday the lines on Monday will still be there also.
Does anyone have avy idea how to do this?
...and yes - I am shooting for mkt open/close.
Thank you,
Steven
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey steve..... something along the 'if hour and minute' input might work..... the hours are in military time, so 3 is 15.....h
============================
h1:=Input("hour",1,24,9); m:=Input("minute",1,60,30); If(Hour()=h1 AND Minute() =m,1,0);
h2:=Input("hour",1,24,15); m2:=Input("minute",00,60,00); If(Hour()=h2 AND Minute() =m2,1,0);
===========================
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 9/26/2005(UTC) Posts: 11 Location: Houston
|
This is great. Thank you so much for the super fast help - I was hoping to work with this today.
Steven
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/4/2006(UTC) Posts: 57 Location: Zurich, Switzerland
|
Can anybody tell me how to have an indicator draw a vertical line,
when the indicator has a certain value?
Also, is there a way to determine its color and thickness ?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/4/2006(UTC) Posts: 57 Location: Zurich, Switzerland
|
and, btw, is there any more in-depth programming documentation than
what I find in the formula primer? I believe drawing lines is not
covered in there, or am I completely mistaken?
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.