<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Metatrader</title>
	<atom:link href="http://metatrader.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://metatrader.ca</link>
	<description>Metatrader Platform &#124; Metatrader Expert Advisors &#124; Metatrader Indicators &#124; MQL4</description>
	<pubDate>Thu, 12 Aug 2010 21:07:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>The Value of Correlation During Backtesting And Forward Testing</title>
		<link>http://metatrader.ca/2010/08/12/the-value-of-correlation-during-backtesting-and-forward-testing/</link>
		<comments>http://metatrader.ca/2010/08/12/the-value-of-correlation-during-backtesting-and-forward-testing/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[forex trading platform]]></category>

		<category><![CDATA[metatrader]]></category>

		<category><![CDATA[trading system]]></category>

		<category><![CDATA[backtest]]></category>

		<category><![CDATA[forward test]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=14</guid>
		<description><![CDATA[There is one common mistake, made by traders, who want to try their ideas in a live market. These traders rely only on backtesting results, trying to find out whether their system would bring profit or not. Indeed, backtesting can help traders, providing them with important data, but there are many cases when it misleads [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "The Value of Correlation During Backtesting And Forward Testing", url: "http://metatrader.ca/2010/08/12/the-value-of-correlation-during-backtesting-and-forward-testing/" });</script>]]></description>
			<content:encoded><![CDATA[<p>There is one common mistake, made by traders, who want to try their ideas in a live market. These traders rely only on backtesting results, trying to find out whether their system would bring profit or not. Indeed, backtesting can help traders, providing them with important data, but there are many cases when it misleads you. Besides, there are other tools for evaluation: forward performance testing and out-of-sample testing. These methods confirm effectiveness of the system and show its capabilities before you use real money. If you want to be sure that your system is viable, than you should determine correlation between results of out-of-sample testing, backtesting, and forward performance testing.</p>
<p><span style="color: #000000"><strong><span class="medium_text"><span>This method shows good results for <a href="http://iticsoftware.com/scalping-forex.php">forex scalping experts</a> and <a href="http://iticsoftware.com/metatrader-4-expert-advisors.php">general purpose expert advisors</a>. This method is also suitable for training of <a href="http://iticsoftware.com/neural-forex.php">expert advisers based on forex neural networks</a>.</span></span></strong></span></p>
<h2><strong>Introduction to Backtesting</strong></h2>
<p>Backtesting is a process of optimization of <a href="http://iticsoftware.com/metatrader-4-expert-advisors.php">trading system</a> on the basis of historical data in order to check the behavior of the system during the specified time period. A lot of modern trading platforms support backtesting. We successfully use metatrader with build-in tester/optimizer for this purposes.  Thanks to this method traders can easily test effectiveness of their <a href="http://iticsoftware.com/metatrader-4-expert-advisors.php">trading strategies</a> without any risk to lose funds in a trading account. You can use backtesting to test not only simple systems (performance of moving average crossover on historical data) but also more complex strategies, which have many triggers and inputs.</p>
<p>If you can measure an idea then you can use backtesting to test it. Sometimes investors and traders employ experienced programmers in order to make a testable form of their ideas. A programmer uses proprietary language of the trading platform and creates so-called “tweakable” systems, which allow traders to change or input some variables manually. In case of moving average crossover system you can input lengths of the two moving averages. Then you can use backtesting in order to test moving averages lengths on the historical data. It will help you to find the lengths which would have performed the best.</p>
<h2><strong>Work on Optimization</strong></h2>
<p>Most trading platforms like a metatrader also give you an opportunity to optimize a system. You simply enter a range for the specified input, and then the best input will be found automatically by a computer. You also can use optimization with multiple variables when two or more variables are combined in order to find the levels, which would have led to the best results. For instance, you can enter the inputs, which you would like to use, in the program, and they will be optimized to their ideal weights given the tested historical data.</p>
<p>Often backtesting shows amazing results when an unprofitable system suddenly becomes very profitable and successful forex trading system: you only need to do some optimizations. Of course, the trading system is profitable on the past data, and if you tweaked your <a href="http://iticsoftware.com/metatrader-4-expert-advisors.php">trading system</a> in such way, it would perform badly during real-time trade. The system looks good, but because of such excessive optimization it brings profit only on paper.</p>
<p>Curve fitting is when you use analytics of optimization in order to create the maximal number of winning trades, which were the most profitable; here you take the historical data, which were used during tests. Backtesting results may look very impressive, but your system still will be unreliable, because curve fitting results are true only for that particular time period and data.</p>
<p>When you want to evaluate your trading system, you can use optimization and backtesting, which give you a lot of benefits. However, these tools are only a part of the whole process. Next you should test your system on a new historical data, which has never been used for tests before.</p>
<h2><strong>In-Sample Data against Out-of-Sample Data</strong></h2>
<p>When you perform tests of your system on historical data, it is always useful to “save” some time period of historical data, which will be used for other testing purposes. Generally, there are two types of data: in-sample data and out-of-sample data. In-sample data are the data, which were initially used for tests and optimization; out-of-sample data are the data, which have been saved. Saving data for further tests is very important for the process of evaluation. Therefore, you provide yourself with data that have not been used before in the optimization model. So, out-of-sample data will not influence your system and you will be able to find out real performance of your <a href="http://iticsoftware.com/metatrader-4-expert-advisors.php">trading system</a>. Simply said, you will see the possible behavior of your system during real-life trading.</p>
<p>Before starting any optimization or backtesting you should save some amount of the historical data, which will be used for out-of-sample testing. For example, you can split the historical data into three parts and set one part aside for out-of-sample testing. Then you should use only the remaining two parts of the historical data (in-sample data) for the initial testing and optimization. As you can see on the Picture 1, one-third of the historical data on the time line is set aside for out-of-sample testing, and the other two parts are used for the initial testing as the in-sample data.</p>
<p><img src="http://multiterminal.net/blogs/forwardtest.jpg" alt="metatrader forward test" width="462" height="146" /></p>
<p>The order of data placement on the line isn’t quite typical: as a rule, the out-of-sample data stands not in the beginning of testing, but right before the forward performance.</p>
<p>As soon as you’ve tested your system on the in-sample data, you can continue the process and apply the system to the out-of-sample data. It is done in order to give you an opportunity to compare the results of system performance on in-sample and out-of-sample data.</p>
<p>Correlation is the process of finding likenesses between the trends and the performances of in-sample and out-of-sample data. Almost all trading platforms allow you to compare reports about performance of your system, created during tests. If the correlation between the data sets is high, then it is quite possible that your strategy will be successful and will show good results during forward performance tests and real-time trade.</p>
<p>If correlation between two data sets is insignificant, like on the left chart, there is high probability that the system won’t work well during real-time trade because of over-optimization. In case of strong correlation (the right chart) you can proceed and perform additional test referred to as forward performance test.</p>
<h2><strong>Introduction to Forward Performance Testing</strong></h2>
<p>Forward performance testing is another tool for testing performance of your system. This set of out-of-sample data is often called paper trading, because all operations are executed “virtually”. During forward performance testing a possible situation in a live market is simulated, and the system works according to its parameters and logic as if it traded live. It means that any profit, loss, entries, and exits are recorded, but no real operations are performed. Remember: it is very important to follow the logic of the system as precisely as possible, or you won’t be able to evaluate forward performance testing results. You should honestly specify all trade entries and exits without any exceptions and without any explains. Only in this case you will be able to evaluate the system properly.</p>
<p>Many brokers have an option of opening a virtual trading account, which you can use for practice: open trades, calculate profit and loss, etc. This account allows you to test you system without threat of losing real money.</p>
<p>In case of good correlation between all data sets your system is ready for using it for a real trade.</p>
<h2><strong>Conclusion</strong></h2>
<p>Backtesting is a very useful and powerful tool, which you can find in many trading platforms. Separation of the historical data into several data sets gives you efficient and useful tools for estimation of your trading system. After optimization of your system you should check its viability, using data that haven’t been used before. Before starting a live market trade you should perform out-of-sample and forward performance testing in order to be sure that your system is profitable. Good correlation between all data sets increases chances of success of your system during actual trading.</p>
<p>BJF Trading group inc.</p>
<p>http://iticsoftware.com</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=The+Value+of+Correlation+During+Backtesting+And+Forward+Testing&amp;url=http%3A%2F%2Fmetatrader.ca%2F2010%2F08%2F12%2Fthe-value-of-correlation-during-backtesting-and-forward-testing%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2010/08/12/the-value-of-correlation-during-backtesting-and-forward-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Pros and Cons of Metatrader</title>
		<link>http://metatrader.ca/2010/03/28/the-pros-and-cons-of-metatrader/</link>
		<comments>http://metatrader.ca/2010/03/28/the-pros-and-cons-of-metatrader/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:29:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[metatrader]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=13</guid>
		<description><![CDATA[Summary: Metatrader is now widely used by those who are trading in the forex market. Find out more about the various advantages and disadvantages of the said forex trading program before you consider getting one for yourself.
There is a wide array of forex trading tools that are now available available today for both professional and [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "The Pros and Cons of Metatrader", url: "http://metatrader.ca/2010/03/28/the-pros-and-cons-of-metatrader/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Summary: Metatrader is now widely used by those who are trading in the forex market. Find out more about the various advantages and disadvantages of the said forex trading program before you consider getting one for yourself.</p>
<p>There is a wide array of forex trading tools that are now available available today for both professional and amateur traders. But there are still many who prefer not to use any of the forex trading programs for some reason. So if you haven’t made up your mind yet, here some of the advantages as well as the disadvantages of the <a href="http://iticsoftware.com">metatrader</a>.</p>
<p>Let’s talk first about some of the advantages.</p>
<p>1.     It has the ability to use various currencies. That is why traders all over the world utilize this program.</p>
<p>2.     The servers can actually store huge quantity of historical data that is usually used for backtesting.</p>
<p>3.     It requires user authentication and has high security as well.</p>
<p>4.     You can even incorporate other applications on the <a href="http://iticsoftware.com">metatrader</a> while using it.</p>
<p>5.     The charting and the information that it will give you are based from real time events.</p>
<p>6.     The functionalities are meant for ordinary forex users as well as brokers.</p>
<p>7.     The interface is available in different languages.</p>
<p>But just like any other programs there are still disadvantages if you would solely rely on the forex trading programs alone for all your trading needs.</p>
<p>1.     Since there are guidelines that would be based on the preferences of the user, the strategies of the program will be based only from these guidelines. Therefore, there is not enough flexibility compared to the strategies that you can have if you trade manually.</p>
<p>2.     The program cannot react immediately to the events or the news which can decrease or increase the value of the profit.</p>
<p>3.     Because of the convenience that users get, they just rely everything on the program rather than use the traditional strategies used when investing in forex market.</p>
<p>4.     The limited rules that the user defines may not help in getting the amount of gains that they expect.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=The+Pros+and+Cons+of+Metatrader&amp;url=http%3A%2F%2Fmetatrader.ca%2F2010%2F03%2F28%2Fthe-pros-and-cons-of-metatrader%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2010/03/28/the-pros-and-cons-of-metatrader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metatrader: The Forex Trader’s Platform</title>
		<link>http://metatrader.ca/2009/07/20/metatrader-the-forex-trader%e2%80%99s-platform/</link>
		<comments>http://metatrader.ca/2009/07/20/metatrader-the-forex-trader%e2%80%99s-platform/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:50:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=12</guid>
		<description><![CDATA[Metatrader is the most popular platform used by forex traders today. It can also be used by those that are involved in other equity markets namely futures and CFD. This platform us designed to provide brokerage services to the user. MT4 or Metatrader 4 is currently free of charge and this is why a lot [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Metatrader: The Forex Trader’s Platform", url: "http://metatrader.ca/2009/07/20/metatrader-the-forex-trader%e2%80%99s-platform/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://iticsoftware.com">Metatrader</a> is the most popular platform used by forex traders today. It can also be used by those that are involved in other equity markets namely futures and CFD. This platform us designed to provide brokerage services to the user. MT4 or Metatrader 4 is currently free of charge and this is why a lot of forex traders take this opportunity to utilize the said platform.</p>
<p><a href="http://iticsoftware.com">Forex Metatrader</a> has plenty of indicators built within the system. Also, you get to develop your own trading strategies with the Metatrader. Many traders consider this platform as the best one out there due to the fact that it has several features that really help in every trader’s activities. You can test your strategies here once you have coded it in the Expert Advisor, which is on the historical data of the platform. For instance, in simulated testing, you can make sure that your trades are being performed well because of they are vividly displayed on the charts and are provided with testing reports.</p>
<p>What is great about Metatrader is that you do not have to be an expert just to access the platform. It is user friendly and can be very versatile and flexible. You can use it no matter what your trading style is and whatever ready made forex software you will use while trading in this financial market. This platform also allows you to analyze quotes and even make trades even if you are not present during the transaction.<br />
<img src="http://iticsoftware.com/articles/img/mobile_trading.gif" alt="metatrader mobile terminal" width="471" height="281" /><br />
You can find and download from the Internet the Expert Advisors, indicators, scripts, libraries and other things that you can use in the <a href="http://iticsoftware.com">MT4</a> platform, which are all readily available for the forex traders. The other software that you can use, if not available on the Internet can be bought or are available from professional Metatrader programmers.</p>
<p><a href="http://iticsoftware.com/metatrader-mql4-programming-services.php">MQL4</a> or the MetaQuotes language 4 is the built in language used when you will develop trading strategies for the system. If you understand C++, you will be able to use this effectively. This language permits the trader to create automated programs, which is often the Expert Advisors. You can now trade automatically with the help of your trading system.</p>
<p>Another advantage that you will like is that you can trade almost anytime you want wherever you may be. This is because you can now trade with just your mobile phone you’re your Personal digital Assistant (PDA). Make sure you are connected to the Internet via GPRS or WAP so that you can access your trades without interruption. This mobile trading is comparable to the typical trading terminal using computers. They have the same features and capabilities and thus, you get the same efficiency level even when you are not in your office or at home.</p>
<p><a href="http://iticsoftware.com">Metatrader 4</a> has indeed revolutionized the way traders deal with the forex market. We all know how risky it is when you are involved with this equity market. Therefore, you have to be prepared and with the help of the forex Metatrader, there is no doubt that you will increase gains while reducing your losses.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Metatrader%3A+The+Forex+Trader%E2%80%99s+Platform&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F07%2F20%2Fmetatrader-the-forex-trader%25e2%2580%2599s-platform%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/07/20/metatrader-the-forex-trader%e2%80%99s-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metatrader for Mechanical Trading</title>
		<link>http://metatrader.ca/2009/07/04/metatrader-for-mechanical-trading/</link>
		<comments>http://metatrader.ca/2009/07/04/metatrader-for-mechanical-trading/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 10:38:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[download metatrader]]></category>

		<category><![CDATA[metatrader]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=11</guid>
		<description><![CDATA[One of the best ways for a trader to make profits daily is to make use of a good trading platform. Ever since Metatrader has arrived, it opened a lot of possibilities for a day trader to earn money in every transaction he makes. This is the greatest trading software ever made which serves as [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Metatrader for Mechanical Trading", url: "http://metatrader.ca/2009/07/04/metatrader-for-mechanical-trading/" });</script>]]></description>
			<content:encoded><![CDATA[<p>One of the best ways for a trader to make profits daily is to make use of a good trading platform. Ever since <a href="http://iticsoftware.com">Metatrader</a> has arrived, it opened a lot of possibilities for a day trader to earn money in every transaction he makes. This is the greatest trading software ever made which serves as a platform for traders and investors. With this program, you are connected to the Internet during the trading process and thus, you will never miss every pip placement.</p>
<p>Oftentimes dubbed as the trading robot, Metatrader scans the market constantly so that a trader will be able to make the right decisions that will lead to making money. Now, based on the predefined rules, the system will then execute the transaction on behalf of the day trader. Therefore, it is easy to conclude that this system is important to the trader especially when he wants to make the most out of his trading deals.</p>
<p>With an uptime of one percent, the system will provide all the potential functions that are required in helping the user grasp just what forex is all about. You do not have to be an experienced trader to use the platform. With its very friendly user interface, even a beginner will understand the whole system in a matter of minutes. This is an intuitive system and you can choose between PDA and desktop versions. Your broker can offer you with the Metatrader data, which is a real time data that pertain to the charting software as well as the other related facets such as screenshots.</p>
<p>Metatrader is not only used in <a href="http://iticsoftware.com">forex trading</a> but also in futures and CFD markets. There are probably over a thousand brokerage units around the globe that make use of this platform when they are trading. The trading interface grants sharp technical analysis along with the expert opinions that are quite useful for the trader himself. Apart from this, you can make your own trading strategy and you can expect that you will do well with it because there is a program that will guide you during the process of the development.</p>
<p>If you <a href="http://iticsoftware.com">download Metatrader</a>, you will know that this system will make it easier for you when you perform the trade particularly if you have assigned a set of predefined rules that will define what the system should do. Now, the process will not be on your hands alone and this is especially helpful since there are times when you may experience inconsistency in the emotional behavior.</p>
<p>Metatrader is a complete system which includes all the important components including Market Analysis, which determines what currency you should buy and what you should sell, Position Sizing, which states how much you should spend and sell and Entry, which tells you when you should make the purchase or the selling. Also included in the platform are the Stop feature, which tells you when it is time for you to get out of the current losing position and Exit, which states when you should escape on the winning position.</p>
<p>Traders like you love the idea of having an automated system that will help them perform the trades and in making decisions. Thus, quite a number of people are always going for the system since this is believed to be the best one out there. When you download Metatrader, you will really be glad to have made that choice since this is will not require you to be in front of your computer just to make the trades. Because this has made it possible for traders to perform transactions using mobile operable with Windows mobile and Palm OS, it is like you get instant connection no matter where in the world you may be. <strong>Practice Trading With a Free Metatrader 4 Demo From FXCM. <a href="http://clk.atdmt.com/FXM/go/159054064/direct/01/">Click Here</a></strong></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Metatrader+for+Mechanical+Trading&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F07%2F04%2Fmetatrader-for-mechanical-trading%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/07/04/metatrader-for-mechanical-trading/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metatrader: A Trader’s Companion</title>
		<link>http://metatrader.ca/2009/06/15/metatrader-a-trader%e2%80%99s-companion/</link>
		<comments>http://metatrader.ca/2009/06/15/metatrader-a-trader%e2%80%99s-companion/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:31:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=10</guid>
		<description><![CDATA[There are several ways to make a trader become successful in his chosen business venture. He can have a good strategy and have great analytical skills. However, most professionals think that you should be able to spot the movements in the foreign exchange market and be able to make the right decisions regarding the fluctuation. [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Metatrader: A Trader’s Companion", url: "http://metatrader.ca/2009/06/15/metatrader-a-trader%e2%80%99s-companion/" });</script>]]></description>
			<content:encoded><![CDATA[<p>There are several ways to make a trader become successful in his chosen business venture. He can have a good strategy and have great analytical skills. However, most professionals think that you should be able to spot the movements in the foreign exchange market and be able to make the right decisions regarding the fluctuation. As you know, this type of market is really volatile. Nevertheless, this is evidently the most liquid of all. Thus, there is no room for making mistakes since your money is at stake here. Now, how can you beat the market? One of the ways is to seek the help of a <a href="http://iticsoftware.com">Metatrader</a>.</p>
<p>A <a href="http://iticsoftware.com">forex Metatrader</a> is a complex trading platform that is designed to provide services to their customers by acting as the broker for Forex, CFD and Futures market traders. This platform is a whole cycle center. This means that there is no need for you to purchase any other available software out there just so you will be bale to organize the broker services for your business. The Online Metatrader 4 platform consists of a server, administrator, data center, manager and the mobile or client terminals. The server is the kernel of the system all of the queries that you have entered flood down to it. What the server does is to get the queries so that it can give you news and quotations and also for the fulfillment of the operations as well as for placing orders and trade execution.</p>
<p>When it comes to the administrator, this part of the platform enables the server to perform remote administration. The data transfer between the two is encrypted by 128-bit keys so you can be sure that the data you have entered is safe and protected at all times. The administrator is responsible of several jobs. These include controlling and managing the user groups and the rights settings. In addition, it also configures the financial securities list as well as the data feeds and the database backup operations. On the other hand, the data center is the connecting link between the clients’ and system server terminals. Most of the time, this is used to eliminate the association the client terminal and the main server. The manager is the one that processes the trade operations and the trader’s accounts. With this, you can access different terminals such as the risk-managers, dealers and account managers.</p>
<p>With the mobile program is similar to a full function terminal for trading. The difference here is that you get full access to the financial markets and even make deals no matter where you are. You can <a href="http://iticsoftware.com">d</a><a href="http://iticsoftware.com">ownload Metatrader</a> 4 mobile for free to test it or you can opt to buy it. This program supports thirty technical indicators including the Alligator and the Bollinger Bands. You also get sound alerts so that there is no need for you to watch your PDA every now and then just to know that there are changes in the market.</p>
<p>As for the client terminal, this is created so that it can provide technical analysis and trade operations in real time mode. Its key features include different execution technologies such as Instant, Request and Market Execution and this also provides online news coming from the financial markets.</p>
<p>The Metatrader platform has a friendly user interface so that you will be able to use it easily and effectively.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Metatrader%3A+A+Trader%E2%80%99s+Companion&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F06%2F15%2Fmetatrader-a-trader%25e2%2580%2599s-companion%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/06/15/metatrader-a-trader%e2%80%99s-companion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metatrader Expert Advisor: What is the Best Choice?</title>
		<link>http://metatrader.ca/2009/06/09/metatrader-expert-advisor-what-is-the-best-choice/</link>
		<comments>http://metatrader.ca/2009/06/09/metatrader-expert-advisor-what-is-the-best-choice/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[forex trading platform]]></category>

		<category><![CDATA[metatrader]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=9</guid>
		<description><![CDATA[Any trader who does not know about a Metatrader expert is completely unaware about the success it helps in the forex market. Now, there is the MT4, which is basically is the most popular for the winning traders. A proof to this statement is the great number of traders and companies around the world that [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Metatrader Expert Advisor: What is the Best Choice?", url: "http://metatrader.ca/2009/06/09/metatrader-expert-advisor-what-is-the-best-choice/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Any trader who does not know about a Metatrader expert is completely unaware about the success it helps in the forex market. Now, there is the <a href="http://iticsoftware.com">MT4</a>, which is basically is the most popular for the winning traders. A proof to this statement is the great number of traders and companies around the world that utilize this so that they will be able to get great profits.</p>
<p><a href="http://iticsoftware.com">Metatrader</a> 4 or MT4 is an online platform that is designed to help traders and institutions to deal with forex, CFD and others. So, if you are a serious trader who wants to gain more money then you should only choose a forex robot, which is solely derived from the MT4 platform such as the MT4 Expert Advisor. If you are completely new in the world of forex, you can make use of a demo account for a month or two so that you will be familiar with the environment. Usually, these MT4 programs come with a 60-day guarantee for your money so when you are not satisfied with the results, you can simply give the package back to the manufacturers.</p>
<p>Once you have acquired your software, you can now go trade live with the other traders using your real money and not just the one you have used in the demo account. This is where everything starts. You may gain lots of profits if you have a great strategy and it will really help if you have a great Metatrader expert advisor. You may wonder what the deal with this <a href="http://iticsoftware.com">MT4</a> EA is since you can do the trading for yourself anyway. However, you have to sit in front of your computer monitor for several hours everyday so that you will be able to watch the important events that are taking place in the world of forex and all the other major news. Everything is in your hands. Thus, you do not have enough time to spend with your family, friends and even to yourself.</p>
<p>A Metatrader EA will give you enough time so that you will be able to dedicate more attention to your kids and even your hobbies. This is what most traders want since they also need some time to sleep and rest their minds so that they will feel refreshed and not stressed out the next day. The MT4 platform offers to do almost all of your tasks when you require it do so. You can visit sites such as the http://iticsoftware.com which will guide you in choosing the right software for a trader like you.</p>
<p>Regards,</p>
<p>Boris</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Metatrader+Expert+Advisor%3A+What+is+the+Best+Choice%3F&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F06%2F09%2Fmetatrader-expert-advisor-what-is-the-best-choice%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/06/09/metatrader-expert-advisor-what-is-the-best-choice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Secrets of MT4 terminal (part 2)</title>
		<link>http://metatrader.ca/2009/05/19/secrets-of-mt4-terminal-part-2/</link>
		<comments>http://metatrader.ca/2009/05/19/secrets-of-mt4-terminal-part-2/#comments</comments>
		<pubDate>Tue, 19 May 2009 14:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[forex]]></category>

		<category><![CDATA[forex brokers]]></category>

		<category><![CDATA[forex trading platform]]></category>

		<category><![CDATA[metatrader]]></category>

		<category><![CDATA[metatrader indicators]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=8</guid>
		<description><![CDATA[Putting metatrader indicators one over another in the indicators window
You can place several metatrader indicators or copies of one metatrader indicator, but with different parameters, in one window. View -&#62; Navigator. We open the metatrader indicators menu, click on the necessary metatrader indicator by the left mouse button and drag and drop it in the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Secrets of MT4 terminal (part 2)", url: "http://metatrader.ca/2009/05/19/secrets-of-mt4-terminal-part-2/" });</script>]]></description>
			<content:encoded><![CDATA[<p><strong>Putting metatrader indicators one over another in the indicators window</strong></p>
<p>You can place several metatrader indicators or copies of one <a href="http://iticsoftware.com/metatrader-4-indicators.php">metatrader indicator</a>, but with different parameters, in one window. View -&gt; Navigator. We open the metatrader indicators menu, click on the necessary metatrader indicator by the left mouse button and drag and drop it in the metatrader indicators window. This method is quite approaches for indicators, which have an identical scale (for example, 0-100): Stochastic, RSI, etc.</p>
<p><img src="http://iticsoftware.com/blog_img/metatrader-indicators-window.jpg" alt="metatrader indicator's window" width="267" height="345" /></p>
<p><strong>The transaction from history on the chart. </strong></p>
<p>View -&gt; Terminal -&gt; Account History. Click on the order, drag and drop it on the chart of the same instrument (if you drop it on the chart of another instrument, it will be substituted by the chosen one).</p>
<p>The order is displayed in form of arrows of opening and closing the order; it is connected by a section of trend line. Levels of Stop Loss and Take Profit are displayed on one vertical axis with open price.</p>
<p>If you drag and drop the order, pressing the “Shift” key, the whole trade history of this instrument (believe, it is very demonstrable) will be displayed on the chart.</p>
<p><img src="http://iticsoftware.com/blog_img/metatrader-transaction.jpg" alt="metatrader transaction window" width="267" height="345" /></p>
<p><strong>Fast transition over the schedule. </strong></p>
<p>You can use the fast metatrader navigation line for convenient positioning of the chart on necessary time (very convenient to use in full-screen mode, F11).</p>
<p>Disable auto scrolling of the chart. Press “Blank” or “Enter”. Write necessary value in the fast navigation line and confirm it by pressing “Enter”.</p>
<p>[time (hours:minutes)]<br />
example: 12:00<br />
[date]<br />
example: 14.01.2007<br />
[date] [time]<br />
example: 14.01.2007 12:00</p>
<p>Symbol and period of the chart are changed in the same way.</p>
<p>[instrument]<br />
example: FDAX<br />
[period]<br />
example: M15<br />
[instrument],[period]<br />
example: FDAX,M15</p>
<p><img src="http://iticsoftware.com/blog_img/mt4-transaction.jpg" alt="mt4 transaction" width="267" height="345" /></p>
<p><strong>Arrangement of instruments in the metatrader</strong><strong> terminal window<br />
</strong><br />
It is convenient to group charts in the <a href="http://iticsoftware.com/metatrader-broker.php">metatrader</a> terminal window (for example, yen pairs, metals, oil and gas, grain, etc.). If you opened many charts in your MT4, you can group them. In order to do it you should click on the instrument name by the left mouse button (below, where all open instruments in the form of a horizontal line are situated), and then drag and drop it in the necessary place on this line.</p>
<p><strong>Metatrader</strong> <strong>Quotes window</strong></p>
<p>By pressing F10 you open metatrader quotes window, those instruments, which you see in the “Market Review” window.</p>
<p>If you mark the item “Always on top” in the menu of this window, you can track quotes constantly, having moved them somewhere in a corner, so that the window doesn’t hinder work with other programs. The font and color gamma can be changed in the “Properties” contextual menu.</p>
<p><img src="http://iticsoftware.com/blog_img/metatrader-popup-quotes.jpg" alt="metatrader popup quotes" width="267" height="345" /></p>
<p><strong>Metatrader</strong> <strong>Standard template</strong></p>
<p>In order to make so that each new chart in the metatrader terminal is opened according to your options and preferences (color, indicators, type of chart, and so on) you should do the following. As a matter of fact, adjust those preferences and save the received template (Charts -&gt; Template -&gt; Save Template) as default.tpl.</p>
<p><strong>Metatrader</strong> <strong>Lot size</strong></p>
<p>By default, there are 13 variants of lot size (from 0.01 to <img src='http://metatrader.ca/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> in drop-down menu at setting up an order. It does not mean you cannot choose the desirable lot. You should only edit the value according to the size you want to have, or to set defaults in options (Service -&gt; Options -&gt; Trade).</p>
<p><img src="http://iticsoftware.com/blog_img/metatrader-orders.jpg" alt="metatrader orders" width="591" height="315" /></p>
<p><strong>Crosshair </strong></p>
<p>Press the middle mouse button or the combination of keys “Ctrl+F” for fast activation of the “Crosshair” object. This property can be very useful in full-screen mode.</p>
<p><strong>Ruler</strong></p>
<p>It is a very useful tool. You can quickly see the distance in points and the number of bars between two points on the chart. Activate “Crosshair” (press the middle mouse button), click in the necessary point by the left mouse button and move the crosshair to the second point. Numbers in line indicate the following: the number of bars / the number of points / bid in the second point.</p>
<p><img src="http://iticsoftware.com/blog_img/metatrader-order-modification.jpg" alt="metatrader order modification" width="360" height="513" /></p>
<p><strong>Order modification</strong></p>
<p>Double-click on the order in area, where stop-loss or take-profit is specified, for fast order modification, when the “Trade” tab is opened. Double-click in other area of the order will open the “Buy by market” window.</p>
<p><strong>Market review – fast addition of instruments</strong></p>
<p>In order to add an instrument in the “Market Review” window quickly, you don’t have to open the whole list and to search among hundreds of forex pairs, futures and shares. You just need to double-click in empty area, type a symbol manually in the appeared window, and press “Enter”. The instrument is in the list.</p>
<p><strong>Close a part of position </strong></p>
<p>You don’t have to close the whole position; it is possible to close the position only partially. In order to do it you should click on the “close position” item by the right mouse button, and type the size of a lot, required for close, manually.</p>
<p><strong>Compression of the chart vertically</strong></p>
<p>For this purpose you should move the mouse cursor to the right, in the area where price is shown, until the arrow becomes bidirectional. Grab the price and drag it downwards. Compression functions on all timeframes of the chart. Double-click in the area of price will return the chart in initial state.</p>
<p><strong>Types of passwords in MT4</strong></p>
<p>There are two types of passwords in MetaTrader: the password of trader (the main password) and the password of investor (viewing of open positions, account history, and balance without the rights to trade).</p>
<p>Distinctive features of the investor’s password: idle F9 key; the terminal does not react on clicking on positions; there are no items for controlling positions in the menu of the right mouse button on the “Trade” tab.</p>
<p><strong>Change of trader’s password</strong></p>
<p>Menu -&gt; Service -&gt; Options, the “Server” tab. Press the “Change” button, fill the “Current Password” field in the opened window, and also type the new password twice in corresponding windows below. The window is closed after pressing “Ок” at successful change of the password. If something is done incorrectly (for example, only one kind of symbols, mistake at repeated input of the new password) the terminal will not react and the window will not be closed. The password can be changed only when there is a connection to the server; the option does not work without connection to the network.</p>
<p><strong>Change of investor’s password</strong></p>
<p>The procedure is the same, but radio button should be set in the “Change the investor’s password” position.</p>
<p><strong>Trailing stop</strong></p>
<p>It works only when there is connection to the server. Trailing stop is activated only when the profit exceeded the given value; it will move after the price on the specified distance until the price makes retracement and closes position. The order with activated trailing-stop is marked by the “Т” letter in the left corner of the line in the “Terminal” window.</p>
<p><strong>How to make a copy of line</strong></p>
<p>For example, to draw the channel, it is enough to draw a trend line, double-click on it and drag it, holding the left mouse button and the “Ctrl” key. The received duplicate will be parallel to the basic line (well, almost parallel, there will be curvature on seniors timeframes; it is incurable “disease” of the Metatrader).</p>
<p><strong>Chart picture</strong></p>
<p>In order to save the current chart in form of a picture, you should choose the “Save as picture” item in the menu by the right mouse button, and then to choose required values from the offered ones.</p>
<p><strong>Cancel of object removal </strong></p>
<p>If you have accidentally removed any important line, don’t be upset. You just need to press “Ctrl + Z”, and this line will be restored.</p>
<p>If you have accidentally closed a chart with a full set of options, you can restore it from the menu File -&gt; Open deleted.</p>
<p>Best regards,</p>
<p>BJF Trading group</p>
<p>http://iticsoftware.com</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Secrets+of+MT4+terminal+%28part+2%29&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F05%2F19%2Fsecrets-of-mt4-terminal-part-2%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/05/19/secrets-of-mt4-terminal-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Secrets of Metatrader 4  terminal</title>
		<link>http://metatrader.ca/2009/05/13/secrets-of-metatrader-4-terminal/</link>
		<comments>http://metatrader.ca/2009/05/13/secrets-of-metatrader-4-terminal/#comments</comments>
		<pubDate>Wed, 13 May 2009 15:54:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=7</guid>
		<description><![CDATA[ MetaTrader 4&#8230; It is widely known and unknown at the same time… Let’s consider those functions, which are available at our “work tool”, but which we either rarely use or do not know at all (in truth, few people read built-in help or other manuals).
 
Market review

Read article: How to Select the Right MT4 [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Secrets of Metatrader 4  terminal", url: "http://metatrader.ca/2009/05/13/secrets-of-metatrader-4-terminal/" });</script>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><!--[if gte mso 9]&amp;gt;  Normal 0     false false false  EN-CA X-NONE X-NONE              MicrosoftInternetExplorer4              &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                            &amp;lt;![endif]--> <span>MetaTrader 4&#8230; It is widely known and unknown at the same time… Let’s consider those functions, which are available at our “work tool”, but which we either rarely use or do not know at all (in truth, few people read built-in help or other manuals).</span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><strong><span>Market review</span></strong></p>
<p class="MsoNormal">
<p class="MsoNormal">Read article: <a href="http://iticsoftware.com/metatrader-broker.php">How to Select the Right MT4 Dealing Firm</a></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Right after installation, the Metatrader terminal often does not shows all instruments, accessible for trade, but only some. If you want to see the full list of possibilities, you should click the right mouse button and choose “Show all symbols” in the “Market Review” window.</span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Here, in the “Market Review” window, we can also change the arrangement of trading instruments in any desirable way. We just grab any currency or futures by the left mouse button and move it in the beginning of the list.</span></p>
<p class="MsoNormal"><img src="http://iticsoftware.com/blog_img/metatrader-show-all.png" alt="metatrader show all sybbols" width="269" height="383" /></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&amp;gt;  Normal 0     false false false  EN-CA X-NONE X-NONE              MicrosoftInternetExplorer4              &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                            &amp;lt;![endif]--></p>
<p class="MsoNormal"><span>In order to reduce traffic, it would be better to remove unused symbols from the market review (there can be hundreds instruments, accessible for trade, and MetaTrader downloads quotes for each instrument). “Market Review” -&gt; “Hide all symbols”. So only those instruments, on which charts are opened or there are open positions or pending orders, will remain in the review.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><img src="http://iticsoftware.com/blog_img/metatrader-hide-all.png" alt="metatrader hide all symbols" width="267" height="345" /></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&amp;gt;  Normal 0     false false false  EN-CA X-NONE X-NONE              MicrosoftInternetExplorer4              &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                            &amp;lt;![endif]--></p>
<p class="MsoNormal"><span>By choosing the “Symbols” menu, we can manually add in “Market Review” only those trading instruments, which we are going to use (double-click on the necessary instrument or by clicking on the “Show” button for the chosen instrument or the whole group). By the way, here we can see the time of trade and the expiration date (the date of change of delivery month under the futures). By pressing the “Properties” button, we can also get some additional information: margin rate for opening and maintenance margin rate, spread size for futures with spread, size and value of tick; and for forex instruments – size of spread and swaps rate. </span></p>
<p class="MsoNormal">
<p class="MsoNormal"><img src="http://iticsoftware.com/blog_img/metatrader-symbols-menue.png" alt="metatrader symbols menue" width="333" height="345" /></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&amp;gt;  Normal 0     false false false  EN-CA X-NONE X-NONE              MicrosoftInternetExplorer4              &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                            &amp;lt;![endif]--></p>
<p class="MsoNormal"><span>You can remove a symbol manually: just click on it by the left mouse button and to press the “Delete” button (or choose the corresponding item in the contextual menu by the right mouse button). </span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>In order not to keep all used symbols in the market review, you can divide instruments into groups and switch between groups whenever you want (for example, forex, futures, indexes, shares, etc.). You just need to hide all spare symbols and save the set.</span></p>
<p class="MsoNormal"><img src="http://iticsoftware.com/blog_img/metatrader-symbols-save.png" alt="metatrader  symbols save" width="368" height="443" /></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&amp;gt;  Normal 0     false false false  EN-CA X-NONE X-NONE              MicrosoftInternetExplorer4              &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                            &amp;lt;![endif]--></p>
<p class="MsoNormal"><span>Traffic saving: disable news in the terminal (Tools-&gt; Options -&gt; remove the tick in the “Enable News” line)</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><img src="http://iticsoftware.com/blog_img/metatrader-news.png" alt="metatrader news" width="589" height="350" /></p>
<p class="MsoNormal">
<h1><strong><strong><br />
</strong></strong></h1>
<p>BJF Trading Group</p>
<p>http://iticsoftware.com</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Secrets+of+Metatrader+4++terminal&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F05%2F13%2Fsecrets-of-metatrader-4-terminal%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/05/13/secrets-of-metatrader-4-terminal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use Metatrader 4 setting file.</title>
		<link>http://metatrader.ca/2009/01/13/how-to-use-metatrader-4-setting-file/</link>
		<comments>http://metatrader.ca/2009/01/13/how-to-use-metatrader-4-setting-file/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[forex]]></category>

		<category><![CDATA[forex brokers]]></category>

		<category><![CDATA[forex trading platform]]></category>

		<category><![CDATA[metatrader indicators]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=6</guid>
		<description><![CDATA[Metatrader 4 setting file format   *.set

Loading metatrader  Setting File for Back Testing.
1  Open Metatrader 4
2  Add Metatrader Expert Advisor to the chart
3 Press F6. Tester window will open.
4 Press “Expert properties” and select “Imputs”
5  Press “Load”
6 Select Metatrader  Setting file  and press “Open”

Loading metatrader  Setting File [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to use Metatrader 4 setting file.", url: "http://metatrader.ca/2009/01/13/how-to-use-metatrader-4-setting-file/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Metatrader 4 setting file format   *.set<br />
<strong><br />
Loading metatrader  Setting File for Back Testing.</strong></p>
<p>1  Open Metatrader 4<br />
2  Add Metatrader Expert Advisor to the chart<br />
3 Press F6. Tester window will open.<br />
4 Press “Expert properties” and select “Imputs”<br />
5  Press “Load”<br />
6 Select Metatrader  Setting file  and press “Open”<br />
<img src="http://metatrader.ca/metatrader-img/setting-real.GIF" alt="metatrader setting file" /></p>
<p><strong>Loading metatrader  Setting File for Trading.<br />
</strong><br />
7 Open Metatrader 4<br />
8  Add Metatrader Expert Advisor to the chart<br />
9 Press F7.  and select “Imputs”<br />
10  Press “Load”<br />
11  Select Metatrader  Setting file  and press “Open”</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=How+to+use+Metatrader+4+setting+file.&amp;url=http%3A%2F%2Fmetatrader.ca%2F2009%2F01%2F13%2Fhow-to-use-metatrader-4-setting-file%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2009/01/13/how-to-use-metatrader-4-setting-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metatrader Fractal Indicator</title>
		<link>http://metatrader.ca/2008/07/14/5/</link>
		<comments>http://metatrader.ca/2008/07/14/5/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 13:47:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[forex]]></category>

		<category><![CDATA[forex brokers]]></category>

		<category><![CDATA[metatrader indicators]]></category>

		<guid isPermaLink="false">http://metatrader.ca/?p=5</guid>
		<description><![CDATA[Many people have the faith in the market that it has never been static. It always varies and is always random. “A random walk down wall street” is a most high-flying book which tells about the investment also says that points achieved by a fund manager are parallel to throwing the darts on a dart [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Metatrader Fractal Indicator", url: "http://metatrader.ca/2008/07/14/5/" });</script>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal">Many people have the faith in the market that it has never been static. It always varies and is always random. “A random walk down wall street” is a most high-flying book which tells about the investment also says that points achieved by a fund manager are parallel to throwing the darts on a dart board. </span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal">On the other hand, there are many other argue that although prices may come into view to be arbitrary. In fact the patterns followed by them are really in terms of trends. By using fractals many traders can also determine such trends in one of the most basic way. Fractals help us to make the large and complex trends into simple and small and reversal trends by breaking them down. </span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal">Many people do not know what actually fractals are and how can they help us in increasing our profit. We will tell you all of these things in this article. </span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt"><strong>What are Fractals?</strong></span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal"><span> </span>A chaos theory and many abstract methods came into mind when many people think the fractals in mathematical sense. While this concept is totally different from it, this concept is totally applied on the market because this concept is a nonlinear and self-motivated system. Many people also have some other different idea about fractals they think it in a more truthful sense and that sense means as chronic patterns. With the help of these chronic patterns we can predict reversal among larger, more disorganized price movements.</span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal"> </span></span></p>
<p class="MsoNormal" style="text-align: justify"><img src="http://metatrader.ca/metatrader-img/metatrader-fractal.gif" alt="metatrader indicator" width="567" height="340" /></p>
<p class="MsoNormal" style="text-align: justify">pic.1 Metatrader Fractal Indicator</p>
<p class="MsoNormal" style="text-align: justify">
<p class="MsoNormal" style="margin-left: 0.25in;text-align: justify"><span style="font-size: 10pt;font-family: Arial">Five more are there which are poised in these basic fractals. There are some rules by using which we can easily identify the fractals. These rules are as follows: </span></p>
<p class="MsoNormal" style="margin-left: 0.75in;text-align: justify"><!--[if !supportLists]--><span style="font-size: 10pt;font-family: Wingdings"><span><span style="font-family:"> </span></span></span><!--[endif]--><span style="font-size: 10pt;font-family: Arial">When there is highest high in the middle and two lower highs on each side there is an occurrence of a bearish turning point.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in;text-align: justify"><span style="font-size: 10pt;font-family: Arial"> </span></p>
<p class="MsoNormal" style="margin-left: 0.75in;text-align: justify"><!--[if !supportLists]--><span style="font-size: 10pt;font-family: Wingdings"></span><span style="font-size: 10pt;font-family: Arial"> When there is pattern in which the lowest low in the middle and two higher lows in each side it means there is an occurrence of a bullish turning point.</span></p>
<p class="MsoNormal" style="text-align: justify"><img src="http://metatrader.ca/metatrader-img/metatrader-fractal-2.gif" alt="metatrader fractals" width="283" height="142" /><span style="font-size: 10pt;font-family: Arial"><span> </span></span></p>
<p class="MsoNormal" style="text-align: justify"><span style="font-size: 10pt;font-family: Arial">It is very much necessary for the fractal to be valid that the basic patterns should remain unbroken even many other less perfect patterns can occur. </span></p>
<p class="MsoNormal" style="margin-left: 0.25in;text-align: justify"><span style="font-size: 10pt;font-family: Arial">If are not into reversal for two days then fractals can not be drawn and it is the biggest drawback of fractals as fractals are covering indicators. Many more bars are last by most significant reversals, so most of the trends will remain unbroken.<span> </span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt"><strong>Applying fractals to FOREX trading</strong></span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal"> </span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal">In the forms of analysis or in conjunction with other indicator many indicators are used but fractals are the best indicator ever used. An alligator indicator is an indicator which is used with fractals is a most common used indicator. All buy rules are only valid if below the “alligator’s teeth” and all sells rules are only valid if the above alligator’s teeth this is stated according to the standard rules.</span></span></p>
<p class="MsoNormal" style="text-align: justify"><span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal"> But there is a major drawback also to the system and that drawback is large swings which takes the more space. On the other hand, to produce a huge amount of profit we can use infinite techniques with the fractals.</span></span></p>
<p class="MsoNormal" style="text-align: justify">
<p class="MsoNormal" style="text-align: justify">BJF Trading Group</p>
<p class="MsoNormal" style="text-align: justify">http://iticsoftware.com<span class="articlesmaintitle1"><span style="font-size: 10pt;font-weight: normal"><span> </span></span></span></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=5682de6d-56a1-495a-b195-62d7c87b439a&amp;title=Metatrader+Fractal+Indicator&amp;url=http%3A%2F%2Fmetatrader.ca%2F2008%2F07%2F14%2F5%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://metatrader.ca/2008/07/14/5/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
