Greetings,
I have a Trading101 question. But, before I get to my question, let me set something-up.
I'm streaming Market data to my local database. It contains, the Symbol, open_price, close_price, high_price, low_price, vwap, volume, accumulated_volume, start_datetime, end_datetime, etc..
I think that I understand the properties of a completed/finished candle with its' Open, Close, High, and Low. My question is in regard to how a candle's values are derived after that candle minute is completed. Before you answer, please read this carefully. On any given Stock, and on any given minute, my market data stream has many transaction records. My understanding is that the highest of them becomes the candle High, the lowest becomes the candle Low. Here's my question, how are the Open and Close derived? Average?
Thank you in advance.
I have a Trading101 question. But, before I get to my question, let me set something-up.
I'm streaming Market data to my local database. It contains, the Symbol, open_price, close_price, high_price, low_price, vwap, volume, accumulated_volume, start_datetime, end_datetime, etc..
I think that I understand the properties of a completed/finished candle with its' Open, Close, High, and Low. My question is in regard to how a candle's values are derived after that candle minute is completed. Before you answer, please read this carefully. On any given Stock, and on any given minute, my market data stream has many transaction records. My understanding is that the highest of them becomes the candle High, the lowest becomes the candle Low. Here's my question, how are the Open and Close derived? Average?
Thank you in advance.