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

Add trading activity as an input #17

Closed
nanvel opened this issue Jul 21, 2018 · 1 comment
Closed

Add trading activity as an input #17

nanvel opened this issue Jul 21, 2018 · 1 comment

Comments

@nanvel
Copy link

nanvel commented Jul 21, 2018

I am a very beginner in ML and so have little understanding on what this model capable of.
Only want to suggest and, hopefully, get a feedback.

If we analyze only raw exchange data, as trades in order books and closed ones, we may have:

  • current buy and sell price
  • buy and sell volumes in some period of time
  • number of buy and sell orders closed (they are not always correlated with volume)
  • buy and sell order book (for example, volume needed to move price for particular percent, or measure activity in order book)

As post-processing of these values, we can divide them by SMA, measure speed they are changing.

@samre12
Copy link
Owner

samre12 commented Aug 8, 2018

@nanvel we can extend the input space for the model by adding all kinds information available from the exchange. But we need to keep 2 things in mind:

  • the source of information that we are using should reliable
  • we need to adapt to model in a way to optimally use the new information

Once, we can guarantee the above, we can proceed with the suggestion.

@samre12 samre12 closed this as completed Aug 8, 2018
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

2 participants