-
Notifications
You must be signed in to change notification settings - Fork 7
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
Arbitrage Agent #137
Comments
One way to implement this would be to We should then define 1. threshold and 2. action. |
My suggestion for implementation: |
Isn't that exactly what Think Thoroughly is doing already? Except TT is fetching markets from Omen itself. It seems like if we add a new flag to the TT agent to only use the correlated markets, this task is done. Or maybe TT's |
Indeed TT can be used - so this agent could inherit from that and cast a new prediction based only on markets and not scenarios. |
Create an agent that doesn't make predictions based on research, but instead looks for arbitrage opportunities (2 +ve/-vely correlated markets with differntly correlated market p_yes values).
The text was updated successfully, but these errors were encountered: