Binance Exceptions 3hr webinar

Some options I will present: Solutions: Weighted average (wavg) based on top 13 hourly moves If over 1.0, will set each trade to 250 USDT per trade to hopefully get a fill If wavg lower, it will allow trades to be $100 USDT

Binance Futures webinar demo

Here is a demo of the Future part of Binance exchange This is a high level demo of WHAT this can do. Look at source code in Github repo to understand how this works. Find this on https://github.com/Binance-docs/Binance_Futures_python /Users/quantlabsnet/DOCS/Documents/python/binancef/Binance_Futures_python/example/market python3 get_24hr_ticker_price_change_statistics.py python3 get_aggregate_trade_list.py get_exchange_information.py get_funding_rate.py get_liquidation_orders.py - most important call get_mark_price.py get_open_interest.py get_order_book.py get_recent_trades_list.py get_symbol_orderbook_ticker.py […]

Save your Binance account webinar playback

We shall talk about the complexities for this. I also cover what you need to know to save your Binance cryptocurrency account from blowing up during early bot development with testing. We shall talk about the complexities for this. I also cover what you need to know to save your Binance cryptocurrency account from blowing […]

MORE Fun with Binance CCXT API trading

More helpful links This continues from https://quantlabs.net/academy/fun-with-binance-ccxt-api-trading/ This example uses BNB/BTC which I am using   https://github.com/ccxt/ccxt/issues/2552 https://github.com/DeviaVir/zenbot/issues/876 Note problem: i currently am encountering the same issue and have enough funds to cover the trade. i believe this is an issue with binance’s api. has anyone figured out a way around it? Read SoftMandar comment […]