This is what we did to setup a few dashboards at platanus
- Raspberry Pi
- Dashing Service
- Wifi stick (optional)
| @font-face { | |
| font-family: "Comic Code"; | |
| font-style: normal; | |
| font-weight: normal; | |
| src: local('Comic Code'); | |
| } |
This is what we did to setup a few dashboards at platanus
| """ | |
| The portfolio rebalancing bot will buy and sell to maintain a | |
| constant asset allocation ratio of exactly 50/50 = fiat/BTC | |
| """ | |
| import strategy | |
| import goxapi | |
| DISTANCE = 7 # percent price distance of next rebalancing orders | |
| MARKER = 7 # lowest digit of price to identify bot's own orders |