Beginner questions. Thanks

 

I've been trying to trade forex manually and I'm not doing real well. I've heard of automated trading where a program places trades automatically based on the rules of a trading system. Is that what a metatrader is - a program that trades for you automatically?

So you download a metatrader, give it info on your broker, and it trades for you whenever you want? 24 hours per day?

I assume you can monitor the metatrader while it's trading?

Do most metatraders come with trading systems built-in?

Do some metatraders let you input the rules of your own trading system?

Which one should I download and from where? I don't see a download link. Maybe I need to join the elite subscription for that.

What's an Expert Advisor?

Thanks a lot.

 
Locutus:
I've been trying to trade forex manually and I'm not doing real well. I've heard of automated trading where a program places trades automatically based on the rules of a trading system. Is that what a metatrader is - a program that trades for you automatically?

So you download a metatrader, give it info on your broker, and it trades for you whenever you want? 24 hours per day?

I assume you can monitor the metatrader while it's trading?

Do most metatraders come with trading systems built-in?

Do some metatraders let you input the rules of your own trading system?

Which one should I download and from where? I don't see a download link. Maybe I need to join the elite subscription for that.

What's an Expert Advisor?

Thanks a lot.

I think you will need this Codersguru articles http://www.metatrader.info/node/27

After reading above so you may want to read tis one

http://www.metatrader.info/node/34

 

Hi Locutus

MetaTrader 4 is a trading platform. It offers realtime trading and charting. It can work with custom technical indicators and Expert Advisors.

"As well as many technical indicators and line studies, there is built-in language for trade strategies programming MetaQuotes Language 4 (MQL4). Using this language, you can create Expert Advisors, Custom Indicators and Scripts. Expert Advisors can analyze the situation on the market, make decisions, put pending orders, and open positions in on-line mode without trader's participation. Custom Indicators, just like technical ones, can analyze the situation on the market and generate various signals. As for Scripts, they are designed for single execution of some actions."

MetaTrader(MT) is the same. no matter where you download it from. There are many brokers who offer MT. You can download lots of indicators and ExpertAdvisors (EAs) from this forum.

An EA is a program which trades automatically based on the coded rules. You have to download the EA file *.mq4 and put it in your metatrader\experts folder. After that, you must open this *.mq4 file and click "Compile" on top of the MQL editor. This way, your Expert is compiled and should appear on the "Navigator" window of the MT. To make an EA to trade, you have to attach it to a chart. It will use the chart's timeframe and currency pair (usually). You must "allow live trading" in the EA's properties when you attach it. If you get a smiley in the right upper corner of your chart, your EA is working. If that smiley appears like this , you must enable expert advisors from Tools - Options - Expert Advisors.

I hope you get it. Please search this forum for more info. I'm sure you'll find what you need. You may also visit this link: http://www.metaquotes.net/terminal

Good Luck!

Reason: