8000 GitHub - ladislavd3s/Mynt: An Azure Functions-based crypto currency trading bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ladislavd3s/Mynt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding this useful? Consider a donation!

Coin Address
BTC 13myncc3ie6iGjSmJHCdzahwaKizX7NBB1
ETH 0x4398c958468bEDB41DdEF4C297eB543c6d26f440

Mynt

This is an Azure Functions-based cryptocurrency trading bot. It uses the following cloud components to function:

  • Azure Functions
  • Azure Table Storage

A lot of the logic is based on the Freqtrade bot and was converted to C#. The bot currently supports trading on the Bittrex exchange. This software was primarily created for educational purposes only. Don't risk money which you are afraid to lose. The bot runs at a pre-defined interval of 5 minutes, since that matches the candle data it retrieves from the exchange. This can be changed by altering the CRON expression on the TradeTimer function. Do keep in mind that unless you also change the logic for retrieving the candles you're still looking at 5 minute intervals.

This bot was first mentioned in one of my blogposts.

Build status


Documentation


Additional tools used

Contributing

Feel like this bot is missing a feature? Pull requests are welcome! A few pointers for contributions:

  • Create your PR against the develop branch, not master.
  • If you are unsure, discuss the feature in an issue before a PR.

About

An Azure Functions-based crypto currency trading bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • HTML 0.3%
0