I am writing a custom bot for trading at different Exchanges, while BTCe is the only one I have currently implemented to about 95%.
Now I am only hanging at one point: If my Bot decides to Sell/Buy, how can I determine the proper price for my order?
My Idea was to get the kist of current buy/sell oderders for e.g. BTC/USD and then calculate for which price I would have to sell/buy so the trade will be executed completely, but then I didn't find an API-method to get a list of current orders here.
Is there any way to achieve what I am trying to do?