An open API service indexing awesome lists of open source software.

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

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

```