Hello,
 I use this code to mark the end of trading on my volume charts for
each day. However, on some charts there are still some candles beyond
the line it draws on my chart pertaining to that day, in otherwords it
isn't plotting the vertical lines correctly timewise. Would someone
please look at the code and tell me how to correct this? I tried
adjusting the end time to 165959 but then it wouldn't generate any
lines at all. Any help will be most appreciated. Thank you very much.

EndTime = 165900;

StartTime = 092900;

Plot( Cross( TimeNum(), EndTime ), "", colorBlue, styleHistogram

| styleOwnScale | styleDashed, 0, 1 );

Plot( Cross( TimeNum(), StartTime ), "", colorBlue, styleHistogram |

styleOwnScale | styleDashed, 0, 1 );



Best regards,

Tim
 

Reply via email to