lazou / mtapi

Fork of MetaTrader API, only for MetaTrader 5 targeting .NET Core
MIT License
16 stars 2 forks source link

Add iOpen and iClose methods #28

Open lazou opened 1 year ago

lazou commented 1 year ago

This PR will add the following two methods:

Based on a request in https://github.com/vdemydiuk/mtapi/issues/278

lazou commented 1 year ago

@zemuss Please check if this is working for you. At least in the test client it worked on my end.

zemuss commented 1 year ago

I need to convert to this client for MT5 and test...

zemuss commented 1 year ago

@lazou I dont see it listed in the MtAPi5Client I pulled latest code.

lazou commented 1 year ago

Did you used this branch for pulling the code? In the testclient ui both methods are available.

lazou commented 1 year ago

Maybe some hints for using my fork. This fork is targeting .Net core. You have to use mtapi5.dll and mtapiservicenetcore.dll on your Client side. I recommend the portable "installation" into metatrader (see readme).

zemuss commented 1 year ago

NVM - I figured out how to get the branch.. I will test it tonight..