Hi, I'm just asking in case there's something I wasn't aware of. If I want to move my current attached indicators from one chart to a different chart (on a different symbol) - how do I do it? Is the solution to save a template, and then load that template on the new chart?
- HELP - How do i clear the current chart and profile so I can add a new chart & create a newprofile for it?
- Moving Average
- Can objects created by EA within strategy tester be shown on the chart from the "Report" tab in the main terminal?
Conor Mcnamara: Is the solution to save a template, and then load that template on the new chart?
Why didn't you try it before bothering everyone else?
an EA multisymbol panel which switches between symbols and holds the same indicators on the chart is the best solution. case closed
Conor Mcnamara:
Hi, I'm just asking in case there's something I wasn't aware of. If I want to move my current attached indicators from one chart to a different chart (on a different symbol) - how do I do it? Is the solution to save a template, and then load that template on the new chart?
Hi, I'm just asking in case there's something I wasn't aware of. If I want to move my current attached indicators from one chart to a different chart (on a different symbol) - how do I do it? Is the solution to save a template, and then load that template on the new chart?
It's unclear what is your actual requirement, but probably you want just to change the symbol of the current chart by ChartSetSymbolPeriod?

Documentation on MQL5: Chart Operations / ChartSetSymbolPeriod
- www.mql5.com
Changes the symbol and period of the specified chart. The function is asynchronous, i.e. it sends the command and does not wait for its execution...
Stanislav Korotky #:
I was wondering if there was any built in hot keys to move indicators, or if there is a "main chart" like on the mobile app or tradingview. But I think an EA panel with this API function is the best option for desktop MT5.
It's unclear what is your actual requirement, but probably you want just to change the symbol of the current chart by ChartSetSymbolPeriod?
Conor Mcnamara #:
I was wondering if there was any built in hot keys to move indicators, or if there is a "main chart" like on the mobile app or tradingview. But I think an EA panel with this API function is the best option for desktop MT5.
I was wondering if there was any built in hot keys to move indicators, or if there is a "main chart" like on the mobile app or tradingview. But I think an EA panel with this API function is the best option for desktop MT5.
There is another useful pair of functions: ChartSaveTemplate/ChartApplyTemplate.

Documentation on MQL5: Chart Operations / ChartApplyTemplate
- www.mql5.com
Applies a specific template from a specified file to the chart. The command is added to chart messages queue and will be executed after processing...

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