文件名称:股票买卖最佳时机leetcode-groundwire-trader:用于在Robinhood上执行追踪止损交易算法的交易系统
文件大小:203KB
文件格式:ZIP
更新时间:2024-07-26 21:50:26
系统开源
股票买卖最佳时机leetcode
概述
这是
GroundWire
交易应用程序。
它是一个配置为根据各种内置策略执行交易的服务器。
生成头寸后,服务器将使用
Intrinio:trade_mark:
实时交易
websocket
流监控价格行为,并对其配置为管理的每个股票头寸实施追踪止损。
追踪止损算法可配置为在价格跟踪方面更具侵略性,以便智能地了解如何锁定利润率或最大限度地减少损失。
版本
1.17.4
有关所有版本的更详细视图,请参阅
路线
路线
HTTP
动词
请求正文
描述
/positions/create/:quantity?
得到
不适用
此路线在请求时将开始购买用户观察列表中的所有工具。
只会购买可交易的工具。
具有不可交易工具的订单将不会被执行。
可以将可选的共享数量附加到请求
URL。
如果没有指定股票数量,应用程序将根据账户的购买力自动确定每只股票的购买数量
/positions/create/:quantity?
邮政
(1)
screenmax
【文件预览】:
groundwire-trader-master
----logs()
--------log(575KB)
----views()
--------error.jade(0B)
--------index.jade(0B)
----models()
--------screener.js(1KB)
--------language.js(375B)
--------user.js(833B)
--------price.js(1KB)
--------position.js(597B)
--------execution.js(431B)
--------watchitem.js(412B)
--------instrument.js(1KB)
--------order.js(1009B)
--------trade.js(1KB)
--------holiday.js(369B)
--------preferences.js(554B)
--------quote.js(416B)
--------eligibility.js(441B)
--------screenitem.js(2KB)
--------account.js(1KB)
--------profitLock.js(639B)
--------balance.js(919B)
--------cancel.js(483B)
----config.js(6KB)
----controllers()
--------userlogin.js(270B)
--------createPositions.js(7KB)
--------tradePositions.js(14KB)
--------screenStocks.js(277B)
----Dockerfile(363B)
----lib()
--------Socket.js(2KB)
--------Model.js(3KB)
--------Collection.js(2KB)
--------Strategy.js(217B)
--------Sweeper.js(4KB)
----streams()
--------stream.js(899B)
----Analytics()
--------index.js(56B)
--------Drive.js(2KB)
----utils.js(4KB)
----app.js(1KB)
----strategies()
--------bestprice.js(687B)
--------profit.js(638B)
--------slope.js(636B)
--------README.md(2KB)
--------index.js(116B)
----Logger()
--------logger.js(3KB)
--------index.js(59B)
----README.md(9KB)
----collections()
--------watchlist.js(516B)
--------datalist.js(264B)
--------holidays.js(471B)
--------accounts.js(471B)
--------cmplang.js(273B)
--------executions.js(300B)
--------queue.js(948B)
--------positions.js(479B)
--------orders.js(940B)
----.gitignore(32B)
----.gitlab-ci.yml(48B)
----bin()
--------www(2KB)
----CHANGELOG.md(7KB)
----routes()
--------index.js(968B)
----package.json(741B)
----static()
--------images()