BinanceApi.Order.Builder (binance_api v0.2.11) View Source

This module helps to build orders for use with BinanceApi.place/2 and similar APIs

Link to this section Summary

Link to this section Functions

Link to this function

limit(price, quantity, symbol, side, time_in_force \\ "GTC")

View Source
Link to this function

market(quantity, symbol, side)

View Source
Link to this function

stop(price, quantity, symbol, side, stop_price \\ nil)

View Source
Link to this function

stop_market(price, quantity, symbol, side, stop_price \\ nil)

View Source
Link to this function

take_profit(price, quantity, symbol, side)

View Source
Link to this function

take_profit_market(price, symbol, side)

View Source
Link to this function

trailing_stop_market(side, symbol, callback_rate)

View Source