Open kenorb opened 8 years ago
Initial deposit is always zero for backtests. CalculateInitialDeposit() is to fix. Class: SummaryReport.mqh
SummaryReport.mqh
Test:
void OnDeinit(const int reason) { double ExtInitialDeposit = CalculateInitialDeposit(); CalculateSummary(ExtInitialDeposit); Print(GenerateReport()); }
To test, run EA with WriteSummaryReport input param to generate the report file.
WriteSummaryReport
Est. 2-3h
This needs testing whether it's still the issue.
Initial deposit is always zero for backtests. CalculateInitialDeposit() is to fix. Class:
SummaryReport.mqh
Test:
To test, run EA with
WriteSummaryReport
input param to generate the report file.Est. 2-3h