mirror of
https://github.com/digineat/go-metatrader4.git
synced 2025-12-03 11:13:59 +04:00
6 lines
182 B
Go
6 lines
182 B
Go
// Package mt4 provides a lightweight client for MetaTrader 4 servers.
|
|
//
|
|
// It establishes a TCP connection, sends commands, and returns the decoded
|
|
// server response.
|
|
package mt4
|