Boye
Boye

性别: 注册于 2021-05-07

向TA求助
58金币数
1930 经验值
1个粉丝
主页被访问 2536 次

139 个回答

1 赞同

how to do real time stocks analysis with dolphinDB and pytho...

1)Yes,this is a good idea. 2)  You can use  deltas or eachPre. 3)  Using the createDailyTimeSeriesEngine engines can be aligned. 4)  You can subscribe to the stock list in the client using the Python Streaming API.

回答于 2021-09-12 13:02

0 赞同

C++ API 异常: 都是在 utility_desktop.cpp 出现错误

这个错误没有碰到过,可以贴一下能复现问题的相关代码吗

回答于 2021-09-11 17:30

0 赞同

dolphindb有协整性的计算函数吗?

没找到可以直接计算的函数。你可以具体描述一下你的应用场景和需求吗?

回答于 2021-09-11 17:20

0 赞同

C++ API VS2019下同样的代码,DEBUG编译运行报错,Release编译运...

现在用的库是release版本的。若project用debug,库也需要用debug版本编译。

回答于 2021-09-09 14:01

0 赞同

关于数据单位的问题

请问一下,这个单位有什么作用?是查询的时候显示吗,若是查询的时候显示,能否截图说明一下?

回答于 2021-09-08 16:48

0 赞同

电脑死机导致数据表读取不出来,怎么处理?

你这个是社区版吗,单节点模式单副本吧?若是,建议用dropPartition函数强制删除分区,然后重新导入数据。

回答于 2021-09-03 09:13

0 赞同

<ChunkInRecovery>openChunks failed

如果想dropDatabase,可以先强制删除Recovery分区: dbName="/stocks_orderbook" fileCond=dbName + "%" t=exec substr(file,strlen(dbName)) from rpc(getControllerAlias(),getClusterChunksStatus) where file like fileCond, state != "COMPLETE" dropPartition(database("dfs:/"+dbName),t,,true) 上例中,数据库名...

回答于 2021-08-21 19:20

0 赞同

用round拼接字符串为什么无效

请用format函数: newCondition = " and (" + uatField + " = " + format(newValue,"0.0000") +" )"

回答于 2021-08-21 18:21

0 赞同

请问股票软件中常用的动态移动平均DMA如何在dolphinDB实现,谢谢...

可参考talib的ema实现。https://gitee.com/dolphindb/DolphinDBModules/blob/master/ta/src/ta.dos 

回答于 2021-08-16 18:34

0 赞同

mac用户在pip3 install dolphindb有问题

dolphindb python api 还不支持mac os。

回答于 2021-08-16 17:43