All versions back log

15.03.2024
22.01.2024
24.11.2023
22.11.2023
21.11.2023
10.11.2023
07.11.2023
07.11.2023
30.10.2023
28.10.2023
22.09.2023
18.07.2023
14.06.2023
08.05.2023
05.05.2023
11.04.2023
21.03.2023
15.01.2023 SignalR MT4 HUB major update

MT4 Hub migration guide:

All methods awaits structure and send structures.

Because of guide

Old code:

connection.invoke("SubscribeToTicks", tradePlatform, "EURUSD")

New code:

connection.invoke("SubscribeToTicks", {tradePlatform, symbol: "EURUSD"})

All callbacks now return structures.

Old code:

connection.on("onTick", function (tradePlatform, tick) { 
    /* your code here */
});

New code:

connection.on("onTick", function (args) {
    const {tradePlatform, tick} = args;
    /* your code here */
});

Check CPlugin.WebAPI.Realtime.ts for further details.

28.12.2022
20.12.2022
14.12.2022
14.12.2022 StreamMarginDiff
24.11.2022
public class UserUpdate
{
    public TransactionType Type;
    public UserRecord      User;
}
22.11.2022
21.11.2022
16.11.2022
{
  "errorType": "MT4API",
  "errorCode": "NotEnoughRights",
  "errorDescription": "Not enough rights",
  "requestId": "unique id"
}
13.10.2022
12.10.2022
29.09.2022
23.09.2022
21.09.2022
15.09.2022
13.08.2022
08.08.2022
04.08.2022
03.08.2022
21.07.2022
20.07.2022
13.07.2022
13.07.2022
11.07.2022
01.03.2022
28.02.2022
14.02.2022
v1.3 (09.02.2022)
v1.2 (17.11.2021)
18.10.2021
28.06.2021
1.1.2
1.1.1.10
1.1.1.9
1.1.1.7
1.1.1.6
1.1.1.5
1.1.1.2
1.1.1.1
1.1.1.0
1.1.0.24
1.1.0.23
1.1.0.21
1.1.0.20
1.1.0.19
1.1.0.18
1.1.0.17
1.1.0.16
1.1.0.15
1.1.0.14
1.1.0.13
1.1.0.12
1.1.0.11
1.1.0.10
1.1.0.9
v1.1.0.8
v1.1.0.7
v1.1.0.6
v1.1.0.5
v1.1.0.4
v1.1.0.3
v1.1.0.2
v1.1.0.0
v1.0.0.72
v1.0.0.71
v1.0.0.67