mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

MetaTrader API

Results 92 mtapi issues
Sort by recently updated
recently updated
newest added

if I call the function below it gives back only the initial quotes that were received when I started the app and not refreshing. IEnumerable listofquotes = mt_client.GetQuotes(); mt_client.QuoteUpdate and...

you can show an example Mt4 with Windows Forms. Please.

I want to clarify the available functionality of BackTesting (MtApi5). As I could check, these options are absent for MtApi5 if compare with MQL experts: * Using user parameters and...

The part of filename "{DateTime.Now:yyyy-dd-M--HH-mm-ss}-{Process.GetCurrentProcess().Id}" generates tons of log files with same content but different per-second/thread filenames until the harddisk have 0KB space left. This kept happening in my AWS...

Hello, yesterday i installed the MTApi in three VPS and i run a little software that implement your MTApi. It just connects itself to a MT4 terminal and check the...

Hello, i built successfully from source code the entire solution in visual studio 2019. Then i run the MtApiInstaller.msi and, also, the MtApi_Setup.exe in a VPS where i have an...

MtApi.MtExecutionException HResult=0x80131500 Message=Response from MetaTrader is null Source=MtApi StackTrace: at MtApi.MtApiClient.SendCommand[T](MtCommandType commandType, ArrayList commandParameters, Dictionary`2 namedParams) in \MtApi\MtApiClient.cs:line 3063

Hi, I encounter problems with indicators values returned by the MT4 API. My program is looping on symbols, asking for indicators values on different time frames (30, 240). It seems...

Hi, could you make a new version with iBands function using deviation parameter as a double in place of int as it is in MT4 ?

Fixed formatting, encoding and trading bug * Fixed preventive use of trading password (bug #223) * Converted file from weird UTF-16LE to UTF-8 * Removed blank trailing spaces * Removed...