Hadil Mutaqin SE / 販売者
パブリッシュされたプロダクト
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://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy BinanceEA-
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage:
- Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
Bitcoin Trading Bot 101 is a fully automated trading system which trades based on market movement to identify trend with smart hedging strategy. The system is running on Binance spot market.
Parameters
API Key = your binance api key Secret Key = your binance secret key Symbol = symbol name TargetProfit (%) = target profit in percent TimeBased = period to check target
*You should allow WebRequest from Tools menu >> Options >> Expert Advisors and a
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
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
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
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