I am sure this has been answered before but I could not find a post that answered this specificaly.
When using SetComputeOnClose, does close(0) give me the closing price that just occured or is it close(-1)?
So basically does the SetComputeOnClose event fire on the close of a bar or on the start of a new bar. I am assuming that would determine if it was (0) or (-1).
Thanks
When using SetComputeOnClose, does close(0) give me the closing price that just occured or is it close(-1)?
So basically does the SetComputeOnClose event fire on the close of a bar or on the start of a new bar. I am assuming that would determine if it was (0) or (-1).
Thanks
Comment