janckerchen
janckerchen
`13 hours ago` still too long, `13h` is better in some env.
there is a interval selection in backtest, can I specific interval for agent in live trade? for example, I expect my agent to update for each H1 bar, not each...
run with ``` bundle exec rake spec SPEC=./spec/jiji/model/trading/back_test_repository_spec.rb:151 ``` got ``` Failures: 1) Jiji::Model::Trading::BackTestRepository テストが3つ登録されている場合 追加したテストは永続化され、再起動時に読み込まれる Failure/Error: expect(test.status).to eq :running expected: :running got: :finished (compared using ==) Diff: @@ -1,2...
It is Hash field for state persistence at present. It's tedious to to_h/restore state with complex data structure which is normal in professional algo with many custom class defined. suggestion...
it seems something wrong with mix timeformat, but not always. "2015-12-09 04:00:00 UTC" and "2015-12-09 12:00:00 +0800" ``` 2) Jiji::Model::Trading::BackTestRepository テストが3つ登録されている場合 テストで利用しているエージェントが削除されていた場合も、正しく起動できる Failure/Error: @repository.load ArgumentError: illegal period. start_time=2015-12-09 04:00:00 UTC...
under ruby 2.4.1 show warnings ``` ruby2.4.1/lib/ruby/gems/2.4.0/gems/awesome_print-1.7.0/lib/awesome_print/formatters/base_formatter.rb:31: warning: constant ::Fixnum is deprecated ```
I have three android phones and two iphones, nativeaudio plugin works well on one android(4.2.2) and all iphone. there are two android(4.4.4, 4.2.1) can't hear anything. I digged internet for...
This is an awesome package! love it~ Learning heavy relied on [Pluto.jl](https://github.com/fonsp/Pluto.jl) notebook, but "Colored SQL statements" is invalid in Pluto.jl
在环境受限的服务器端安装nodejieba,configure阶段遇到错误 ``` [info-35] > [email protected] install /export/wy/gaea_workspace/prj_jci/src/piaook-search-server_14917_1432980_20201224095839-1577445/workspace/node_modules/nodejieba [info-36] > node-pre-gyp install --fallback-to-build [info-37] [info-38] node-pre-gyp WARN Using needle for node-pre-gyp https download [info-39] node-pre-gyp WARN Pre-built binaries not installable for...
my project directory is in $GOPATH, I need a subdir to collect some stuff like models ``` src/models/user.go src/main.go ``` gondler prevent me to import "model", because $GOPATH is replaced...