lazou

Results 16 comments of lazou

@halteach Yes, this would be one way. Another way would be to use docker-compose, but this still requires a terminal via SSH. I use the following `docker-compose.yml` ```yaml version: "3.8"...

I think this is due to the fact that the synology docker implementation is not familiar with managing the docker containers from the outside. I had the same experience for...

@eabase Thanks for your reply. Both methods are standard mt5 methods (see the used links) which are not yet available in mtapi. They can be used to add or withdraw...

This does also occur sometimes with mt5, but often due to invalid api calls. For example when a parallel call did lead to a disconnect which then results in your...

@vadimt2 Did you tried the sources provided in #203 already?

Hi @vdemydiuk , I changed the target branch like requested to `dev`. In this PR the use case for using a local connection is still possible, I only call the...

@vdemydiuk Ok, no problem. Let`s see if the piping support will be added soon to the WCF library of .net core. I will try to keep the branch up to...

@vyacheslav-skvortsov Updates in which regard? Merging it into dev or updating this branch to newer dependency versions? You can already use this .net port by compiling the sources of this...

Locally I was able to port the client side to .Net Core and I am working with it. But unfortunately I did also removed some not required code for me....

@supermomonga Please have a look at PR #203 😃