Forex

Archive

Posts Tagged ‘metatrader’

Metatrader 4 (MT4) Hotkeys List

November 7th, 2009

List of hotkeys

There are many other useful hotkeys. Here is a comprehensive list:

Left arrow — scroll chart to the left;
Right arrow — scroll chart to the right;
Up arrow — quickly scroll chart to the left or (if the scale is defined), scroll chart upwards;
Down arrow — quickly scroll chart to the right or (if the scale is defined), scroll chart downwards;

Numpad 5 — restores chart vertical scale to its original default. If the scale was defined, this returns the chart back to its visible range;

Page Up — scroll a whole screen to the left;
Page Down — scroll a whole screen to the left;
Home — move the chart to the start point (first bar);
End — move the chart to the end point (last, i.e. most current) bar;

” — zoom out (there are 6 levels of zoom available);
+” — zoom in;

Delete — delete all selected objects;
Backspace — delete most recently added objects, on a last-added-first-removed basis;

Enter — open/close the fast navigation window;
Esc — close any dialog window;

F1 — open the on line help “Userguide”;
F2 — open the “History Center” window;
F3 — open the “Global Variables” window;
F4 — open MetaEditor;
F5 — switch to the next profile;
F6 — call the “Tester” dialog window for testing the expert attached to the chart window;
F7 — call the properties dialog window of the expert attached to their chart window, in order to change its settings;
F8 — call the chart setup dialog window, allowing basic chart parameters, colors, etc to be changed;
F9 — call the “New Order” window, allowing the entry of market, limit, stop orders;
F10 — open the “Popup prices” window;
F11 — enable/disable full screen mode;
F12 — scroll the chart one bar to the left;

Shift+F12 — scroll the chart one bar to the right;
Shift+F5 — switch to the previous profile;

Alt+1 — display the chart as OHLC bars;
Alt+2 — display the chart as OHLC candlesticks;
Alt+3 — display the chart as a line (closing prices only);

Alt+A — copy all test/optimization results onto the clipboard;
Alt+W — call the chart management window;
Alt+F4 — exit the program;

Ctrl+A — arrange all indicator window heights by default;
Ctrl+B — call the “Objects List” dialog window;
Ctrl+C or Ctrl+Insert — copy to the clipboard;
Ctrl+D — open/close the “Data Window”;
Ctrl+E — enable/disable the attached expert advisor;
Ctrl+F — switch to “Crosshair” mode;
Ctrl+G — show/hide the vertical/horizontal grid;
Ctrl+H — show/hide the OHLC line;
Ctrl+I — call the “Indicators List” dialog window;
Ctrl+L — show/hide volume data on the main chart;
Ctrl+M — open/close the “Market Watch” window;
Ctrl+N — open/close the “Navigator” window;
Ctrl+O — open the “Setup” window;
Ctrl+P — print the chart;
Ctrl+R — open/close the “Tester” window;
Ctrl+S — save the chart prices (OHLCV) in a file having extensions: “CSV”, “PRN” or “HTM”;
Ctrl+T — open/close the “Terminal” window;
Ctrl+W or Ctrl+F4 — close the chart window that’s currently in focus;
Ctrl+Y— show/hide date (period) separators;
Ctrl+Z or Alt+Backspace — undo object deletions in the reverse order they occurred;

Ctrl+F6 — switch to the next chart window;
Ctrl+F9 — open the “Terminal — Trade” window and switch the focus into it, allowing trading operations to be entered via the keyboard.

Uncategorized , ,

Metatrader Broker Spread Recorder Indicator

November 6th, 2009

Ok I’m pretty sure someone may have started something like this before but I might have missed it. So I was hoping to rake this up again.

Anyway, I wrote a simple indicator to help me keep track of fluctuating spreads. I was hoping to use these data to decide which brokers are more suitable for auto trading or any trading for that matter…

I’ve noticed IBFX can have spreads on GBPJPY up to 45 pips during “high volatility” periods. And that’s just insane.

you guys can probably help out with this research too.

BEFORE using this indicator, create a folder called “Spread_Recording” inside your

C:\Program Files\Metatrader\experts\files

This “Spread_Recording” folder will be holding all the log files written by this little indicator.

Basically what this indicator does is it will look at the current spread, write it into a file, then record that spread down. upon the next tick, if the spread changes, write the new spread into the log file. If the spread is the same, then don’t write it. This will save some disk space.

The log file name convention is set as

[Symbol]-Spread_Recorder-[Day]-[Month]-[Year].log

e.g. for the spread recording log file for the EURNZD for the day of 4th Sept 2009. The file name will be.

EURNZD-Spread_Recorder-4-9-2009.log

That means Each symbol will have it own set of files. and each day will initiate a new file. This helps in the data reading process.

An extract capture of the contents for each log file is as such.

Download indicator here

Zen_Leow, Forexfactory.com

Forex General , , ,

Multiple broker accounts with one Metatrader platform

November 3rd, 2009
Ever wish you can hop on to another broker’s MT4 demo without having to download it from their site and reinstall it? Well, here’s the answer, with some demo server files you can use.
Background
Meta Trader 4 reads parameters in from a file located in the “config” directory. Essentially, you can take a server file for any broker, put it into your directory, and be able to create a demo account with that broker.
What to do
1. You need to get the .srv file for a particular broker. I’m hoping that folks on the forum will post their SRV files on this thread. I’ll kick it off in the next post.
2. Save the .srv file to your Meta Trader 4 / config directory. You’ll probably see others there already.
3. Launch MT 4.
4. Open a new account. On the second step of opening a new account, the new server(s) should show up in the list (see screenshot). Select the appropriate server.
5. MT4 has a problem where a chart that gets opened only works with the server under which it was opened. So, if you have some charts up based on your IBFX demo, then switch to your Alpari account, you’ll need to open new charts. I solve this problem by creating different profiles for different servers.

Ever wish you can hop on to another broker’s MT4 demo without having to download it from their site and reinstall it? Well, here’s the answer, with some demo server files you can use.

Background

Meta Trader 4 reads parameters in from a file located in the “config” directory. Essentially, you can take a server file for any broker, put it into your directory, and be able to create a demo account with that broker.

What to do

1. You need to get the .srv file for a particular broker. I’m hoping that folks on the forum will post their SRV files on this thread. I’ll kick it off in the next post.

2. Save the .srv file to your Meta Trader 4 / config directory. You’ll probably see others there already.

3. Launch MT 4.

4. Open a new account. On the second step of opening a new account, the new server(s) should show up in the list (see screenshot). Select the appropriate server.

5. MT4 has a problem where a chart that gets opened only works with the server under which it was opened. So, if you have some charts up based on your IBFX demo, then switch to your Alpari account, you’ll need to open new charts. I solve this problem by creating different profiles for different servers.

Stockwet, forexfactory.com

Forex General , , , ,

Virtual Dealer Metatrader Plugin

November 1st, 2009

FOREX.com Adds Forex Trading on the MetaTrader 4 Platform

December 22nd, 2008

GAIN Capital’s FOREX.com Adds Forex Trading on the MetaTrader 4 Platform

Bedminster, NJ – September 25, 2008 – GAIN Capital Group, a leading provider of foreign exchange (forex) services for individual and institutional investors, today announced that its FOREX.com division is now offering forex trading on the popular MetaTrader 4 platform. MetaTrader 4 users can sign up for trading services at www.forex.com/metatrader.

“Our goal is to provide the MetaTrader community with a level of service and stability that only an established, well-capitalized forex provider like GAIN can offer,” said Glenn Stevens, GAIN’s chief executive officer. “We believe that FOREX.com’s commitment to providing competitive spreads, quality trade executions and excellent service will prove to be a compelling value proposition for anyone who relies on MetaTrader 4 for their forex trading.”

FOREX.com, a division of GAIN Capital Group, is one of the largest regulated forex firms in the United States. GAIN and FOREX.com are registered with the National Futures Association (NFA) in the United States as a Futures Commission Merchant, Forex Dealer Member. As of July 31, 2008, the firm reported excess net capital of $57.9 million.

MetaTrader 4 is designed around the needs of technical forex traders, and includes support for automated trading. Among the notable features:

* A robust technical analysis package with the ability to create custom indicators
* The ability to program and automate specific trading strategies using a built-in language, MetaQuotes Language 4
* Support for hedging activities
* Audible rate & indicator alerts

Traders using the MetaTrader 4 can benefit from the advantages that FOREX.com provides to its customers, including:

* Dealing spreads as low as 1-2 pips on the most widely traded currencies
* Expert research and analysis, from real-time market commentary to essential daily and weekly reports
* Customer support via licensed representatives seven days a week, including 24-hours a day during market hours
* Advanced educational tools include online training courses, workshops, and interactive webinars

The availability of the MetaTrader 4 platform at FOREX.com complements the company’s own proprietary trading technology, FOREXTrader. Awarded 2008 “Best Retail FX Platform” by the readers of Profit & Loss magazine, the FOREXTrader platform offers a highly customizable trading environment with a full suite of professional charting and order management tools.

forex.com , ,