Type/to search

JavaScript版K线数据行情收集器

Tool
8
Follow
1363
Followers

JavaScript版K线数据行情收集器

相关文章:https://www.fmz.com/bbs-topic/6744

Source
JavaScript
var collecter = {}
collecter.init = function(tableName) {
	this.preBarTS = 0
	this.tableName = tableName
    this.tableAvaliable = false 
    // 检测tableName表
    if (typeof(tableName) == "undefined" || typeof(tableName) != "string") {
    	Log(tableName)
        throw "tableName error!"
    }

    // SELECT * FROM RECORDS_MIN1 LIMIT 1
Strategy parameters
Strategy parameters
储存K线数据的表名称
Commands
刷新K线图表
refreshRecords
删除数据库表
deleteBDTable
初始化收集器
initCollecter
Comment
All comments (3)

    呃。。。。梦大,相关文章木有了?????

    4 years ago

    >_< 由于国内站,国际站分离,文章分到国内站了:https://www.fmz.cn/bbs-topic/6744

    4 years ago

    好滴 谢谢梦大

    4 years ago
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)