c9s
|
c9fa565c24
|
remove the legacy submit order method
|
2020-10-26 16:44:05 +08:00 |
|
c9s
|
359b3c56b4
|
move files
|
2020-10-26 16:15:30 +08:00 |
|
c9s
|
40d7072f78
|
ignore /bbgow*
|
2020-10-26 15:34:27 +08:00 |
|
c9s
|
19f259111d
|
improve config loading by adding unmarshal yaml method
|
2020-10-26 15:33:25 +08:00 |
|
c9s
|
cd666fdf9e
|
pull out db parameter from the constructor
|
2020-10-26 15:06:39 +08:00 |
|
c9s
|
3aa40f3aab
|
disable viper config for now
|
2020-10-26 13:56:48 +08:00 |
|
c9s
|
332ca7ffe8
|
make trade sync optional
|
2020-10-26 13:48:59 +08:00 |
|
c9s
|
931c646fde
|
configure notifier and make slack notification optional
|
2020-10-26 13:40:43 +08:00 |
|
c9s
|
ac0a26b005
|
add build command
|
2020-10-26 13:27:07 +08:00 |
|
c9s
|
9017d2a9a7
|
add go os and arch name to the binary name
|
2020-10-26 11:41:21 +08:00 |
|
Yo-An Lin
|
b6cc0be43d
|
Merge pull request #32 from c9s/feature/heroku
feature: add heroku configuration (incomplete)
|
2020-10-26 10:50:34 +08:00 |
|
Yo-An Lin
|
27aa65aa13
|
Merge pull request #27 from c9s/feature/maker-strategy
strategy: add exponential quantity maker strategy
|
2020-10-26 10:50:00 +08:00 |
|
c9s
|
a559096208
|
add heroku build flags
|
2020-10-26 10:48:38 +08:00 |
|
c9s
|
2d0c2c5631
|
add Procfile
|
2020-10-26 10:46:19 +08:00 |
|
c9s
|
56bac95336
|
add the first app.json for heroku
|
2020-10-26 10:29:05 +08:00 |
|
c9s
|
aa6ccbf905
|
refactor xpuremaker strategy
|
2020-10-26 10:08:58 +08:00 |
|
c9s
|
fbba9b12ce
|
xpuremaker: final clean up
|
2020-10-26 10:01:18 +08:00 |
|
c9s
|
145264aae4
|
cancel orders and re-submit maker orders
|
2020-10-26 00:26:17 +08:00 |
|
c9s
|
336fb4d25b
|
max: fix order cancel request payload
|
2020-10-25 22:41:54 +08:00 |
|
c9s
|
de11ef10f5
|
return created order objects from SubmitOrders method
|
2020-10-25 19:22:22 +08:00 |
|
c9s
|
fa30f6b52a
|
Support binance order update execution type convertion
|
2020-10-25 19:22:22 +08:00 |
|
c9s
|
391767953a
|
Fix binance trade transaction time convertion
|
2020-10-25 19:22:22 +08:00 |
|
c9s
|
308427416a
|
Add more exchange order features
- use uuid for client order id
- add stop limit and stop market order types
- add order convert functions
- improve submit orders
|
2020-10-25 19:22:22 +08:00 |
|
c9s
|
0d570dd4c8
|
Add sample config for xpuremaker
|
2020-10-25 18:32:48 +08:00 |
|
c9s
|
1e12de28da
|
Add xpuremaker skeleton
|
2020-10-25 18:32:46 +08:00 |
|
c9s
|
3721714f00
|
Support json unmarshaller for fixedpoint
|
2020-10-25 18:32:45 +08:00 |
|
c9s
|
944b673626
|
Add skeleton strategy
|
2020-10-25 18:32:43 +08:00 |
|
Yo-An Lin
|
9f416579ec
|
Merge pull request #25 from c9s/feature/go-compile-os-arch
feature: support go build with custom os and arch
|
2020-10-24 17:45:03 +08:00 |
|
Yo-An Lin
|
5a6ca491aa
|
Merge pull request #26 from c9s/fix/pnl-check
fix: early return if len of trades == 0
|
2020-10-24 17:21:42 +08:00 |
|
c9s
|
916b3b0eca
|
early return if len of trades == 0
|
2020-10-24 16:32:54 +08:00 |
|
c9s
|
81653c6451
|
improve compile function for goos and goarch
|
2020-10-24 16:29:58 +08:00 |
|
Yo-An Lin
|
870bae19d3
|
Merge pull request #24 from c9s/feature/pnl-config
feature: PnL API and wrapper binary compiler
|
2020-10-24 16:29:48 +08:00 |
|
c9s
|
2535a5803e
|
alias logrus into log
|
2020-10-24 15:43:55 +08:00 |
|
c9s
|
2807d783a7
|
update git ignore list
|
2020-10-24 15:38:36 +08:00 |
|
c9s
|
9ce9ecc910
|
compile local strategies into the wrapper binary
|
2020-10-24 15:38:13 +08:00 |
|
c9s
|
cd28fb8771
|
unmarshal imports into config
|
2020-10-23 14:49:54 +08:00 |
|
c9s
|
e1e8a16f97
|
rename Run to Execute to avoid confusion
|
2020-10-23 14:38:24 +08:00 |
|
c9s
|
bcc97c1906
|
cmd: rename slack-trading-channel to slack-channel
|
2020-10-23 14:29:02 +08:00 |
|
c9s
|
048374566c
|
move commands into pkg/cmd
|
2020-10-23 14:28:07 +08:00 |
|
c9s
|
0ec57cf404
|
add import section
|
2020-10-23 14:14:07 +08:00 |
|
c9s
|
407db84689
|
check runtime registered strategies
|
2020-10-23 14:13:16 +08:00 |
|
c9s
|
6e033461bb
|
use the time of the first trade as the report start time
|
2020-10-23 14:09:05 +08:00 |
|
c9s
|
c9f5d51556
|
confgi: fix []interface parsing issue
|
2020-10-23 14:01:45 +08:00 |
|
c9s
|
9127913370
|
improve parsing for one or more string slice
|
2020-10-23 13:50:17 +08:00 |
|
c9s
|
3786792214
|
add more pnl report conditions
|
2020-10-23 00:23:04 +08:00 |
|
c9s
|
6b0f2b80d7
|
add multiple spec support
|
2020-10-23 00:21:03 +08:00 |
|
c9s
|
9c751f377a
|
import buyandhold strategy
|
2020-10-22 16:04:37 +08:00 |
|
c9s
|
aea6a7c03d
|
integrate AverageCostPnLReporter
|
2020-10-22 15:57:50 +08:00 |
|
c9s
|
897d882c35
|
update Notifiability interface
|
2020-10-22 14:45:15 +08:00 |
|
Yo-An Lin
|
3d69330e67
|
Update README.md
|
2020-10-22 11:16:28 +08:00 |
|