Hadil Mutaqin SE / 販売者
パブリッシュされたプロダクト
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support Binance Futures USD-M and Futures COIN-M Support Testnet mode Support all order types: Limit, Market, StopLimit, StopMarket, StopLoss and TakeProfit Automatically display the chart on the screen Usage:
- Open MQL5 demo account - Download Header file and EA sample https://drive.google.com/uc?export=download&id=17fWrZFeMZoSvH9-2iv4WDJhcyxG2eW17
Copy BinanceFutures.mqh header file to folder \
Binance MT5 is a tool for charting & manual trading Bitcoin and Altcoin on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market .
Parameters Symbol = symbol name HistoryData = start time to download history data API Key = your binance api key Secret Key = your binance secret key
* You should allow WebRequest from Tools menu >> Options >> Expert Advisors and add URL: https://api.binance.com * For automatic tradin
Binance Futures MT5 is a tool for charting and manual trading Bitcoin & Altcoin on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit.
Parameters Symbol = symbol name HistoryData = start time to download history data APIKey = your binance api key SecretKey = your binance secret key Leverage = to set leverage MarginType = to set margin type (crossed or isolated) Po
BitMEX MT5 is a tool for charting and manual trading Bitcoin and Altcoin on BitMEX from MT5 platform. Support all order types:: Limit, Market, Stop-Limit, Stop-Market, TakeProfit, StopLoss and Trailing Stop.
Parameters API Key = your bitmex api key Secret Key = your bitmex secret key Symbol = symbol name Leverage = to set leverage HistoryData = start time to download history data TestnetMode = set to true for testnet, set to false for real trading
*You should allow WebRequest from Tools
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage:
- Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header file and EA sample https://drive.google.com/uc?export=download&id=1kjUX7Hyy02EiwTLgVi8qdaCNvNzazjln Copy Binance.mqh header file to folder \M
This script allows you to close all orders and delete all pending orders. Set to true order type you want to close and cancel. Parameters:
AllCurrency = set true to close position and cancel order in all pair, set false for current pair. CloseBUY = set true to close buy position. CloseSELL = set true to close sell position. DeleteBUYSTOP = set true to cancel buy stop order. DeleteSELLSTOP = set true to cancel sell stop order. DeleteBUYLIMIT = set true to cancel buy limit order. DeleteSEL