I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).
If you are new here, please see some information on how to ask for support. Thank you!
-
So I had some orders on the exchange I am testing for a few days, 500ARMS Total to 0.003BTC Total, canceled them, then created some new orders on both the BID side and ASK side of things.
Even did some test executions, which worked fine… I then noticed that my market had not adjusted at all.
Please see screen shot in red.
Not sure why this is, any idea?
Attachments:
You must be
logged in to view attached files.
Adjusted the “Seconds to memoize market API calls” to 0 and that fixed the issue..
The result of the JSON API call for get_market_summaries
is cached using WordPress transients. Normally these expire and the data is updated, but depending on your webserver cache they might not. Setting the value to 0 is a good workaround, glad to hear it’s working now.
with regards
- You must be logged in to reply to this topic.