MQL4 - automated forex trading   /  

Forum

How Do I Download Indicators and Install them in MetTrader

Back to topics list To post a new topic, please log in or register

avatar
4
alpha24seven 2007.02.14 01:41 
Hello, Sorry for such a noob question. I downloaded a few indicators from the Code Base but don't understand the protocol to import them into MetaTrader. Can someone please explain as I didn't understand the help file either.

Thank you.
article

Idleness is the Stimulus to Progress, or How to Work with Graphics Interacively

An indicator for interactive working with trend lines, Fibo levels, icons manually imposed on a chart. It allows you to draw the colored zones of Fibo levels, shows the moments of the price crossing the trend line, manages the "Price label" object.


avatar
330
Irtron 2007.02.14 02:02 
Copy <IndicatorName>.mq4 to terminal-root\experts\indicators directory and either restart terminal or load the source into MetaEditor (F4 switches between terminal and editor) and compile it (F5). Then drag it from Navigator Custom indicators list and drop on a chart in the terminal.

avatar
4
alpha24seven 2007.02.14 02:52 
Thanks Irtron.

Am I supposed to save the indicator as a new "custom indicator" once I've loaded it into MetaEditor? I simply loaded it into MetaEditor and then compiled it but nothing happened. It didn't automatically populate the custom indicator list. So when I tabbed F4, the new terminal window didn't list it with a new custom indicator. This new terminal window gave me a log in dialog box that said "invalid account" and wasn't online. I must be missing something.

avatar
330
Irtron 2007.02.14 03:34 
alpha24seven wrote:
Am I supposed to save the indicator as a new "custom indicator" once I've loaded it into MetaEditor?
No matter. You can change it or leave the original name as well.

I simply loaded it into MetaEditor and then compiled it but nothing happened.
Make sure that the source file is in indicators directory and it compiles with no errors.

This new terminal window gave me a log in dialog box that said "invalid account" and wasn't online. I must be missing something.
This is not relevant. Open a new demo account, File -> Open an Account.


avatar
Moderator
33249
Rosh 2007.02.14 11:14 
Other simple way to load the program from Code Base - to use Online Library in MetaEditor (Ctrl+T)



avatar
4
alpha24seven 2007.02.14 23:35 
Thank you Guys -- I really appreciate it!
Back to topics list  

To add comments, please log in or register