blankly-finance / blankly

🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
https://package.blankly.finance
GNU Lesser General Public License v3.0
2.03k stars 261 forks source link

Implementing Upbit Exchange #234

Open modernsacred opened 1 year ago

modernsacred commented 1 year ago

Description of Feature Request

Implementing Upbit(https://upbit.com) Exchange for blankly

Why is it important?

After FTX Crisis, Korean Well-regulated exchanges are pretty good both at liquidity and safety. And it's the first exchange that Korean people use.

How would you use the feature?

Show us a code implementation of how you would like the feature to be used. (i.e. If it's a new strategy event, show us what inputs there would be)

A new supported exchange

OPTIONAL: How would you implement this?

There is well documented api implemention in both ccxt and pyupbit(https://github.com/sharebook-kr/pyupbit) library, so we can leverage it. Adding custom wrapper with ccxt or pyupbit library or convert it to blankly's style.

Would you like to Contribute?

EmersonDove commented 1 year ago

This is great, leveraging CCXT for this should also make it fairly trivial to integrate quickly.