pramirez92
Results
2
comments of
pramirez92
Update: I changed one line of code in markets.py as shown below (see the "**for_sale**" shown in bold). As expected, without any partial fill on an open order, this gives...
This is close: I changed this: str(o["quote"]), str(o["base"]), To this: **str(o["for_sale"]/o["price"]), str(o["for_sale"]),** On a partial fill, the numbers are correct now, but the currency symbols on the quote side are...