Commit Graph

34 Commits

Author SHA1 Message Date
Steven Li 830670096b Adjusted docs to use SOL-PERP instead of BTC-PERP due to its absence in devnet 2022-09-09 02:29:16 +05:30
Maximilian Schneider 3de5d26937
Update README.md
recommend typescript
2022-07-06 15:10:16 +02:00
Maximilian Schneider fbb9c3143f
Update README.md
remove docker container reference from readme
2022-07-06 15:00:26 +02:00
Geoff Taylor 3bac2a9051 Added Refresh Orders example to README. 2022-03-14 18:33:50 +00:00
Geoff Taylor fce7dd0c6a Updated README cancellation example with proper use of client_id. 2022-03-10 16:53:18 +00:00
Geoff Taylor 9f66be9807 Fixed some ugly wording I just added to the README. 2022-03-09 09:51:11 +00:00
Geoff Taylor 2bbcafccaa Updated README Introduction. 2022-03-09 09:35:15 +00:00
Geoff Taylor a93ac32c51 Tweaked README a little. 2022-03-09 09:21:08 +00:00
Geoff Taylor 56159ac777 Updatred README with a lot more sample code. 2022-03-08 16:26:37 +00:00
Geoff Taylor 0c7a3043ab Updated dependencies. 2022-02-25 12:24:22 +00:00
Geoff Taylor 1f2470c5ff Simplified creating market operations and instructions. Removed TradeExecutors and put that functionality in MarketOperations. 2022-02-24 16:44:43 +00:00
Geoff Taylor 906b419fc6 OrderBook can now provide expired orders, if requested. 2022-02-22 12:06:20 +00:00
Geoff Taylor 05d03e4fec Added simple installation walkthrough. 2022-01-24 10:05:16 +00:00
Geoff Taylor a149caefee
Merge pull request #22 from AaronCritchley/patch-1
Update the brief example in the README.md
2021-12-30 16:07:55 +00:00
Aaron Critchley b0c1805f4f
Restore original imports 2021-12-30 00:33:08 +00:00
Aaron Critchley a07f5f6d20
Implement suggested comments 2021-12-30 00:32:24 +00:00
Aaron Critchley 2c69af614d
MINOR: Correct a broken link in the README
One char change to fix the broken link to the example market making script
2021-12-28 21:24:44 +00:00
Aaron Critchley d74d773e25
Correct accidental removal of `os` import 2021-12-28 21:11:57 +00:00
Aaron Critchley 63dd3f3f90
Update the brief example in the README.md
The existing example is not functional, mostly because of the change from `load_orders` -> `load_orderbook`. This commit amends the example to be functional, with a small change to place the order at a value we'd typically expect to see in the orderbook representation rather than a fixed $ value, which is hopefully a bit easier for a first time user to understand when they can see their order in the orderbook.

I have kept the `print` convention of the existing example,
2021-12-28 21:09:55 +00:00
Geoff Taylor f17def5166 Added Pypi version 'shield' image to README.md 2021-12-27 13:11:02 +00:00
Geoff Taylor 646855d7b1 Updated README.md 2021-12-27 13:07:49 +00:00
Geoff Taylor 3587ce1b26 Made mango-explorer a pip-installable package. 2021-10-11 17:08:54 +01:00
Geoff Taylor 8257902003 Removed use of pyston in commands. 2021-10-08 18:15:40 +01:00
Geoff Taylor b3bc928121 Updated README now that V3 code is in main. 2021-08-30 15:52:34 +01:00
Geoff Taylor cec85a5f5b Added Notication documentation. 2021-07-22 11:35:40 +01:00
Geoff Taylor 8b8afe1a0b Refactored PollingLiquidator into ReportingAccountLiquidator and LiquidationProcessor
* ReportingAccountLiquidator wraps an AccountLiquidator but provides before-and-after logging and reporting.
* Sped up fetch_token_prices() by reducing it to one network fetch
* Centralised loading of ripe mangoes by creating MarginAccount.load_all_ripe()
* Clearer, more consistent use of Observables
* Added RxPy Backpressure library
* Improved container building to allow for different tags
2021-05-21 14:28:42 +01:00
Geoff Taylor 7f980a8b2e Started adding some Observables code to help with common streaming and polling tasks. 2021-05-14 12:24:35 +01:00
Geoff Taylor fb308c6205 Updated README. 2021-05-12 10:59:59 +01:00
Geoff Taylor 0f05be4fc7 Added Pyston link to README. 2021-05-06 19:12:24 +01:00
Geoff Taylor 5079995361 Pre-alpha: now tries to send PartialLiquidate transaction.
In addition:
* Fixed problem calculating balances
* Added References section to README
* Added user account test to AccountScout
* Tidied up Pandas DataFrame output
* Added balance output to ShowMyAccount
2021-04-23 18:15:44 +01:00
Geoff Taylor 7d08e64f51 TOC and text update. 2021-04-22 15:28:02 +01:00
Geoff Taylor 29798a4480 Added warning disclaimer. 2021-04-15 10:59:04 +01:00
Geoff Taylor 3f351fbc44 Added Binder badge to README.md 2021-04-14 17:29:13 +01:00
Geoff Taylor 2cc5135517 Initial import. 2021-04-14 16:51:39 +01:00