• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 10:58pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:58pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Mt4 shortcut or hotkey for drawing objects like lines etc 4 replies

clear list of shortcut keys for MT4 0 replies

MT4 Shortcut for drawing trendlines? 1 reply

using macro to change shortcut on mt4 1 reply

MT4 Shortcut timeframe change. 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 3
Attachments: MT4: Shortcut for switching templates
Exit Attachments
Tags: MT4: Shortcut for switching templates
Cancel

MT4: Shortcut for switching templates

  • Post #1
  • Quote
  • First Post: Aug 13, 2012 3:19am Aug 13, 2012 3:19am
  •  savingpig
  • | Joined Jun 2012 | Status: Member | 115 Posts
Hi guys!

I'd like to switch between two templates quickly but clicking everything with my mouse doesn't work that fast.
So is there any shortcut or script to switch between two templates in MT4?

Thanks
  • Post #2
  • Quote
  • Aug 13, 2012 10:18am Aug 13, 2012 10:18am
  •  zznbrm
  • Joined Jul 2008 | Status: Member | 878 Posts
Quoting savingpig
Disliked
I'd like to switch between two templates quickly but clicking everything with my mouse doesn't work that fast.
So is there any shortcut or script to switch between two templates in MT4?
Ignored
This thread shows how to change the template on a chart from within mql4:

http://www.forexfactory.com/showthread.php?t=275562

You could create a script to change the template and assign a hotkey to the script.
 
 
  • Post #3
  • Quote
  • Aug 13, 2012 8:10pm Aug 13, 2012 8:10pm
  •  emmanuel7788
  • Joined Nov 2008 | Status: Member | 40,143 Posts
Quoting zznbrm
Disliked
This thread shows how to change the template on a chart from within mql4:

http://www.forexfactory.com/showthread.php?t=275562

You could create a script to change the template and assign a hotkey to the script.
Ignored
Hi zznbrm,

thanks you for your valuable posts and many mql4 programming tips.

I have another situation as follows:
In one profile, I have 3 charts open of the same symbol. When I change the symbol of the first chart, I want the symbol of the second and third charts to also change to the same symbol following the first chart.
Note: I have different indicators on the 3 charts and I want to see the same symbol for 3 different charts quickly without having to create a unique profile for each symbol.
This has to do with looking at same symbol in a 3-screen multi-timeframe view.

It would be of great help if you have already a solution.

Thanks and Kind regards,
Attached Image (click to enlarge)
Click to Enlarge

Name: 3 charts profile.png
Size: 40 KB
Honesty is a very expensive gift. You wont find it in cheap people.WBuffett
 
 
  • Post #4
  • Quote
  • Aug 15, 2012 9:30am Aug 15, 2012 9:30am
  •  savingpig
  • | Joined Jun 2012 | Status: Member | 115 Posts
Quoting zznbrm
Disliked
This thread shows how to change the template on a chart from within mql4:

http://www.forexfactory.com/showthread.php?t=275562

You could create a script to change the template and assign a hotkey to the script.
Ignored
Thank you.

Let's see if I can get it run...
 
 
  • Post #5
  • Quote
  • Aug 18, 2012 11:27am Aug 18, 2012 11:27am
  •  zznbrm
  • Joined Jul 2008 | Status: Member | 878 Posts
Quoting emmanuel7788
Disliked
In one profile, I have 3 charts open of the same symbol. When I change the symbol of the first chart, I want the symbol of the second and third charts to also change to the same symbol following the first chart.
Note: I have different indicators on the 3 charts and I want to see the same symbol for 3 different charts quickly without having to create a unique profile for each symbol.
This has to do with looking at same symbol in a 3-screen multi-timeframe view.
Ignored
I do not know how to directly change the symbol of another chart via mql4. There probably is a way to do it, but I have not seen a solution.

Two workarounds:

1) Create profiles for each symbol

2) Trap the uninitializeReason in the first chart to determine if the symbol has changed and then use a sendKeys API call to change the symbol in the other charts. This solution should be doable, but might be a little involved.

Maybe someone else knows how to do what you ask. But, IMO, the easiest solution would be to simply create different profiles for each symbol.
 
 
  • Post #6
  • Quote
  • Jul 17, 2022 5:50am Jul 17, 2022 5:50am
  •  trade1969
  • Joined Oct 2020 | Status: Member | 168 Posts
Quoting emmanuel7788
Disliked
{quote} Hi zznbrm, thanks you for your valuable posts and many mql4 programming tips. I have another situation as follows: In one profile, I have 3 charts open of the same symbol. When I change the symbol of the first chart, I want the symbol of the second and third charts to also change to the same symbol following the first chart. Note: I have different indicators on the 3 charts and I want to see the same symbol for 3 different charts quickly without having to create a unique profile for each symbol. This has to do with looking at same symbol...
Ignored
Dear Emmanuel I need also this tool. Can I asked you if you have found anything? Because i work with the same way?
Attached Image (click to enlarge)
Click to Enlarge

Name: TMGM MT4 Terminal.png
Size: 215 KB
 
 
  • Post #7
  • Quote
  • Jul 23, 2022 1:41am Jul 23, 2022 1:41am
  •  egg
  • | Joined Jun 2008 | Status: Member | 37 Posts
Quoting trade1969
Disliked
{quote} Dear Emmanuel I need also this tool. Can I asked you if you have found anything? Because i work with the same way?{image}
Ignored

Got from another site.
1. Put the indi in one chart only (the parent chart),
2. Before you put the indi in the parent chart, the other charts should be on the same pairs with the parent's,
3. Change pairs only in the parent chart, and after that the others charts will follow change to the new pairs.

PS. If a child chart was not on the same pairs with the parent's, its pairs wouldnt change.

Enjoy.
Attached File(s)
File Type: ex4 ChartSync.ex4   9 KB | 83 downloads
 
 
  • Post #8
  • Quote
  • Jul 23, 2022 6:27am Jul 23, 2022 6:27am
  •  wansiman
  • | Joined Jul 2010 | Status: Member | 143 Posts
Quoting egg
Disliked
{quote} Got from another site. 1. Put the indi in one chart only (the parent chart), 2. Before you put the indi in the parent chart, the other charts should be on the same pairs with the parent's, 3. Change pairs only in the parent chart, and after that the others charts will follow change to the new pairs. PS. If a child chart was not on the same pairs with the parent's, its pairs wouldnt change. Enjoy. {file}
Ignored
Nice thank you
Do you have also a indicator who copy the drawings to the other charts ?
 
 
  • Post #9
  • Quote
  • Last Post: Jul 23, 2022 8:53am Jul 23, 2022 8:53am
  •  trade1969
  • Joined Oct 2020 | Status: Member | 168 Posts
Quoting egg
Disliked
{quote} Got from another site. 1. Put the indi in one chart only (the parent chart), 2. Before you put the indi in the parent chart, the other charts should be on the same pairs with the parent's, 3. Change pairs only in the parent chart, and after that the others charts will follow change to the new pairs. PS. If a child chart was not on the same pairs with the parent's, its pairs wouldnt change. Enjoy. {file}
Ignored
Thanks I will try it.
 
 
  • Platform Tech
  • /
  • MT4: Shortcut for switching templates
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023