mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

Add TesterDeposit and TesterWithdrawal methods

Open lazou opened this issue 3 years ago • 2 comments
trafficstars

This PR will add TesterDeposit and TesterWithdrawal methods for backtesting.

lazou avatar Jan 01 '22 00:01 lazou

@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?

eabase avatar Feb 09 '22 11:02 eabase

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

lazou avatar Feb 09 '22 12:02 lazou