kmadac / bitstamp-python-client

Python package to communicate with bitstamp.net
MIT License
143 stars 70 forks source link

limit_price #29

Closed gypsymauro closed 5 years ago

gypsymauro commented 6 years ago

you can add limit_price to buy_limit_order adding: limit_price to the params list of the function and modifying the data as below:

    data = {'amount': amount, 'price': price, 'limit_price': limit_price}

it works perfectly, bye

Deelight-fr commented 6 years ago

Merged in https://github.com/kmadac/bitstamp-python-client/pull/30