Results 17 issues of Alexey

Error is returned: 'Binding' is not valid for Setter.Value. The only supported MarkupExtension types are DynamicResourceExtension and BindingBase or derived types

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...

As soon we are working in the financial field all these objects like ask, bid, last, high, low, volume should be decimal instead of double. For instance, we can't compare...

Is my understanding right, that API has no functions to get all orders with one call in the format of structures like MqlTradeTransaction? Instead of this, I need to pick...

Is it possible to add sync bool Connect function to MtApi5? Priority is Lowest as soon we always can use AsyncConnect, but sync may be useful sometimes. The behavior may...

enhancement

Why there is no AddRange method? I need it when I want to load data from several csv to one DataTable. I find it very useful if you can add...

This exception occurs for line: var table = DataTable.New.FromEnumerable(Data); where Data is not empty List of dynamic

### Describe the feature For the underlying type string, I often use a set of strings that need to be strongly typed. For example: ``` [ValueObject(typeof(string))] [Instance("Users", "Users")] public struct...

enhancement

### Describe the feature It is not compatible with Refit wide-using library. For such kind of request definition: ``` [Get("/api/getMarket")] Task GetMarket(MarketId marketId); ``` it generates request `/api/getMarket?Value=myValue` when expected...

enhancement

### Describe the feature Only case you described in doc is adding full route for each controller's method. But it is not very useful case. Most of cases route generated...

enhancement