| / | Forum |
|
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 (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. |
|
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 |
|
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 |
|
WHRoeder
2011.12.05 16:21
gooly: Set up a chart the way you want. Save the template as tester.tpl for visual mode, as default.tpl for new charts.does anybody know, how I can change the dafeult setting of chart that are started by the tester (isVisualMode()). |