0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added config files for the staging servers More... over 14 years ago
Tweaked some parameters More... over 14 years ago
Removed printlining debug statement More... over 14 years ago
Repricer works and prevents arbitrage More... over 14 years ago
Allow config file to be changed; read server info from another block in the config file More... over 14 years ago
Added PDF of Algotraitor client README More... over 14 years ago
Nah, YAML config can stay More... over 14 years ago
Ignored config file More... over 14 years ago
Passwords calculated from participant IDs. Configuration-drive the initial state More... over 14 years ago
Added trade history class and endpoint More... over 14 years ago
Fixed extension require path More... over 14 years ago
Added client README More... over 14 years ago
Fix content type on buy and sell More... over 14 years ago
Don't return stocks with quantity zero in the portfolio JSON More... over 14 years ago
Renamed 'strategy' to 'extension' More... over 14 years ago
Added PriceBumper strategy but turned it off for now so we can work More... over 14 years ago
Added the before_trade callback that can modify the execution price More... over 14 years ago
Changed callback names to after_price_change and after_trade More... over 14 years ago
Hooks now accept an options hash, get rid of the messy argument lists More... over 14 years ago
Pass the stock traded into the strategy More... over 14 years ago
Factored Timestamp into a monotonically ascending integer; buy and sell have a timestamp More... over 14 years ago
Added account.json and buy More... over 14 years ago
Selling and buying returns the price at which the trade was executed (per share) More... over 14 years ago
Added basic beginnings of JSON server, with very simple participant authentication More... over 14 years ago
Synchronize access to Participant and Stock More... over 14 years ago
Added TODO file More... over 14 years ago
Markets inform strategies of participant trades More... over 14 years ago
Added ObserverProxy to translate method names so that the Market can subscribe to multiple events More... over 14 years ago
Strategies won't be called with updates if they don't respond_to the update method More... over 14 years ago
Added portfolio buy/sell methods More... over 14 years ago