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

Change triggers to use an ema crossover scheme #5

Open
nickpagz opened this issue Aug 13, 2021 · 3 comments
Open

Change triggers to use an ema crossover scheme #5

nickpagz opened this issue Aug 13, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@nickpagz
Copy link
Owner

This might be a fork, or separate version since this would handle the capturing of prices in a very different way - ie polling ftx for candle data and processing it on the fly instead of just grabbing the latest price in each loop.

@nickpagz nickpagz added the enhancement New feature or request label Aug 13, 2021
@nickpagz
Copy link
Owner Author

I've decided to make this a whole new build since fundamentally it will work very different. It will use OHLCV data instead of polling every x minutes for price data, and instead of triggering individual deals, the script will enable bots and keep them enabled until they don't meet requirements.

@pablollorens
Copy link

any news about that new version?

@nickpagz
Copy link
Owner Author

Hi @pablollorens My bandwidth at the moment is limited unfortunately, but this is at the top of the list. I actually already started coding it, but had to divert my attention for a while. Hopefully I'll get back on it in the next 2 to 3 weeks.

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

No branches or pull requests

2 participants