MQL4 - automated forex trading   /  

Forum

how to change the "show Grid" default Test-Setting?

Back to topics list To post a new topic, please log in or register

avatar
55
gooly 2011.12.05 00:57 

Hi,

does anybody know, how I can change the dafeult setting of chart that are started by the tester (isVisualMode()).

I would likt to start the new chart without the grid (uncheck "show grid") and with some other colors more darken one like DarkSlateGray. That way the comments of the EA being tested are much better to read than with grid a lime!

If I try to use a template it'll kick out the EA it doesn't know :(

Is there a place, a link, a trick how I can change this?

Any hint is appreciated!

Thanks in advance, Gooly

Genetic Algorithms: Mathematics

Genetic Algorithms: Mathematics

Genetic (evolutionary) algorithms are used for optimization purposes. An example of such purpose can be neuronet learning, i.e., selection of such weight values that allow reaching the minimum error. At this, the genetic algorithm is based on the random search method.


avatar
1675
qjol 2011.12.05 02:45 
gooly:

Hi,

does anybody know, how I can change the dafeult setting of chart that are started by the tester (isVisualMode()).

I would likt to start the new chart without the grid (uncheck "show grid") and with some other colors more darken one like DarkSlateGray. That way the comments of the EA being tested are much better to read than with grid a lime!

If I try to use a template it'll kick out the EA it doesn't know :(

have u tried it work just fine for me

Is there a place, a link, a trick how I can change this?

Any hint is appreciated!

Thanks in advance, Gooly



avatar
50
Tradingjunky 2011.12.05 03:04 
gooly:

Hi,

does anybody know, how I can change the dafeult setting of chart that are started by the tester (isVisualMode()).

I would likt to start the new chart without the grid (uncheck "show grid") and with some other colors more darken one like DarkSlateGray. That way the comments of the EA being tested are much better to read than with grid a lime!

If I try to use a template it'll kick out the EA it doesn't know :(

Is there a place, a link, a trick how I can change this?

Any hint is appreciated!

Thanks in advance, Gooly

just name your template the same as your EA that your testing

and it starts with the template automatically and you can then set it template to what ever you want


there is no option that I can find to disable the grid before you open a chart



avatar
4328
WHRoeder 2011.12.05 16:21 
gooly:
does anybody know, how I can change the dafeult setting of chart that are started by the tester (isVisualMode()).
Set up a chart the way you want. Save the template as tester.tpl for visual mode, as default.tpl for new charts.
Back to topics list  

To add comments, please log in or register