Forum

SUGGESTION for the Meta Trader mobile app

First I'd like to say that I really enjoy the app. I would like to suggest a way to access the depth of market from the charts tab. Cause currently what you need to do is to go back to the Quotes tab, find the ticker of the stock you want to trade on and then press and hold to find the option "depth

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