Candlestick database table Structure

Source: Internet
Author: User

----database: ' Bittrex '---- ------------------------------------------------------------structure of the table ' LTC '--DROP TABLE IF EXISTS' LTC ';CREATE TABLE IF  not EXISTS' LTC ' (' ID 'int(6) not NULLauto_increment, 'timestamp`varchar(Ten) not NULL,  `datetime`datetime  not NULL,  `Open`float  not NULL,  `Close`float  not NULL, ' High 'float  not NULL, ' low 'float  not NULL, ' volume 'float  not NULL,  PRIMARY KEY(' id '),UNIQUE KEY`timestamp` (`timestamp`)) ENGINE=MyISAMDEFAULTCHARSET=UTF8 auto_increment=1440 ;----data in the Dump table ' LTC '--INSERT  into' LTC ' (' ID ', 'timestamp`, `datetime`, `Open`, `Close' High ', ' low ', ' volume ')VALUES(1,'1504231200','2017-09-01 10:00:00',0.0152578,0.01535,0.01535,0.0151101,7564.68),(2,'1504234800','2017-09-01 11:00:00',0.0153596,0.015645,0.0156665,0.015305,14360.2),(3,'1504238400','2017-09-01 12:00:00',0.015645,0.01585,0.01605,0.01561,20670.2);

Candlestick database table Structure

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.