Binance Library MetaTrader 5
100 USD
Publicado:
28 abril 2022
Versión actual:
1.16
¿No ha encontrado el robot adecuado?
Encargue el suyo
en la bolsa Freelance.
Pasar a la bolsa
Encargue el suyo
en la bolsa Freelance.
Cómo comprar un robot comercial o indicador
Inicia el robot en el
hosting virtual
hosting virtual
Pruebe un indicador/robot comercial antes de comprarlo
¿Quieres ganar en el Market?
Cómo ofrecer un producto para que lo compren
Está perdiendo oportunidades comerciales:
- Aplicaciones de trading gratuitas
- 8 000+ señales para copiar
- Noticias económicas para analizar los mercados financieros
Registro
Entrada
Usted acepta la política del sitio web y las condiciones de uso
Si no tiene cuenta de usuario, regístrese

Роман, спасибо огромное за шикарную библиотеку и за подробное описание к ней.
Да, доступна.
Добрый день.
Предыдущая версия 1.0 каким то чудесным образом установилась. Даже не понял как. А вот как обновиться до 1.1?
Подскажете для совсем неграмотных?
Добрый день, Роман!
Не могли бы вы проверить работоспособность функции
balances spot_balances[];
string balancesRequest = GetSpotBalances(api_key, secret_key, spot_balances, false);
из библиотеки "Binance Library MetaTrader 5.ex5"
Добрый день.
Предыдущая версия 1.0 каким то чудесным образом установилась. Даже не понял как. А вот как обновиться до 1.1?
Подскажете для совсем неграмотных?
При скачивании библиотеки, файл помещается в .../MQL5/Scripts/Market, переместите его в .../MQL5/Libraries/
Сегодня перестала работать функция GetSpotExchangeInfo(spot, false);
Добрый день, Роман!
Не могли бы вы проверить работоспособность функции
balances spot_balances[];
string balancesRequest = GetSpotBalances(api_key, secret_key, spot_balances, false);
из библиотеки "Binance Library MetaTrader 5.ex5"
Binance изменили структуру данных, поэтому перестал работать функция. В новой версии 1.12 исправлено, балансы приходят корректно.
Сегодня перестала работать функция GetSpotExchangeInfo(spot, false);
Андрей, Вы использовали бесплатную библиотеку, в которой закончился тестовый период. Сейчас библиотека платная.
I suggest you to stay away from this seller. He is so greedy and rude.
I have answered ALL your questions BEFORE and AFTER you bought the tools. You were asking for refund due to purchase of the product that had another functionality. I told you that you should contact MQL Service desk to make it, sellers in the Market do not have this ability. So if you want to blame someone for something, make it honestly and only if it is deserved.
Вылетает из за попытки использовать futures, а функция GetFuturesExchangeInfo возвращает "MetaTrader 5 to Binance library expired"
Попробуйте обновиться до последней версии (1.13).
Попробуйте обновиться до последней версии (1.13).
Большое спасибо, все заработало
Hello,
I am checking library from documentation and it works for simple API key check for getting balance. However it does not work for sending new orders, I am trying your example to send simple limit:
string orderSendResult = SendFuturesOrderToBinance("BTCUSDT", "BUY", "LIMIT", 0.02, 300, 0, 0, 0, api_key, secret_key);
I am getting an error in the Console (copied below):
2023.11.07 23:50:51.103 TestBinanceLibraryScript (BTCUSDT.binf,M1) 216
2023.11.07 23:50:51.103 TestBinanceLibraryScript (BTCUSDT.binf,M1) Error: 0.
Could you advice what could be wrong? API key seem to work fine as I am getting correct balance with other command.
I am getting the same error also for Market order.
Would be great to have error codes list.
Thank you in advance.
Hello,
I am checking library from documentation and it works for simple API key check for getting balance. However it does not work for sending new orders, I am trying your example to send simple limit:
string orderSendResult = SendFuturesOrderToBinance("BTCUSDT", "BUY", "LIMIT", 0.02, 300, 0, 0, 0, api_key, secret_key);
I am getting an error in the Console (copied below):
2023.11.07 23:50:51.103 TestBinanceLibraryScript (BTCUSDT.binf,M1) 216
2023.11.07 23:50:51.103 TestBinanceLibraryScript (BTCUSDT.binf,M1) Error: 0.
Could you advice what could be wrong? API key seem to work fine as I am getting correct balance with other command.
I am getting the same error also for Market order.
Would be great to have error codes list.
Thank you in advance.
Hello. There was a change in Binance API, please download the upgraded 1.14 version of the library.
Thank you for update.
I see a change, however it still does not work. To avoid issues with size position while sending new order, I am trying another function, so to cancel existing orders which I created on BTCUSDT pair via CancelFuturesOrderToBinance();
Error I get now while I am trying to cancel positions is the following:
2023.11.08 08:23:42.963 TestBinanceLibraryScript (EURUSD,M1) Error: -1115. Invalid timeInForce.
Same error appears also for sending new pending order.
I don't think user sends anywhere "timeInForce" parameter to Binance and I believe its fixed on library level. Please check.
"import module 'BinanceLibrary.ex5' is too old and cannot be used from '<EA name>.ex5', recompile it please."
Can you recompile it please?