Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Bitstamp error #6

Open
altryne opened this issue May 6, 2013 · 1 comment
Open

Bitstamp error #6

altryne opened this issue May 6, 2013 · 1 comment

Comments

@altryne
Copy link

altryne commented May 6, 2013

Tried to run the program Live, got this error

2013-05-07 00:06:41,313 : ERROR: Caught unexpected exception, shutting down Bitstamp trend following trading agent now!. Details are listed below. com.xeiam.xchange.NotAvailableFromExchangeException: Placing market orders not supported by Bitstamp API. at com.xeiam.xchange.bitstamp.service.trade.polling.BitstampPollingTradeService.placeMarketOrder(BitstampPollingTradeService.java:78) at org.aido.atp.TrendTradingAgent.marketOrder(TrendTradingAgent.java:554) at org.aido.atp.TrendTradingAgent.evalAsk(TrendTradingAgent.java:432) at org.aido.atp.TrendTradingAgent.run(TrendTradingAgent.java:344) at java.lang.Thread.run(Thread.java:722)

@mmazi
Copy link

mmazi commented May 28, 2013

Bitstamp's API doesn't support market orders (even thought their engine supports it, ie. it's possible to enter market orders via the web interface); it's only possible to enter limit orders via the API. See https://www.bitstamp.net/api/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants