mirror of
https://github.com/valentineus/go-metatrader4.git
synced 2025-06-08 18:13:34 +03: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
|