northwesternfintech / NUTC

Northwestern Trading Competition Monorepo
5 stars 2 forks source link

Have Bots use RMQ #106

Closed echavemann closed 6 months ago

echavemann commented 8 months ago

More fair, if one player has overhead they probably all should

Also removes the need for the exchange locks I think

stevenewald commented 7 months ago

I'm in favor of artificial delays instead of using rmq. We want to add overhead to the bot, not our exchange :)

Assigned to @miyaliu627 to add stochastic delays to bot predictions. I really like this idea because it introduces front running, which we can not disallow

echavemann commented 7 months ago

Let's try to tune the delays to have a mean around the rmq overhead - @stevenewald you can decide if you or miya handles it based on how hard this will be to measure.

stevenewald commented 7 months ago

It should be configurable, we can measure it later

stevenewald commented 7 months ago

But agreed