florenceale: I have noticed that when my EA starts, by default it sets bars not candle. I would prefer have candles since the beginning automatically. Is there a function that can help me?
I am assuming that this is in the Strategy Tester, because that is the only situation in which this would happen.
This is because, when your start your EA in the strategy tester, it first tries to load a template for the display in the following order:
- It will first try to load a template with "name of ea.tpl".
- If not found, it will then attempt to load "tester.tpl".
- Then it will attempt "default.tpl".
- And finally, if all else fails, it sets it to the factory default of "green on black bars".
So, to fix it, set-up a clean chart and set all the visual aspects (such as candles instead of bars, colours, etc.) you want and then save it to the templates:
- "default.tpl" (used when you open a new chart)
- "tester.tpl" (used when you test EAs)

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
Hi,
I have noticed that when my EA starts, by default it sets bars not candle. I would prefer have candles since the beginning automatically.
Is there a function that can help me?
Regards