Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TesterDeposit and TesterWithdrawal methods #264

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

lazou
Copy link

@lazou lazou commented Jan 1, 2022

This PR will add TesterDeposit and TesterWithdrawal methods for backtesting.

@eabase
Copy link
Contributor

eabase commented Feb 9, 2022

@lazou

You didn't say much about what this tester is to be used for. Back-testing you say, but...
What exactly makes this function a "test", instead of actually doing it?

Perhaps you have a code/usage examples?

@lazou
Copy link
Author

lazou commented Feb 9, 2022

@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 deposit while backtesting. It is not meant to be a "test" or something else.

* added .net core based MtApiService

* based on https://github.com/dotnet/wcf
* only client side is available in .net core
* piping removed, only tcp connection possible
* ported MtApi5 and MtApi5TestClient to .net core

* updated dependencies and moved to .net5.0

* removed build warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants