Hi I have data like this and I want to put it in a chart type called candle stick.
Usualy candlestick are for daily use, but also can be unse intraday.
So to create a candlestick you need the data fo $
- At the bigenning of the minute
- At the top of the minute
- Bottom of the minute
- Close of the minute
Time Volume $
14:22:45 750 1.22 +
14:22:36 500 1.20 +
14:22:30 1000 1.19 +
14:22:27 559 1.20 +
14:22:24 500 1.20 +
14:22:03 1000 1.20 +
Volume is the quantity of shares in the transaction.
You can find the candlestick graphic in excel into Stock market type of graphic.
- What I need I thing it is a macro or a formulat that will extract the 4 data mentionned above.
So here the data will be the price
- At the bigenning of the minute 1.20$
- At the top of the minute 1.22$
- Bottom of the minute 1.19$
- Close of the minute 1.22$
Bookmarks