karlwancl / Trady

Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.
https://lppkarl.github.io/Trady
Apache License 2.0
543 stars 184 forks source link

Add support for crytocurrencies #21

Open romeop555 opened 6 years ago

romeop555 commented 6 years ago

Find today this huge project and i would like to contribute and adopt it.

I'm building a trading engine, it is a C# UWP app running on Raspberry PI, so far it retrieves candles from the exchange every 4 hours and stores in your OneDrive folder in order to build a big prices database available for backtesting, the exchange allows you to retrieve only the last 12 hours for the minute period.

I can implement the retriever from the Kraken Exchange (well known for low commissions) if you like and you give me permissions.

Cheers!

karlwancl commented 6 years ago

@romeop555 Contributions are always welcomed 👍

It's interesting to hear about building a trading engine on a RaspberryPi using dotnet. Perhaps, it's also a time to take a look on the lib performance on resource-limiting environment 😏 Hopes it works smoothly on it 👍

Ricky-G commented 6 years ago

@lppkarl can we merge this with #9 and rename it to just "Add support for crytocurrencies", I would like to work on the cryptocurrencies side of things (one exchange at a time) in another branch and do a PR when ready.

karlwancl commented 6 years ago

@Ricky-G Sorry for the late response, the issue is being merged 😃