How to load Chart template
-
Shared project : https://fxdreema.com/shared/MrcrbmySc

My Ea calculates the highest and lowest close in a range and stores the value into a variable HighestClose, LowestClose. The Ea seems to works.
There are 2 Issues (problems)
- I want to load default chart template:
When my ea back test loads it defaults to a black screen with green bars. I want to automatically change this default to a different chart template once the EA starts running. In MT4, I have a light.tpl saved and stored in the template folder with other templates.
I have tried many things to get this light.tpl to load once the ea starts running. All have been unsuccessful. How is this accomplished?
2. Draw Tex Block Issue:
Is there any way to actually have the draw take place over or under the candle. It currently draws the Text Value in the middle of the bar most of the time.
Thanks you for any help.
VanceDavid -
@vancedavid I'm not sure templates can be uploaded with fxDreema. My best suggestion is creating the new backgrounf configuration with this block:

On you second question, I'm not sure I fully understand. Can you please upload an image?