willowj
willowj
K线走势下方可以直接加上成交量吗? 就和股票软件里的一样,上下并列。 我看pyecharts可以组合画图,我尝试出来了,上下并列股价、成交量。拟了个脚本https://github.com/willowj/python_dataEE
之前license随便选的GNU ,改MIT了...o(╯□╰)o
看使用说明 https://easytrader.readthedocs.io/zh/master/usage/ 某些同花顺客户端不允许拷贝 Grid 数据导致无法获取持仓等问题的解决办法 现在默认获取 Grid 数据的策略是通过剪切板拷贝,有些券商不允许这种方式,所以额外实现了一种通过将 Grid 数据存为文件再读取的策略, 使用方式如下: from easytrader import grid_strategies user.grid_strategy = grid_strategies.Xls
find this code in like-on-github.js ``` bindUI: function () { // close on escape key $(document).on('keyup', function (e) { if (e.keyCode === Config.ESCAPE_KEY) { Helper.closePopup(); } }); ``` add next...
I found two open source markdown note-taking android apps based on hierarchy folder, which maybe be options or to modify. https://github.com/qinci/MarkdownEditors https://github.com/Shouheng88/MarkNote But, both lack global content search, encryption.
@aviaryan well. [Joplin](https://github.com/laurent22/joplin) is based on RN and Electron. Markdown, search, encryption, sync, multi-language all are ok. Newly find It supports sub-notebook with its own data-form.[api](https://github.com/laurent22/joplin/blob/master/readme/api.md) And, someone has made...