You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
1. Write your tester
2. Wait for visualisation
Спасибо за ответы. И какой же выход, если рисовать нужно?
sergeev:
1. Write your tester
2. Wait for visualisation
I can not understand where the error is, the following code checks the profit on 2 currency pairs
In the first minutes after the opening in the log:
In the first minute of the opening a new bar has not yet formed writes that - 941,7 dollars.
The test goes on m1 "only on opening prices" server - Alpari, ticket 425.
There is no way that a bar has not yet appeared and already minus 1000.
But from November 2010 to February 2011 this has never happened!
//--------------???????????????????????????????????????????-----------------//
Took it to XP tested with ticket 421 and there were 7 with ticket 425.
Nonsense but everything works as it should.
//---------------------------------------------------------------------//
If it is not difficult please tell me how to save the results of the optimizer,
not a picture, namely the variants of passes with settings (parameters)
and the result (profit) is better, of course, if you can save it in html . Thanks
not the drawing, but the variants of the passes with settings (parameters)
and the result (profit) is better of course if you can save it in html . Thank you
Have a look at the optimisation results section in the terminal help
Please advise which of the points in the figure is the most promising, so to speak.
if the optimization criterion (complete search of parameters) is max.profit + min.drawdown
As I understand the highest point indicates that the profit + drawdown is maximal + minimal
of all passes of the tester?
Most likely they don't have time to initialize completely. Idea is to use sleep(pause) to give time for initialization and initial calculation, but I don't know if sleep() will work in tester.
I faced with similar thing, until now one expert unreliably starts in tester (also with "thick" indicator), I still have not got time to finish it.
Of course, I'll do it, but it's not convenient.
Write wrappers for the graph object functions. Name this class of functions, for example "GrafObject" and save the necessary data in the properties of your object and create the graph object itself. So, regardless of whether you are in the tester or not, you'll always have information about the object and the objects themselves on the chart.
Error in CDealInfo::TypeDescription() :
instead of switch(Type()) switch(DealType())
Also inCHistoryOrderInfo::TypeDescription():
instead of return(FormatType(str,Type())); it needsreturn(FormatType(str,OrderType()));