blob: 73a985cad1a9d9ab70f7953f48e3aa96c1b7f8f4 (
plain) (
blame)
1
2
3
4
5
|
// 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
|