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.
– Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries
– Download Header file and EA sample
- Copy BinanceFutures.mqh header file to folder \MQL5\Include
- Copy BinanceFuturesEA-Sample.mq5 to folder \MQL5\Experts
Example how to call Binance Futures Library from EA