| / | Forum |
|
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. |
|
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. |
|
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.
|
|
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. |
|
Irtron
2007.02.14 03:34
alpha24seven wrote: No matter. You can change it or leave the original name as well.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. 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. |
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)
![]() |
|
alpha24seven
2007.02.14 23:35
Thank you Guys -- I really appreciate it!
|