středa 19. ledna 2011

VisualTestingTools MT4

'VHands' Trading Simulator

http://anonym.to?http://www.forexfactory.com/showthread.php?t=60849

The vHands application works together with MetaTrader 4. It implements as an Expert Adviser under the Strategy Tester function of MetaTrader 4. The visual mode of the Strategy Tester allows you to replay past data with your selected indicators on the chart. With vHands, you can adjust the replay speed, either speeding up or slowing down. You can buy, sell, buy limit, sell limit, buy stop buy and sell stop.

2. 'Learn Forex Home' Trading Simulator

http://anonym.to?http://www.forexfactory.com/showthread.php?t=70742

This tool is similar to vHands Trading Simulator. Nevertheless, you may find Learn Forex Home Trading Simulator easier to use. With it you execute trades through a pup-up window, where you specify the target, stop and trade size. It is relatively easy to adjust the stop and target levels, which appear as two corresponding lines on the chart.

pondělí 10. ledna 2011

How to add an Indicator to MT4

How to add an Indicator to MT4

How to add custom indicators to Metatrader 4 Charts

How to add an Indicator to MT4 - Step By Step

1) Download the MQ4 and EX4 files into your C:\Program Files\MetaTrader 4\experts\indicators folder
2) Close your MetaTrader application (assuming it’s currently open … Ignore this if the application hasn’t been launched)
3) Launch your MetaTrader application
4) On the left hand side, look for the “Navigator” window
5) Under the “Common” tab, look into the “Custom Indicators” directory
6) Locate the indicator which you have just downloaded into the folder stated in Step 1
7) Drag (Click and drag) the indicator onto the chart

If you only have the first part of the indicator i.e on file you will most likely need to compile it.

1) Double-click on the icon of the mq4 file to open in MetaEditor
2) Find the indicator in the indicator folder on the right hand menu-click on it
3) You’ll see the source code in the upper window
5) Click the ‘Compile’ button in the toolbar
6) If all’s gone well, you should see ’successfully compiled, 0 errors’
7) Any errors will mean there is a problem with the coding. The indicator may still work but it depends. All official standard indicators will not have any errors. The errors usually come in custom indicators
8) You should now be able to add the indicator to a chart in the usual manner
9) If you have compiled the indicator and it still doesn’t show up in the custom indicators list then you may need to restart your platform

How to add indicators on metaeditor MT4


1) Copy the MQ4 file into C:\program files\\Experts\Indicators
2) Double click the mq4 file which will bring up metaeditor.
3) On the top tool bar of metaeditor, click the Compile button.
4) Make sure you get an Ok in the "errors" window.
5) The indicator will be available in the Custom Indicators section of MT4

you "compile" the mq4, then the ex4 will appear
If you already have the Ex4, then it will go in the same directory as we put the mq4. You will not need to compile the mq4, you should just restart MT4