79725117

Date: 2025-08-04 15:45:11
Score: 0.5
Natty:
Report link

MT5ManagerAPI.dll is native c++ dll. Better, you will add to reference ManagerAPI.NET.dll - c# wrapper and use it.

using System;
using Manager;  // from ManagerAPI.NET.dll

class Program
{
    static void Main(string[] args)
    {
           CManagerApi manager = ManagerFactory.Create();
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mihal By