Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVP: Trade alts for XBT #1

Open
nullcount opened this issue Jan 18, 2021 · 0 comments
Open

MVP: Trade alts for XBT #1

nullcount opened this issue Jan 18, 2021 · 0 comments

Comments

@nullcount
Copy link
Owner

The original project auto DCAs from USD balance to XBT. The primary reason for this fork is to adapt the code to auto DCA Alts (Shitcoin Cost Average?) into sats.

The user should create a list of Alt tickers which are subject to being automatically traded.

e.x. ['STORJ', 'XMR', 'ETH']

A user may want to keep a certain balance of alts at all times and prefer that the script only sells any excess shitcoins above that threshold.

e.x.

[
    {
        alt: "STORJ",
        min: 50
    }
]

This setting would consider selling STORJ tokens if and only if the balance of STORJ exceeds 50 USD. It would trade an amount of STORJ such that, the remaining balance after the trade still exceeds $50 at the time of trade.

Additionally, there should be a global min-fee-threshold at which the script will actually make the purchase. For example, selling 1 STORJ is cost prohibitive as the trading fee outweighs the purchase amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant