Could someone please advise me how to precisely identify the color of the Current Bar, the one currently being built? I have a few lines of code which print green if open() > close() and red if open() < close(), but this does not work for the current bar (until that bar is completed, and the next bar starts being built, at which point the color is correct). My preference is that the code do what it says, or alternatively, if unable to do so (maybe there is not yet a close()?????), then print as the DefaultBarColor has been Set in preMain .
I find it terribly misleading to see a bar plummet in price, and yet be printing green, and vice versa.
Thanks
George
I find it terribly misleading to see a bar plummet in price, and yet be printing green, and vice versa.
Thanks
George
Comment