CExpertExecutor::TesterWithdrawal is not implemented yet

 

When trying to use the function TesterWithdrawal ( https://www.mql5.com/en/docs/common/testerwithdrawal ) in mql4 I receive the error:

"CExpertExecutor::TesterWithdrawal is not implemented yet"

I found of this funciont in MQL4 Reference:

MQL4 Reference / Common Functions / TesterWithdrawal

Questions:

1 - Is this function only for MT5?

2 - If not, is there a special import or configuration that I must perform before using it?

3 - If not, is there a possible day for its implementation release?

Thanks

 
ietsira: 1 - Is this function only for MT5?

As of now that appears to be the case.
 
ietsira:

When trying to use the function TesterWithdrawal ( https://www.mql5.com/en/docs/common/testerwithdrawal ) in mql4 I receive the error:

"CExpertExecutor::TesterWithdrawal is not implemented yet"

I found of this funciont in MQL4 Reference:

MQL4 Reference / Common Functions / TesterWithdrawal

Questions:

1 - Is this function only for MT5?

2 - If not, is there a special import or configuration that I must perform before using it?

3 - If not, is there a possible day for its implementation release?

Thanks

The message is very clear. Not implemented yet. Please be patient.
 

Thanks for the replies.

=)

 

I have a similar error like this in my new indicator

when i load the indicator to a chart it show me:

CExpertExecutor::PlotIndexSetInteger is not implemented

But indicator looks OK and works.

I have 3 line and 2 arrow defined in this indicator. Each time i load, it show me that error twice.

Maybe about the arrow indicators.

 
Has this fucntion been implemented yet ?
 
ietsira: I found of this funciont in MQL4 Reference: MQL4 Reference / Common Functions / TesterWithdrawal
luenbo: Has this fucntion been implemented yet ?
Not only is it not yet implemented, it's likely never going to be because it is not in the documentation: Common Functions - MQL4 Documentation and to my knowledge never has been.
 
He probably means a method from the class delivered with the Metatrader deployment rather than a function. I cannot check it, as I always delete those "standard" classes as soon as the update finishes.
Reason: