https://github.com/vuquang23/farmer
Trading Bot on Binance
https://github.com/vuquang23/farmer
algorithmic-trading binance oscillator trading-bot
Last synced: 12 months ago
JSON representation
Trading Bot on Binance
- Host: GitHub
- URL: https://github.com/vuquang23/farmer
- Owner: vuquang23
- Created: 2022-08-11T15:31:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T13:37:55.000Z (almost 3 years ago)
- Last Synced: 2025-06-30T22:06:01.325Z (12 months ago)
- Topics: algorithmic-trading, binance, oscillator, trading-bot
- Language: Go
- Homepage:
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Infra
```shell
make infra-up
make infra-down
```
## Migrations
```shell
go run cmd/main.go migration --up 0
go run cmd/main.go migration --down 0
```
## SFarmer
```shell
go run cmd/main.go sfarmer
go run cmd/main.go sfarmer --test=false
```
## SFarmer In Container
```shell
make sfarmer-up
```
## SymList Updater
```shell
go run cmd/main.go symlist
```
## Wavetrend Calculator
```shell
go run cmd/main.go wtmomentum --symlist=./files/bought.txt
```
## Tele commands
```
get!/spot/account-info
get!/spot/health
post!/spot {"Symbol":"ETHUSDT","UnitBuyAllowed":12,"UnitNotional":50}
post!/spot/add-capital {"Symbol":"ETHUSDT","Capital":600}
post!/spot/stop {"Symbol":"ETHUSDT"}
post!/spot/archive-data {"Symbol":"ETHUSDT"}
get!/wavetrend-data ethusdt 1m|1h
```