Commit Graph

1494 Commits

Author SHA1 Message Date
c9s
0ba595bd55 Fix trade sync for self trades
MAX uses one single trade for presenting self trade.

BINANCE uses two trade records for presenting self trade. the trade
creation time are the same.
2021-02-18 17:37:49 +08:00
c9s
c3dbb1b204 avoid using last trade id for syncing data 2021-02-18 16:40:47 +08:00
c9s
43c7da59f8 add self trade creator program 2021-02-18 16:18:47 +08:00
c9s
29bbd03836 add binance single ticker query method and fix quantity formating 2021-02-18 16:17:40 +08:00
c9s
e71a81684a add fallback empty data object 2021-02-18 15:36:33 +08:00
c9s
c34729e5b0 change default backend to webview 2021-02-18 15:32:41 +08:00
c9s
e0f50d6603 update readme 2021-02-18 09:24:24 +08:00
c9s
9d800c351f rename bbgo-desktop to bbgo-lorca 2021-02-18 08:51:15 +08:00
c9s
b9564690b5 fix go migration loader 2021-02-17 19:06:55 +08:00
c9s
018a08dd35 codesign check 2021-02-17 19:06:35 +08:00
c9s
3c18b860bc try to delay ui init 2021-02-17 19:06:20 +08:00
c9s
e2545050c4 add codesign 2021-02-17 17:54:26 +08:00
c9s
b2bcd3528c use sqlx for testing connection 2021-02-17 17:35:54 +08:00
c9s
e7ef1d3b73 fix default dsn for sqlite3 2021-02-17 17:35:27 +08:00
c9s
88f7f0f61c compile and update migration package 2021-02-17 17:35:11 +08:00
c9s
9723c7373a desktop: add more app properties 2021-02-17 17:28:54 +08:00
c9s
7c1e74b3a8 switch current working dir to the resource dir of the executable 2021-02-17 17:28:31 +08:00
c9s
ea27a291db compile and update migration package 2021-02-17 17:28:05 +08:00
c9s
a1cb3859c3 fix db driver setup 2021-02-17 14:57:29 +08:00
c9s
d32d2b97c7 fix readme 2021-02-17 14:43:51 +08:00
c9s
e372a53835 refactor transfer history command 2021-02-17 14:43:50 +08:00
Yo-An Lin
116657479c Merge pull request #131 from c9s/feature/strategy-trade-marker
feature: trade marker
2021-02-17 09:46:37 +08:00
c9s
49f4039a23 add timestamp parameter 2021-02-16 17:11:15 +08:00
c9s
9a7437de53 set default limit to 1000 2021-02-16 17:10:58 +08:00
c9s
5f759780c3 remove unused since flag 2021-02-16 17:10:48 +08:00
c9s
3867fdde91 add stringer interface to Position 2021-02-16 16:40:11 +08:00
c9s
bc3754d989 check if limit is set 2021-02-16 16:39:56 +08:00
c9s
02512805f8 set default query trade limit to 1000 for max 2021-02-16 16:32:48 +08:00
c9s
e3d3eacb78 fix trade service injection 2021-02-16 16:30:01 +08:00
c9s
8ae4cab550 inject TradeService field if we found it 2021-02-16 16:14:49 +08:00
c9s
c75eb6b5ba pull out Persistence injection to the common injection 2021-02-16 16:13:52 +08:00
c9s
5c1630f000 refactor strategy executor 2021-02-16 16:12:00 +08:00
c9s
bf0ba89aee convert StrategyID field to NullString 2021-02-16 16:00:14 +08:00
c9s
fc4419b49b refactor injection 2021-02-16 15:58:21 +08:00
c9s
1c2646b0af add Test_injectField 2021-02-16 15:49:57 +08:00
c9s
67a3c49081 add more trade service tests 2021-02-16 15:34:01 +08:00
c9s
ebe065332c allocate sqlx db from rockhopper db 2021-02-15 21:07:55 +08:00
c9s
c219dc7be0 add test code for testing migration scripts 2021-02-15 21:04:44 +08:00
c9s
3d47b3f34d update trade fields for pnl and strategy id 2021-02-15 20:55:14 +08:00
c9s
786f37e675 add MarkStrategyID for marking trade with the source strategy 2021-02-15 20:53:19 +08:00
c9s
f3d65b1281 add UpdatePnL method for updating trade pnl field 2021-02-15 20:51:34 +08:00
c9s
777d673b14 add script for testing mysql migrations 2021-02-15 20:45:32 +08:00
c9s
7d243e6026 add strategy column 2021-02-15 20:35:27 +08:00
c9s
dad5738f0b update readme for adding new migration 2021-02-15 20:30:53 +08:00
c9s
a758d78763 add embed tool 2021-02-15 20:28:03 +08:00
c9s
9f20f4cd1a add logo to the frontend metadata 2021-02-15 16:54:29 +08:00
c9s
d1fdd044c5 add snt logo 2021-02-15 16:53:12 +08:00
c9s
44aab8566d add yfi logo 2021-02-15 16:52:14 +08:00
c9s
b4475028ab add grt logo 2021-02-15 16:51:21 +08:00
c9s
5d987ef5a7 Makefile: fix target name 2021-02-15 16:46:55 +08:00