Categorygithub.com/mhereman/cryptotrader
modulepackage
0.0.0-20200517214648-90f26a687976
Repository: https://github.com/mhereman/cryptotrader.git
Documentation: pkg.go.dev

# README

cryptotrader

Donations

If you like Cryptotrader consider giving a donation to support the developers. Donations can be given by means of the following crypto assets and their corresponding addresses:

  • Bitcoin (BTC): bc1q07vep45su43azxzpd4x04a9f7sku7szua29ed6
  • Ethereum (ETH): 0x0e4825331f704697c44729012ce2608493bcf60E
  • Litecoin (LTC): MREwCamJLXAu6gJGd11A8i9qYESbKRTkH7
  • Dash (DASH): XodChdVy5JpDvSmEfHHYZwLCRTQuKoJJCv
  • Zcash (ZEC): t1WFQRxKsEJiWdrLNfjGyKzFcBVvGQKMgKm

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
NewAlgorithmConfigFromFlags creates a new AlgorithmConfig insance from the cmdline argument values.
NewAssetConfigFromFlags creates a new AssetConfig insance from the cmdline argument values.
No description provided by the author
NewExchangeConfigFromFlags creates a new ExchangeConfig insance from the cmdline argument values.
NewNotifierConfigFromFlags creates a new NotifierConfig insance from the cmdline argument values.
NewTradeConfigFromFlags creates a new TradeConfig insance from the cmdline argument values.
No description provided by the author
TradeVolumeTypeFromString creates a new TradeVolumeType from it's string representation.

# Constants

TVTFixed use a fixed volume (quote asset) for trading.
TVTPercent use a percentage of the available quote asset for trading.

# Structs

AlgorithmConfig represents the config for the algorithm to use to make buy and sell descissions.
AssetConfig represents the config for the asset to trade.
No description provided by the author
No description provided by the author
ExchangeConfig represents the config for the exchange to trade on.
NotifierConfig represents the config for the notifier to use.
TradeConfig represents the config for the trades to place.

# Type aliases

TradeVolumeType represents the way to calculate the trade volume.