pmaji / crypto-whale-watching-app

Python Dash app that tracks whale activity in cryptocurrency markets.
MIT License
605 stars 137 forks source link

Questions to explore further beyond the app #51

Closed pmaji closed 5 years ago

pmaji commented 6 years ago

Given the treasure trove of data that we now are developing, as well the growing community of traders / coders that are involved in this project, I wanted to open an issue where people can periodically contribute questions that they want explored further.

My aim to open up a Python Notebook separate from this app in which we can dig into deeper (perhaps more long-form analytic questions) that this app or curiosity in general may create. Comment below with any hypotheses you want tested or theories you want explored, etc., and I will add them to the master list of topics to add to the exploratory Python Notebook that will be created.

List of subjects to investigate:

anotherspacesong commented 6 years ago

Correlation between price and volume, i.e. is higher volume during moves higher indicative of further strength

HBlaskowski commented 6 years ago

A popular topic here: Over a multi-year period, can Technical Analysis -- looking for patterns on graphs -- beat a buy and hold strategy? There are many of these patterns that people swear by: "head and shoulders", "dead cat bounce", etc. How would these have fared over the last three years?

pmaji commented 6 years ago

Thanks @anotherspacesong; I've integrated your question into the master list.

pmaji commented 6 years ago

@HBlaskowski oooo that's going to be a tough / fun one, given how... murky definitions of various TA strategies are haha. Excited to see how we can operationalize this one.

I've added it to the list.

pmaji commented 6 years ago

We've got a good list to start with here, and given that the response rate has died down, I'm closing the issue. Hope to get started on some of these shortly.

theimo1221 commented 6 years ago

@pmaji Please open up an issue for each element or keep this one open.

To be honest I hadn´t it on my radar....

pmaji commented 6 years ago

I'm totally fine with keeping it open. I don't think I have the time to get to this super soon, but I will begin work on these questions in the mid-term. I think my plan is to open a separate repo to host the python code and jupyter notebooks, but I haven't decided yet. Happy to take feedback on that. Excited by a few of these questions for sure. Re-opening at your request @theimo1221 :)

pmaji commented 5 years ago

So I got around recently to answering one of these questions about the impact of temporality / seasonality on price. You can check out that preliminary analysis here. In an attempt to keep this repo devoted only to the app itself and not exogenous research items, I will likewise tackle the rest of them as I have time in the same data science research repository, so follow that for more info! Closing this out for now.