Forum

Algo Trading and ChartApplyTemplate

Hi there! I have a template that comes with an EA. When I apply this template manually (right click on chart > templates), then Algo Trading is activated in the EA. But when I apply this template using ChartApplyTemplate(), Algo Trading is off (in the EA settings). Is there a way to load a template

Why can't I get "ChartApplyTemplate" to work properly?

Hello! I have a button on my EA that opens another chart and tries to apply a template on it. Here's the code that deals with the action caused by the button. I even wait 5 seconds after the chart opens to apply the template: if (sparam == "abreJanelas" ){ long chartid = ChartOpen ( "BMOB3"

Is it possible to have calculation inside the input tab of an EA?

Hello there! My EA has a few inputs, including an input for "price" and another one for "volume". My question is: is it possible to have, inside the input tab itself, a line or variable that can multiply price and volume and give me the full value of the transaction on the same window? Which means