Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1603

 
Владислав Купчинский:
Please tell me how to work with the accounts in the app, deposit and withdraw funds.

Be sure to check the broker's reputation
 

Hello.

I need to test the strategy on history, but in manual mode. Is there such a possibility?

I mean, in this case I need a manual execution, not through an Expert Advisor.

How is it possible to do this?

I would like to thank you.
 
Zalevsky1234 #:

Hello.

I need to test the strategy on history, but in manual mode. Is there such a possibility?

I mean, in this case I need a manual execution, not through an Expert Advisor.

How is it possible to do?

Thank you.

Search for trading panels in CodeBase and Market, choose the one you like and use

 
MakarFX #:

This is the tester's latest chart...

if you click on it, it will open


thanks

 

the standard report from the strategy tester has -10 columns.

Is it possible to add columns with additional parameters based on the results of EA testing to such a report?

 
законопослушный гражданин on the results of EA testing to such a report?
no
 
сMakarFX #:
no

Thank you, but to create your own reports (as if in parallel) with saving to a file?

 

Hello. Can you tell me, please, what is this announcing?

int GetFileSize(int,int);
 
Andrey Sokolov #:

Hello. Can you tell me, please, what is this declaration?

forward description / preliminary declaration / function prototype

it's the same concept, but different literature calls it differently

 
законопослушный гражданин #:

Thank you, but to create your own reports (as if in parallel) with saving to a file?

Can FileWrite

FileWrite - Файловые операции - Справочник MQL4
FileWrite - Файловые операции - Справочник MQL4
  • docs.mql4.com
FileWrite - Файловые операции - Справочник MQL4
Reason: