c9s
|
572f7a0e12
|
buyandhold: remove kline event debug log
|
2020-12-14 14:59:46 +08:00 |
|
c9s
|
6d15c629a7
|
fix buyandhold strategy
|
2020-12-14 14:40:31 +08:00 |
|
c9s
|
cabd8f8dcb
|
improve buyandhold strategy
|
2020-12-14 14:21:02 +08:00 |
|
c9s
|
19b600bb35
|
simplify strategy registration api
|
2020-10-29 07:54:59 +08:00 |
|
c9s
|
d6553a1155
|
move strategy subscribe out
|
2020-10-28 17:49:49 +08:00 |
|
c9s
|
2680ad5072
|
refactor environment, market data store, injection and add swing strategy
|
2020-10-28 17:48:16 +08:00 |
|
c9s
|
e2df24f31c
|
support standard indicatorset
|
2020-10-28 09:43:19 +08:00 |
|
c9s
|
085d02bee4
|
clean up strategy code since we can loaded from the config
|
2020-10-26 22:04:48 +08:00 |
|
c9s
|
cd666fdf9e
|
pull out db parameter from the constructor
|
2020-10-26 15:06:39 +08:00 |
|
c9s
|
145264aae4
|
cancel orders and re-submit maker orders
|
2020-10-26 00:26:17 +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
|
58265d14f9
|
move cmdutil package
|
2020-10-21 15:58:58 +08:00 |
|
c9s
|
4ee10de40f
|
add LoadedCrossExchangeStrategies loader api
|
2020-10-20 14:21:46 +08:00 |
|
c9s
|
2fbf19455e
|
implement strategy yaml loader
|
2020-10-20 13:52:25 +08:00 |
|
c9s
|
fc687f3174
|
max: implement kline event parser for websocket
|
2020-10-19 22:46:34 +08:00 |
|
c9s
|
dab264a4ad
|
add more accessors to exchange session, so that we can make it as an interface
|
2020-10-18 12:29:38 +08:00 |
|
c9s
|
c224eb7af7
|
add kline to the market data store
|
2020-10-18 00:06:08 +08:00 |
|
c9s
|
98192ae91f
|
move Cmd to the strategy package
|
2020-10-16 10:09:42 +08:00 |
|
c9s
|
7482fa52d6
|
add error check and logger
|
2020-10-15 23:38:00 +08:00 |
|
c9s
|
a91f851ac7
|
pass types.SubmitOrder by value
|
2020-10-13 18:08:02 +08:00 |
|
c9s
|
ec23266cc2
|
implement buyandhold strategy to test the api design
|
2020-10-13 16:17:07 +08:00 |
|
c9s
|
d1b618850d
|
add context parameter to the strategy method
|
2020-10-13 14:50:59 +08:00 |
|
c9s
|
6398f049d0
|
bind market data store and query avg price before we start
|
2020-10-12 22:46:06 +08:00 |
|