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:
@@ -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.
|
||||
|
||||
|
@@ -6,7 +6,7 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"go.popov.link/metatrader4/mt4"
|
||||
"github.com/digineat/go-metatrader4/mt4"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user