Convert Tick Data to OHLCV Candlestick Data











up vote
1
down vote

favorite
2












My Primary Program Collect Tick Data from Server and store these data in text file. Sample data in dataframe looks like below:



SYMBOL_N    PRICE   DATE        TIME        VOLUME
35324399 92.31 02/11/18 12:45:26 108856
35324399 92.32 02/11/18 12:45:26 108865
35324399 92.32 02/11/18 12:46:27 108896
35324399 92.38 02/11/18 12:46:28 108932
35324399 92.45 02/11/18 12:47:28 108988
35324399 92.48 02/11/18 12:47:30 109132
35324399 92.52 02/11/18 12:47:52 109256
35324399 92.57 02/11/18 12:48:31 109288
...
...
35324400 76.62 02/11/18 12:45:22 104569
35324400 76.66 02/11/18 12:46:33 104582
35324400 76.68 02/11/18 12:47:06 104602
35324400 76.68 02/11/18 12:47:12 104645
35324400 76.71 02/11/18 12:47:28 104724
35324400 76.74 02/11/18 12:48:29 104944
35324400 76.77 02/11/18 12:48:36 105074
35324400 76.79 02/11/18 12:48:42 106988


There are multiple tokens in the dataframe.
I want to convert these data to OHLCV Candlestick for specified time frame like (1 Min, 3 Min, 5 Min). Again the Volume in OHLCV Candlestick should be the difference of Max Volume (Previous Candle - Current Candle) for the said time frame.



Please help.










share|improve this question




























    up vote
    1
    down vote

    favorite
    2












    My Primary Program Collect Tick Data from Server and store these data in text file. Sample data in dataframe looks like below:



    SYMBOL_N    PRICE   DATE        TIME        VOLUME
    35324399 92.31 02/11/18 12:45:26 108856
    35324399 92.32 02/11/18 12:45:26 108865
    35324399 92.32 02/11/18 12:46:27 108896
    35324399 92.38 02/11/18 12:46:28 108932
    35324399 92.45 02/11/18 12:47:28 108988
    35324399 92.48 02/11/18 12:47:30 109132
    35324399 92.52 02/11/18 12:47:52 109256
    35324399 92.57 02/11/18 12:48:31 109288
    ...
    ...
    35324400 76.62 02/11/18 12:45:22 104569
    35324400 76.66 02/11/18 12:46:33 104582
    35324400 76.68 02/11/18 12:47:06 104602
    35324400 76.68 02/11/18 12:47:12 104645
    35324400 76.71 02/11/18 12:47:28 104724
    35324400 76.74 02/11/18 12:48:29 104944
    35324400 76.77 02/11/18 12:48:36 105074
    35324400 76.79 02/11/18 12:48:42 106988


    There are multiple tokens in the dataframe.
    I want to convert these data to OHLCV Candlestick for specified time frame like (1 Min, 3 Min, 5 Min). Again the Volume in OHLCV Candlestick should be the difference of Max Volume (Previous Candle - Current Candle) for the said time frame.



    Please help.










    share|improve this question


























      up vote
      1
      down vote

      favorite
      2









      up vote
      1
      down vote

      favorite
      2






      2





      My Primary Program Collect Tick Data from Server and store these data in text file. Sample data in dataframe looks like below:



      SYMBOL_N    PRICE   DATE        TIME        VOLUME
      35324399 92.31 02/11/18 12:45:26 108856
      35324399 92.32 02/11/18 12:45:26 108865
      35324399 92.32 02/11/18 12:46:27 108896
      35324399 92.38 02/11/18 12:46:28 108932
      35324399 92.45 02/11/18 12:47:28 108988
      35324399 92.48 02/11/18 12:47:30 109132
      35324399 92.52 02/11/18 12:47:52 109256
      35324399 92.57 02/11/18 12:48:31 109288
      ...
      ...
      35324400 76.62 02/11/18 12:45:22 104569
      35324400 76.66 02/11/18 12:46:33 104582
      35324400 76.68 02/11/18 12:47:06 104602
      35324400 76.68 02/11/18 12:47:12 104645
      35324400 76.71 02/11/18 12:47:28 104724
      35324400 76.74 02/11/18 12:48:29 104944
      35324400 76.77 02/11/18 12:48:36 105074
      35324400 76.79 02/11/18 12:48:42 106988


      There are multiple tokens in the dataframe.
      I want to convert these data to OHLCV Candlestick for specified time frame like (1 Min, 3 Min, 5 Min). Again the Volume in OHLCV Candlestick should be the difference of Max Volume (Previous Candle - Current Candle) for the said time frame.



      Please help.










      share|improve this question















      My Primary Program Collect Tick Data from Server and store these data in text file. Sample data in dataframe looks like below:



      SYMBOL_N    PRICE   DATE        TIME        VOLUME
      35324399 92.31 02/11/18 12:45:26 108856
      35324399 92.32 02/11/18 12:45:26 108865
      35324399 92.32 02/11/18 12:46:27 108896
      35324399 92.38 02/11/18 12:46:28 108932
      35324399 92.45 02/11/18 12:47:28 108988
      35324399 92.48 02/11/18 12:47:30 109132
      35324399 92.52 02/11/18 12:47:52 109256
      35324399 92.57 02/11/18 12:48:31 109288
      ...
      ...
      35324400 76.62 02/11/18 12:45:22 104569
      35324400 76.66 02/11/18 12:46:33 104582
      35324400 76.68 02/11/18 12:47:06 104602
      35324400 76.68 02/11/18 12:47:12 104645
      35324400 76.71 02/11/18 12:47:28 104724
      35324400 76.74 02/11/18 12:48:29 104944
      35324400 76.77 02/11/18 12:48:36 105074
      35324400 76.79 02/11/18 12:48:42 106988


      There are multiple tokens in the dataframe.
      I want to convert these data to OHLCV Candlestick for specified time frame like (1 Min, 3 Min, 5 Min). Again the Volume in OHLCV Candlestick should be the difference of Max Volume (Previous Candle - Current Candle) for the said time frame.



      Please help.







      python python-3.x pandas pandas-groupby candlestick-chart






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 8 at 9:12

























      asked Nov 8 at 4:50









      Pravat

      8510




      8510
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          This can be done with resample.



          I first calculated the volume the way you asked, but I think you actually need the difference between the max of the current candle and the max of the previous candle. This is the code:



          timeframe = '1min'

          tick_data['DATETIME'] = pd.to_datetime(tick_data['DATE'] + ' ' + tick_data['TIME'])
          tick_data.set_index('DATETIME', inplace=True)

          ohlcv_data = pd.DataFrame(columns=[
          'SYMBOL_N',
          'open',
          'high',
          'low',
          'close',
          'volume'])

          for symbol in tick_data['SYMBOL_N'].unique():
          ohlcv_symbol = tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'PRICE'].resample(timeframe).ohlc()
          ohlcv_symbol['SYMBOL_N'] = symbol
          ohlcv_symbol['volume'] = (tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max() - tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max().shift(1))
          ohlcv_data = ohlcv_data.append(ohlcv_symbol, sort=False)

          print(ohlcv_data)


          And this is the result:



                               SYMBOL_N   open   high    low  close  volume
          2018-02-11 12:45:00 35324399 92.31 92.32 92.31 92.32 NaN
          2018-02-11 12:46:00 35324399 92.32 92.38 92.32 92.38 67.0
          2018-02-11 12:47:00 35324399 92.45 92.52 92.45 92.52 324.0
          2018-02-11 12:48:00 35324399 92.57 92.57 92.57 92.57 32.0
          2018-02-11 12:45:00 35324400 76.62 76.62 76.62 76.62 NaN
          2018-02-11 12:46:00 35324400 76.66 76.66 76.66 76.66 13.0
          2018-02-11 12:47:00 35324400 76.68 76.71 76.68 76.71 142.0
          2018-02-11 12:48:00 35324400 76.74 76.79 76.74 76.79 2264.0





          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53201721%2fconvert-tick-data-to-ohlcv-candlestick-data%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            This can be done with resample.



            I first calculated the volume the way you asked, but I think you actually need the difference between the max of the current candle and the max of the previous candle. This is the code:



            timeframe = '1min'

            tick_data['DATETIME'] = pd.to_datetime(tick_data['DATE'] + ' ' + tick_data['TIME'])
            tick_data.set_index('DATETIME', inplace=True)

            ohlcv_data = pd.DataFrame(columns=[
            'SYMBOL_N',
            'open',
            'high',
            'low',
            'close',
            'volume'])

            for symbol in tick_data['SYMBOL_N'].unique():
            ohlcv_symbol = tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'PRICE'].resample(timeframe).ohlc()
            ohlcv_symbol['SYMBOL_N'] = symbol
            ohlcv_symbol['volume'] = (tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max() - tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max().shift(1))
            ohlcv_data = ohlcv_data.append(ohlcv_symbol, sort=False)

            print(ohlcv_data)


            And this is the result:



                                 SYMBOL_N   open   high    low  close  volume
            2018-02-11 12:45:00 35324399 92.31 92.32 92.31 92.32 NaN
            2018-02-11 12:46:00 35324399 92.32 92.38 92.32 92.38 67.0
            2018-02-11 12:47:00 35324399 92.45 92.52 92.45 92.52 324.0
            2018-02-11 12:48:00 35324399 92.57 92.57 92.57 92.57 32.0
            2018-02-11 12:45:00 35324400 76.62 76.62 76.62 76.62 NaN
            2018-02-11 12:46:00 35324400 76.66 76.66 76.66 76.66 13.0
            2018-02-11 12:47:00 35324400 76.68 76.71 76.68 76.71 142.0
            2018-02-11 12:48:00 35324400 76.74 76.79 76.74 76.79 2264.0





            share|improve this answer



























              up vote
              1
              down vote



              accepted










              This can be done with resample.



              I first calculated the volume the way you asked, but I think you actually need the difference between the max of the current candle and the max of the previous candle. This is the code:



              timeframe = '1min'

              tick_data['DATETIME'] = pd.to_datetime(tick_data['DATE'] + ' ' + tick_data['TIME'])
              tick_data.set_index('DATETIME', inplace=True)

              ohlcv_data = pd.DataFrame(columns=[
              'SYMBOL_N',
              'open',
              'high',
              'low',
              'close',
              'volume'])

              for symbol in tick_data['SYMBOL_N'].unique():
              ohlcv_symbol = tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'PRICE'].resample(timeframe).ohlc()
              ohlcv_symbol['SYMBOL_N'] = symbol
              ohlcv_symbol['volume'] = (tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max() - tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max().shift(1))
              ohlcv_data = ohlcv_data.append(ohlcv_symbol, sort=False)

              print(ohlcv_data)


              And this is the result:



                                   SYMBOL_N   open   high    low  close  volume
              2018-02-11 12:45:00 35324399 92.31 92.32 92.31 92.32 NaN
              2018-02-11 12:46:00 35324399 92.32 92.38 92.32 92.38 67.0
              2018-02-11 12:47:00 35324399 92.45 92.52 92.45 92.52 324.0
              2018-02-11 12:48:00 35324399 92.57 92.57 92.57 92.57 32.0
              2018-02-11 12:45:00 35324400 76.62 76.62 76.62 76.62 NaN
              2018-02-11 12:46:00 35324400 76.66 76.66 76.66 76.66 13.0
              2018-02-11 12:47:00 35324400 76.68 76.71 76.68 76.71 142.0
              2018-02-11 12:48:00 35324400 76.74 76.79 76.74 76.79 2264.0





              share|improve this answer

























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                This can be done with resample.



                I first calculated the volume the way you asked, but I think you actually need the difference between the max of the current candle and the max of the previous candle. This is the code:



                timeframe = '1min'

                tick_data['DATETIME'] = pd.to_datetime(tick_data['DATE'] + ' ' + tick_data['TIME'])
                tick_data.set_index('DATETIME', inplace=True)

                ohlcv_data = pd.DataFrame(columns=[
                'SYMBOL_N',
                'open',
                'high',
                'low',
                'close',
                'volume'])

                for symbol in tick_data['SYMBOL_N'].unique():
                ohlcv_symbol = tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'PRICE'].resample(timeframe).ohlc()
                ohlcv_symbol['SYMBOL_N'] = symbol
                ohlcv_symbol['volume'] = (tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max() - tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max().shift(1))
                ohlcv_data = ohlcv_data.append(ohlcv_symbol, sort=False)

                print(ohlcv_data)


                And this is the result:



                                     SYMBOL_N   open   high    low  close  volume
                2018-02-11 12:45:00 35324399 92.31 92.32 92.31 92.32 NaN
                2018-02-11 12:46:00 35324399 92.32 92.38 92.32 92.38 67.0
                2018-02-11 12:47:00 35324399 92.45 92.52 92.45 92.52 324.0
                2018-02-11 12:48:00 35324399 92.57 92.57 92.57 92.57 32.0
                2018-02-11 12:45:00 35324400 76.62 76.62 76.62 76.62 NaN
                2018-02-11 12:46:00 35324400 76.66 76.66 76.66 76.66 13.0
                2018-02-11 12:47:00 35324400 76.68 76.71 76.68 76.71 142.0
                2018-02-11 12:48:00 35324400 76.74 76.79 76.74 76.79 2264.0





                share|improve this answer














                This can be done with resample.



                I first calculated the volume the way you asked, but I think you actually need the difference between the max of the current candle and the max of the previous candle. This is the code:



                timeframe = '1min'

                tick_data['DATETIME'] = pd.to_datetime(tick_data['DATE'] + ' ' + tick_data['TIME'])
                tick_data.set_index('DATETIME', inplace=True)

                ohlcv_data = pd.DataFrame(columns=[
                'SYMBOL_N',
                'open',
                'high',
                'low',
                'close',
                'volume'])

                for symbol in tick_data['SYMBOL_N'].unique():
                ohlcv_symbol = tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'PRICE'].resample(timeframe).ohlc()
                ohlcv_symbol['SYMBOL_N'] = symbol
                ohlcv_symbol['volume'] = (tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max() - tick_data.loc[tick_data['SYMBOL_N'] == symbol, 'VOLUME'].resample(timeframe).max().shift(1))
                ohlcv_data = ohlcv_data.append(ohlcv_symbol, sort=False)

                print(ohlcv_data)


                And this is the result:



                                     SYMBOL_N   open   high    low  close  volume
                2018-02-11 12:45:00 35324399 92.31 92.32 92.31 92.32 NaN
                2018-02-11 12:46:00 35324399 92.32 92.38 92.32 92.38 67.0
                2018-02-11 12:47:00 35324399 92.45 92.52 92.45 92.52 324.0
                2018-02-11 12:48:00 35324399 92.57 92.57 92.57 92.57 32.0
                2018-02-11 12:45:00 35324400 76.62 76.62 76.62 76.62 NaN
                2018-02-11 12:46:00 35324400 76.66 76.66 76.66 76.66 13.0
                2018-02-11 12:47:00 35324400 76.68 76.71 76.68 76.71 142.0
                2018-02-11 12:48:00 35324400 76.74 76.79 76.74 76.79 2264.0






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 8 at 9:53

























                answered Nov 8 at 8:08









                Harm te Molder

                367




                367






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53201721%2fconvert-tick-data-to-ohlcv-candlestick-data%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    這個網誌中的熱門文章

                    Tangent Lines Diagram Along Smooth Curve

                    Yusuf al-Mu'taman ibn Hud

                    Zucchini