0
mirror of https://github.com/valentineus/go-metatrader4.git synced 2025-08-12 09:26:40 +03:00

Moved repositories to the organization

This commit is contained in:
2025-08-11 10:57:49 +00:00
parent 1d635b187a
commit 61f75d0f7b
8 changed files with 14 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
# Example: INFO Command
This example demonstrates how to use the [`go-metatrader4`](https://github.com/valentineus/go-metatrader4) library to send the `INFO` command to a MetaTrader 4 (MT4) server and retrieve server information.
This example demonstrates how to use the [`go-metatrader4`](https://github.com/digineat/go-metatrader4) library to send the `INFO` command to a MetaTrader 4 (MT4) server and retrieve server information.
The `INFO` command requests basic server details such as build version and company name.

View File

@@ -6,7 +6,7 @@ import (
"log"
"time"
"go.popov.link/metatrader4/mt4"
"github.com/digineat/go-metatrader4/mt4"
)
func main() {