文件名称:币库算法后端
文件大小:47KB
文件格式:ZIP
更新时间:2024-03-18 03:53:42
Ruby
Coinbase算法交易者(后端) 描述 一个与Coinbase的REST API和WSS Feed通信的应用程序,用于管理我的个人Coinbase Pro帐户,并根据通过计算滚动平均值,bollinger波段和斐波那契回撤产生的买卖信号执行限价订单。 此后端命中Coinbase REST API上的端点,包括GET / accounts,GET / orders,POST / orders,DELETE / orders和GET / fills,并根据需要提供数据。
【文件预览】:
coinbase-algo-backend-master
----log()
--------.keep(0B)
----bin()
--------rake(213B)
--------setup(1008B)
--------spring(507B)
--------rails(264B)
--------bundle(3KB)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(3KB)
--------initializers()
--------puma.rb(2KB)
--------application.rb(1KB)
--------routes.rb(544B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(97B)
--------cable.yml(202B)
--------environment.rb(128B)
--------environments()
----db()
--------seeds.rb(3KB)
--------migrate()
--------schema.rb(2KB)
----Rakefile(227B)
----test()
--------models()
--------test_helper.rb(386B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------channels()
----app()
--------models()
--------jobs()
--------resources()
--------controllers()
--------views()
--------mailers()
--------channels()
----storage()
--------.keep(0B)
----Gemfile(2KB)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
--------pids()
----.ruby-version(11B)
----.gitignore(665B)
----lib()
--------tasks()
----public()
--------robots.txt(99B)
----README.md(575B)
----config.ru(130B)