c9s
07dd2e8d9c
ftx: improve order cancel by client order id
2022-03-03 00:30:52 +08:00
c9s
5cfc266d7a
ftx: simplify and replace the order history query
2022-03-03 00:30:52 +08:00
c9s
5c8997e293
ftx: fix ftx order status isWorking
2022-03-03 00:30:52 +08:00
c9s
66700016e4
ftx: add toGlobalOrderNew to convert new order structure
2022-03-03 00:30:52 +08:00
c9s
e9e1127d3e
ftx: replace query markets api
2022-03-03 00:30:52 +08:00
c9s
883f0ed83a
ftxapi: replace fill implementation
2022-03-03 00:30:52 +08:00
c9s
833354e553
ftx: replace QueryTrades implementation
2022-03-03 00:30:52 +08:00
c9s
9c371425f6
ftx: replace QueryAccount implementation
2022-03-03 00:30:52 +08:00
c9s
84bc170a2e
ftxapi: use order types
2022-03-03 00:30:52 +08:00
c9s
03f0305b3d
ftxapi: add fills request
2022-03-03 00:30:52 +08:00
c9s
14a49989fe
ftxapi: define types
2022-03-03 00:30:52 +08:00
c9s
cd0ac71b99
ftxapi: separate request files
2022-03-03 00:30:52 +08:00
c9s
abc425d820
ftx: fix ftx api client
2022-03-03 00:30:52 +08:00
c9s
93992801f9
ftxapi: add order history request
2022-03-03 00:30:52 +08:00
c9s
9e350afed5
ftxapi: add get coins api
2022-03-03 00:30:52 +08:00
c9s
3601edab84
ftxapi: add get single market api
2022-03-03 00:30:52 +08:00
c9s
2a6310c5f5
ftxapi: add get markets api
2022-03-03 00:30:52 +08:00
c9s
94ee46787e
ftxapi: add generated files
2022-03-03 00:30:52 +08:00
c9s
7ed2e352d9
ftx: rewrite ftxapi
2022-03-03 00:30:52 +08:00
c9s
208a9bcb7d
fix: fix context error handling
2022-02-18 18:21:51 +08:00
c9s
849f2a248e
ftx: check context error
2022-02-18 15:35:58 +08:00
c9s
3a488a4c0f
ftx: add ioc order test
2022-02-18 14:50:54 +08:00
c9s
17034b2467
ftx: fix ioc convert
2022-02-18 14:10:21 +08:00
c9s
f6ebeeafc5
ftx: cast time in force from the order result
2022-02-18 14:07:29 +08:00
c9s
d0f1e2db04
ftx: fix ftx ioc conversion
2022-02-18 14:01:47 +08:00
c9s
fb9f8b484c
max: remove ioc limit type
2022-02-18 13:57:47 +08:00
c9s
0c09e6b32a
use global timeInForce type
2022-02-18 13:52:13 +08:00
zenix
05521a98b6
add skeleton strategy. fix most of the tests. fix final asset value
2022-02-15 12:01:39 +09:00
zenix
2ccc449657
fix xpuremaker,xnav,techsignal,support,etf and add methods in fixedpoint
2022-02-15 12:01:39 +09:00
zenix
b8bf2af14d
fixedpoint for exchange and indicators, some fixes in types
2022-02-15 12:01:38 +09:00
Lee
f6c70bdfcb
ftx: Separate the lastClosed record for different interval
2022-01-15 05:12:45 +08:00
Lee
523d9b3071
ftx: Support LIMIT_MAKER and IOC_LIMIT order type
2022-01-12 03:47:12 +08:00
TonyQ
8315607de3
exchange/ftx: #415 fix kline issue
2022-01-02 02:34:29 +08:00
c9s
562c287a4e
all: move publicOnly to StandardStream
2021-12-23 17:49:18 +08:00
c9s
cfd68fdd1d
all: change trade id to uint64
2021-12-23 17:49:18 +08:00
TonyQ
16862e7208
exchange/stream : implement booktickerupdate event for ftx and
...
binance
2021-12-22 21:01:11 +08:00
TonyQ
740989ca64
exchange/ftx: add more guard condition
2021-12-21 20:46:40 +08:00
TonyQ
3e45035ab1
database: sqlite3 issue fix
...
database: upgrade gosqllite3 version for increasing variable amount limit
types: update kline starttime/endtime field to prevent sqlite3
time parsing issue.
fix #215
2021-12-15 14:34:31 +08:00
TonyQ
c0b9cc0f0b
exchange: make ftx kline event more reliable
2021-12-15 11:23:07 +08:00
TonyQ
16933555b8
backtest : auto sync missing range
2021-12-15 01:26:05 +08:00
TonyQ
20b03fe4a5
exchange: fix ftx for wrong last kline issue
2021-12-15 00:07:54 +08:00
Yo-An Lin
6c6eb252cc
Merge pull request #363 from tony1223/feature/355-ftx-backtest
2021-12-14 16:09:16 +08:00
TonyQ
8eb3eede82
fix backtest (with review)
2021-12-14 16:02:54 +08:00
TonyQ
51e23b6a0c
Merge branch 'main' of github.com:c9s/bbgo into feature/302-record-assets-review
2021-12-14 10:39:51 +08:00
TonyQ
4eb5a099ae
account: add nav_history_details and account_service for #302
2021-12-14 08:09:18 +08:00
c9s
e2937acb28
apply requestgen for CancelOrderRequest and CancelAllOrderRequest
2021-12-13 14:55:44 +08:00
TonyQ
6915a0e573
ftx: update kline event handling for #318
2021-12-12 14:29:48 +08:00
Yo-An Lin
0cf72de21d
Merge pull request #335 from tony1223/bug/334-ftx-ratelimit
...
ftx : fix #334 rate limit
2021-12-10 23:24:42 +08:00
TonyQ
5259bba5fe
ftx : fix #334 rate limit
2021-12-10 23:08:26 +08:00
c9s
fe9b604d79
update ftx market mapping
2021-12-09 15:57:44 +08:00