You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: