Skip to content

The sample of BTC FX trading software for bitFlyer.

License

Notifications You must be signed in to change notification settings

kiyoaki/AutoTrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoTrader

The sample of BTC FX trading software for bitFlyer.

Getting Started

Download and install .NET SDK

To start building .NET Core apps, you just need to download and install .NET SDK. https://www.microsoft.com/net/learn/get-started/windows

Create release build

In AutoTrader.csproj directory, execute this command.

dotnet publish -f netcoreapp2.0 -c Release

Execute application

dotnet bin\Release\netcoreapp2.0\AutoTrader.dll -b {order btc} -k {key} -s {secret}

  -b, --betting    (Default: 1) Betting BTC amount for orders.

  -k, --key        Required. bitFlyer API Key.

  -s, --secret     Required. bitFlyer API Secret.

  --help           Display this help screen.

Releases

No releases published

Packages

No packages published

Languages