• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:16am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:16am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

MT5 Code need: How to find marketwatch symbols automatically? 6 replies

MT4 Marketwatch linked to chart 3 replies

Charts, Charts, Charts! 1 reply

Run single script on all open charts in MT4? 0 replies

Make all charts open with a specific mt4 template 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 6
Attachments: open all charts in my mt4 marketwatch by oneclick
Exit Attachments
Tags: open all charts in my mt4 marketwatch by oneclick
Cancel

open all charts in my mt4 marketwatch by oneclick

  • Post #1
  • Quote
  • First Post: Dec 23, 2015 11:25pm Dec 23, 2015 11:25pm
  •  RemonFxTrade
  • | Joined Sep 2015 | Status: Member | 73 Posts
hello,

i'm searching for a way to open all mt4 charts found in my mt4 marketwatch by oneclick.

thanks
All Things Are Possible
  • Post #2
  • Quote
  • Dec 24, 2015 1:47am Dec 24, 2015 1:47am
  •  rofi93
  • | Joined Nov 2013 | Status: Member | 23 Posts
You can develop an EA for opening all charts. Then just attach the EA to any chart and it will open all charts for you.
MQL4 EA Coder
 
 
  • Post #3
  • Quote
  • Dec 24, 2015 6:33am Dec 24, 2015 6:33am
  •  honestknave
  • Joined Nov 2014 | Status: Member | 1,300 Posts
This is a script. You can assign a hotkey to it or just drop it on a chart.
Inputs are:

  1. Timeframe to use
  2. Template to apply

Attached File(s)
File Type: ex4 OpenMarketWatch.ex4   8 KB | 3,634 downloads
1
 
  • Post #4
  • Quote
  • Dec 24, 2015 6:59am Dec 24, 2015 6:59am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting RemonFxTrade
Disliked
hello, i'm searching for a way to open all mt4 charts found in my mt4 marketwatch by oneclick. thanks
Ignored
RemonFxTrade-
Open all the charts you want and then save as a profile.
http://www.forexfactory.com/showthread.php?t=209494
 
 
  • Post #5
  • Quote
  • Dec 25, 2015 12:49am Dec 25, 2015 12:49am
  •  RemonFxTrade
  • | Joined Sep 2015 | Status: Member | 73 Posts
thanks all for answers very helpful, merry Christmas to all.
Attached Image
All Things Are Possible
 
 
  • Post #6
  • Quote
  • Nov 3, 2016 6:15pm Nov 3, 2016 6:15pm
  •  Forexpinbar
  • Joined Jul 2016 | Status: ADDICTED TO HUGE PIPS | 1,373 Posts
Quoting honestknave
Disliked
This is a script. You can assign a hotkey to it or just drop it on a chart. Inputs are: Timeframe to use Template to apply {file}
Ignored
Great script.thanks honestknave for making such an amazing script.It does the job very well and saves a lot of time opening chart windows..Can you share mt5 version?Thank you.
Goal of a successful trader is to make the best trades. Money is secondary
 
 
  • Post #7
  • Quote
  • May 20, 2018 6:07am May 20, 2018 6:07am
  •  teymooriamir
  • | Joined May 2018 | Status: Member | 3 Posts
hello
i want mq4 format of this "OpenMarketWatch.ex4" script.
would u please help me and send the code
 
 
  • Post #8
  • Quote
  • May 21, 2018 2:17am May 21, 2018 2:17am
  •  Nicholishen
  • Joined Jul 2005 | Status: zzzzzzzzzzzzzzzzzzzzzzzzz zzzzzzzzzz | 1,289 Posts
Quoting teymooriamir
Disliked
hello i want mq4 format of this "OpenMarketWatch.ex4" script. would u please help me and send the code
Ignored
Inserted Code
for(int i=SymbolsTotal(true)-1; i>=0; i--)
      ChartOpen(SymbolName(i,true),PERIOD_H1);
 
 
  • Post #9
  • Quote
  • Jan 25, 2019 7:33am Jan 25, 2019 7:33am
  •  JuanCarlosHB
  • | Joined Apr 2018 | Status: Junior Member | 2 Posts
You would have some code to only open a certain number of pairs
Thank you
 
 
  • Post #10
  • Quote
  • Jan 25, 2019 8:18am Jan 25, 2019 8:18am
  •  Liovannix
  • | Commercial Member | Joined Sep 2015 | 433 Posts
Quoting JuanCarlosHB
Disliked
You would have some code to only open a certain number of pairs Thank you
Ignored
Here is an indicator to chose among the tradition 28 pairs which pairs you want. I am not sure if a solution was ever found as it most likely will close your mt4 in which case you will restart it again especially if your template have indicator that will be too heavy in resources.
Attached File(s)
File Type: ex4 Open Charts In Alphabetical Order Indicator.ex4   17 KB | 776 downloads
 
 
  • Post #11
  • Quote
  • Jan 25, 2019 8:32am Jan 25, 2019 8:32am
  •  Liovannix
  • | Commercial Member | Joined Sep 2015 | 433 Posts
Quoting JuanCarlosHB
Disliked
You would have some code to only open a certain number of pairs Thank you
Ignored

This I believe you can pre-select the pairs you want and time frame. However it doesnt auto copy the template. You can use the second script to copy template to all open charts. Better still you can edit it if there are pairs you trade only.
Attached File(s)
File Type: mq4 OpenChartsv1.1.mq4   5 KB | 1,365 downloads
File Type: ex4 Copy template to all charts script.ex4   5 KB | 827 downloads
 
 
  • Post #12
  • Quote
  • Jan 25, 2019 8:10pm Jan 25, 2019 8:10pm
  •  JuanCarlosHB
  • | Joined Apr 2018 | Status: Junior Member | 2 Posts
Friend Thank you very much for your collaboration, I will try the scripts and I'll tell you, thank you very much again
 
1
  • Post #13
  • Quote
  • Feb 11, 2020 5:16pm Feb 11, 2020 5:16pm
  •  lddd
  • Joined May 2009 | Status: Member | 3,219 Posts
I am looking for a script similar to this one but where i can set a filter for ADR. So that executing the script will open only currency pairs where price moved at least X pips for the last X days. I would like to be able to pre-define X.
 
 
  • Post #14
  • Quote
  • Feb 16, 2020 10:27am Feb 16, 2020 10:27am
  •  renminbi
  • | Joined Nov 2019 | Status: Member | 73 Posts
Quoting Liovannix
Disliked
{quote} Here is an indicator to chose among the tradition 28 pairs which pairs you want. I am not sure if a solution was ever found as it most likely will close your mt4 in which case you will restart it again especially if your template have indicator that will be too heavy in resources. {file}
Ignored
Here's the source code, and version 2. It goes in the indicator directory, not scripts.
Attached File(s)
File Type: mq4 Open Charts In Alphabetical Order Indicator v2.mq4   13 KB | 790 downloads
 
2
  • Post #15
  • Quote
  • Feb 18, 2020 5:59am Feb 18, 2020 5:59am
  •  makhlaghi
  • | Joined Mar 2012 | Status: Junior Member | 3 Posts
Hi Dear,

Is there the MT5 version of these scripts.

Thanks
 
 
  • Post #16
  • Quote
  • Last Post: Feb 18, 2020 6:55am Feb 18, 2020 6:55am
  •  renminbi
  • | Joined Nov 2019 | Status: Member | 73 Posts
Quoting makhlaghi
Disliked
Hi Dear, Is there the MT5 version of these scripts. Thanks
Ignored
I've been scouring the Internet for MT5 utilities such as this but up to now, I have not found MT4 equivalents that compile and work.

From my searching it seems there is currently little to no support for MT5 utilities. There are plenty of indicators and other tools for MT5, but not so much utilities.

My only guess is it may be due to the evolving MQL5 coding language.
 
 
  • Platform Tech
  • /
  • open all charts in my mt4 marketwatch by oneclick
  • 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