c9s
29105eb57f
all: simplify underlying exchange submitOrder method
...
- Replace SubmitOrders with SubmitOrder
- Accept only one submit order and return one created order
- Add bbgo.BatchPlaceOrders helper method and bbgo.BatchRetryPlaceOrders method
2022-09-09 18:41:06 +08:00
c9s
889318ddcb
cmd/order: add market order support
2022-09-07 02:17:56 +08:00
c9s
90b633158a
cmd/order: add margin-side-effect option
2022-09-07 02:01:38 +08:00
c9s
553fe3abf9
remove config flag constrant
2022-03-16 13:51:31 +08:00
zenix
7e92f0f4e5
fix: remove requirements on config flag
2022-03-11 19:56:59 +09:00
zenix
a33b748563
fix: mark flags as required during PreRunE
2022-03-03 18:03:15 +09:00
c9s
3843bda7c2
cmd: remove incorrect MarkPersistentFlagRequired usage
2022-03-03 15:37:17 +08:00
c9s
7d08263cdb
fix: fix required flag marking issue
2022-03-03 15:34:16 +08:00
c9s
da54fbb676
cmd: remove extra config option check
2022-03-03 11:39:28 +08:00
c9s
21ae48c975
cmd: use MarkFlagRequired
2022-03-03 11:36:06 +08:00
c9s
688445d7e7
cmd: add get-order cmd
2022-03-03 00:30:52 +08:00
c9s
127de0d81c
cmd: update executeOrderCmd description
2022-03-03 00:30:52 +08:00
zenix
06e9450859
feature: add cmd document
...
add documentation index
2022-02-22 19:36:45 +09:00
zenix
abc1d535d8
fix bollmaker, fix pnl issues
2022-02-15 12:01:39 +09:00
c9s
e5b4af53e6
all: clean up SubmitOrder fields
2022-01-11 01:36:19 +08:00
c9s
5103088675
cmd: fix submitOrder cmd
2022-01-10 17:16:07 +08:00
c9s
0cef2c52ef
all: improve cancel command and add uuid field to order struct
2021-12-26 01:27:22 +08:00
c9s
471d86c801
kucoin: implement order submit
2021-12-26 00:27:52 +08:00
TonyQ
75633dbf09
exchange/okex : implement bookticker for okex , #388
2021-12-23 12:42:13 +08:00
c9s
b430128ba1
okex: fix okex order cancellation
2021-05-28 03:05:59 +08:00
c9s
4ded82c94e
pull out types.Exchange interfaces to make it minimal
2021-05-27 00:05:43 +08:00
c9s
236df245a2
adjust quantity bases on the balances
2021-05-15 09:46:07 +08:00
c9s
f9cb414832
twap: add update-interval option
2021-05-15 09:29:44 +08:00
c9s
445feb016a
support price ticks option
2021-05-14 15:35:11 +08:00
c9s
66bc06bc5f
add more order execution parameter checks
2021-05-14 14:53:26 +08:00
c9s
f69cbe9c31
add basic TwapExecution
2021-05-14 14:53:26 +08:00
c9s
3437515d6a
rename placeOrder to submitOrder for making the api consistent
2021-05-14 14:53:26 +08:00
c9s
471e0a4c45
pass string format quantity and price
2021-04-28 19:48:17 +08:00
ycdesu
33046df35b
ftx: list closed orders
2021-03-23 22:25:21 +08:00
ycdesu
a7bdcdff38
fix: fix placeorder cmd
2021-03-19 10:07:39 +08:00
ycdesu
a83b95d262
ftx: implemenet place order func
2021-03-13 10:41:04 +08:00
ycdesu
c3a677e2b8
ftx: rename orders cmd to listorders
2021-03-13 10:41:04 +08:00
ycdesu
6599f276db
ftx: implement query open orders
2021-03-07 12:51:13 +08:00