<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Forex Trading</title><description>forex news analysis technical fundamental style trading new indicator big profit free signal update</description><managingEditor>noreply@blogger.com (Trading forex)</managingEditor><pubDate>Sun, 6 Oct 2024 20:52:16 -0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">243</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://forextheworld.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>forex news analysis technical fundamental style trading new indicator big profit free signal update</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>Forex Expert Advisor Information</title><link>http://forextheworld.blogspot.com/2008/07/forex-expert-advisor-information.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 31 Jul 2008 16:39:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1799280380407009666</guid><description>&lt;!-- Begin: Black Label Ads --&gt;&lt;br /&gt;&lt;h2&gt;What is an Expert Advisor ? &lt;/h2&gt;   &lt;p&gt;   &lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;A Forex Expert Advisor (a.k.a. Forex Trading    Robot, EA, MT-4 EA, Automated Forex Trading Software) is a mechanical    trading system written in the MQL-4 programming language and designed to    automate trading activities on the MetaTrader 4 platform. Expert    Advisors can be programmed to alert you of a trading opportunity and can    also trade your account automatically managing all aspects of trading    operations from sending orders directly to your broker’s server to    automatically adjusting stop loss, trailing stops and take profit    levels.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;   &lt;span style="color: rgb(51, 51, 51);"&gt;Expert Advisors for MetaTrader 4 are all unique and different in the rules they    follow to enter and exit the market. Expert Advisors eliminate    emotional trading decisions that cripple novice trading accounts. Forex    Expert Advisors allow investors to exercise a very strict trading system    without falling outside pre-programmed parameters and it is this rock    solid consistency one of the features that make these programs so    attractive to serious investors. Am Expert Advisors can also eliminate    the emotional trading decisions that usually cripple novice Forex    trading accounts. Forex Expert Advisors exercise unmatched discipline    when trading and can be designed to evaluate more parameters at the same    time than any human could keep an eye on at once. &lt;/span&gt;&lt;/p&gt;&lt;style type="text/css"&gt;&lt;br /&gt;   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #00FF80;}&lt;br /&gt;   .adText {font: normal 10pt Arial; text-decoration: none; color: #0000FF;}&lt;br /&gt;&lt;/style&gt;&lt;br /&gt;&lt;script src="http://ads.adbrite.com/mb/text_group.php?sid=779063&amp;amp;br=1&amp;amp;dk=706572736f6e616c735f355f335f776562" type="text/javascript"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;div&gt;&lt;a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=779063&amp;amp;afsid=55544"&gt;Your Ad Here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;!-- End: Black Label Ads --&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;All of the technical indicators that are available in the MT-4 platform can be brought to bear in the logic used by an Expert Advisor in almost any way that one can think of thanks to the MQL-4 programming language. All types of moving averages (simple, exponential, etc.), RSI, CCI, etc. You can also create your own custom indicator and call upon it from an Expert Advisor.&lt;br /&gt;&lt;br /&gt;There are many different types of MT-4 Expert Advisors depending on their intended application. Some are designed specifically to trade news events and remain out of the market all other times while other MT-4 Expert Advisors are meant to remain active 24x7. Experienced traders who have their own fine tuned manual trading systems sometimes hire MQL-4 programmers to automate their systems thereby creating custom MT-4 Expert Advisors. All expert advisors have the same goal and that is to automate trading operations and generate a profit while doing so.&lt;br /&gt;&lt;br /&gt;Expert Advisors make use of technical indicators in order to assess market conditions and make trading decisions. In order for the Expert Advisor to work, it must be attached to an individual chart on the MetaTrader 4 Forex trading platform. An MT-4 Expert Advisor can take into consideration dozens of different factors in an instant in order to decide what to do next. This ability to consider such a broad range of price influencing factors coupled with the discipline of a mechanical trading system devoid of emotion leads to a very successful trading combination.&lt;br /&gt;&lt;br /&gt;Throughout the pages of this web site you will find more detailed information about Forex Expert Advisors. If you have a question about Forex Expert Advisors for the MetaTrader 4 platform and you don’t see it here please send us an email and we will try our best to respond as soon as possible.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How does a Forex Expert Advisor work ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The program works by calculating the different indicators that it was designed to use and take actions when the market conditions meet the correct criteria as described in the source code of the Expert Advisor.&lt;br /&gt;&lt;br /&gt;Fore Example. A simple expert advisor may say something like this:&lt;br /&gt;&lt;br /&gt;"If the 9 and 20 day moving averages cross with the 9 day MA above the 20 MA and the RSI is higher than 50 then open a long position (buy)" &lt;br /&gt;&lt;br /&gt;That is just an example. You can assign countless conditions for entering and exiting the market as well as managing trades for trailing stops and multiple take profit levels.&lt;br /&gt;&lt;br /&gt;An MT-4 Expert Advisor is usually divided into three parts: A startup or ‘init’ function, a main function and a ‘deinit’ or cleanup function. The Expert Advisor will run through its startup function once upon startup and will run through its ‘deinit’ or clean-up function once at the end. In the mean time, the MT-4 Expert Advisor program runs through a cycle of its main function over and over with every incoming tick while it is attached to a chart and active. Once running, the Expert Advisor will not start another cycle for a new tick if it is still in the middle of processing the previous one.&lt;br /&gt;&lt;br /&gt;Here is a simple outline of what a simple expert advisor could be programmed to do.&lt;br /&gt;&lt;br /&gt;(This would be the 'main' part of the EA and takes place every time a tick comes in.)&lt;br /&gt;&lt;br /&gt;   1- Check my account. Is there enough equity to open a trade? if so, continue. If not, end.&lt;br /&gt;&lt;br /&gt;   2- Are there any open trades right now?&lt;br /&gt;&lt;br /&gt;   2a- If there are, do they need to be closed or do they need their trailing stop adjusted? (do so if needed and exit.)&lt;br /&gt;&lt;br /&gt;   2b- If there are no open trades, are the market conditions right to open one? (do so if needed and exit. )&lt;br /&gt;&lt;br /&gt;   3- End.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to use an Expert Advisor&lt;br /&gt;&lt;br /&gt;In order to make use of an Expert Advisor you have to install it on MetaTrader and then attach it to the appropriate chart on MetaTrader 4. This is fairly simple as will be described below. If there are any instructions included with your Expert Advisor you should read them in their entirety.&lt;br /&gt;&lt;br /&gt;#1- First, you have to put the Expert Advisor in a place where MetaTrader 4 will be able to use it. In most installations of MetaTrader 4 that place is C:\Program Files\MetaTrader 4\experts The actual Expert Advisor is a file without an icon that ends with .EX4&lt;br /&gt;&lt;br /&gt;#2- Now that the Expert Advisor is in the correct location within your computer, re-start MetaTrader 4.&lt;br /&gt;&lt;br /&gt;#3- When MetaTrader 4 starts up again you will now see the new Expert Advisor on the left navigation menu.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Learn to Make your own Expert Advisors&lt;br /&gt;&lt;br /&gt;In order to make your own expert advisor you have to learn the MQL-4 programming language. If you already know C programming then MQL-4 will be very easy as they are quite similar. If you do not know either language, it would be prudent to take a course in C programming. Then, once you understand the structure of C language, MQL-4 will be a snap. If you are not a programmer, do not let this stop you from learning to make your own Expert Advisors.&lt;br /&gt;&lt;br /&gt;The following web site has all the official documentation on the MQL-4 programming language.&lt;br /&gt;&lt;br /&gt;http://docs.mql4.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Different Types of Expert Advisors&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are various different types of Expert Advisors for the MetaTrader 4 platform. Here we will discuss some of the more common types. This is by no means a comprehensive list. There can be other types of Expert Advisors based on the creativity of the programmers who make them.&lt;br /&gt;&lt;br /&gt;News Expert Advisor - This is a type of hedging EA. The News EA is designed to take advantage of news events and the large price shifts that can occur during financial news releases.&lt;br /&gt;&lt;br /&gt;Breakout Expert Advisor - Designed to open a trade when the price breaks through predefined support and resistance levels.&lt;br /&gt;&lt;br /&gt;Hedge Expert Advisor - This is any EA that plays two separate and opposing positions and minimizes the loss on one while facilitating maximum profit on the good trade.&lt;br /&gt;&lt;br /&gt;Scalper Expert Advisor - This is the type of EA that will get your account canceled or at least heavily restricted by a broker. It aims to secure small profits as soon as they are available.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What is MQL-4 ?&lt;br /&gt;&lt;br /&gt;MQL-4 is short for Meta Quotes Language version 4. This is the programming language created by MetaQuotes Software Corp. (http://www.metaquotes.net) that automates the MetaTrader client terminal.&lt;br /&gt;&lt;br /&gt;The following web site has all the official documentation on the MQL-4 programming language.&lt;br /&gt;&lt;br /&gt;http://docs.mql4.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*What is MetaTrader 4 ?&lt;br /&gt;&lt;br /&gt;MetaTrader 4 is a free trading platform developed by MetaQuotes Software Corp. (http://www.metaquotes.net) and supported by many different Forex brokers all over the world. MetaTrader 4 easy to learn and very user friendly.&lt;br /&gt;&lt;br /&gt;One of the unique qualities of MetaTrader 4 is the ability to automate trading activities through the use of an Expert Advisor.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can I run more than one Expert Advisor on the same account/client terminal ?&lt;br /&gt;&lt;br /&gt;Yes. You can run multiple instances of an Expert Advisor on the same MetaTrader 4 client terminal. As long as all of the Expert Advisors that you are running in the same client terminal have been designed to get along with each other on the same terminal. (not all Expert Advisors can get along on the same terminal) Mainly because they will try to manage each other’s open trades. Programmers get around this by using magic numbers in the market entrance part of the source code of the Expert Advisor.&lt;br /&gt;&lt;br /&gt;There are also platform limitations. Only one Expert Advisor can communicate with the trading server at any one time. If multiple Expert Advisors are active on the same terminal and more than one try to communicate with the trading server you will get "Trade context busy" errors in the logs when this happens if you have too many Expert Advisors on one client terminal.  &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>What is Money Management System</title><link>http://forextheworld.blogspot.com/2008/07/what-is-money-management-system.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Tue, 29 Jul 2008 00:39:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-760099566303990885</guid><description>&lt;div style="text-align: justify;"&gt;ue, Jan 8 2008, 09:25 GMT&lt;br /&gt;by Dima Chernovolov&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;a href="http://www.fxstreet.com/search/contributors/contributor.aspx?Id=15a0ee56-2ad6-4b9a-9c5d-b8ee0b33e632"&gt;ForexHit&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;!-- #SELFPROMO# --&gt;&lt;br /&gt;&lt;!-- #SELFPROMO# --&gt;&lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;What is Money Management System?&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Money management system&lt;/strong&gt; is the subsystem of the forex trading plan which &lt;strong&gt;controls how much&lt;/strong&gt; you risk when you get an entry signal from your forex trading system. One of the best money management methods used by many professional forex traders is to &lt;strong&gt;always risk a fixed percentage of your equity&lt;/strong&gt; (e.g. 3%) per position. By using this method a trader gradually increases the size of his trades while he is winning and decreases the size of his trades when he is losing. Increasing the size of bets during a winning streak &lt;strong&gt;allows for a geometric growth of the trader's account&lt;/strong&gt; (also known as profit compounding). Decreasing the size of bets during a losing streak &lt;strong&gt;minimizes the damage&lt;/strong&gt; to the trader's equity. You can view interactive demonstration of this technique by opening the forex trading simulator (Please note: The size of this page is 0,6 Mbs and it requires that you have Flash installed and Javascript enabled in your browser).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Trading on forex allows to multiply your account over time - or to make it grow geometrically. Geometric capital growth is produced when the profits are reinvested into the trading which leads to progressively larger positions being taken and, consequently, to bigger profits and losses. The pace at which the account grows is controlled by the s&lt;strong&gt;ize of the profits and by their frequency&lt;/strong&gt; (which should always be remembered by forex trading system developers). While the geometric equity growth can and should be smooth (i.e. consistent), some traders try to accelerate it by artificially inflating the size of their profits by risking very high percentages of their account. Because the actual sequence of the winning and the losing trades can never be predicted in advance, such practice results in very erratic trading performance (i.e. sharp equity fluctuations). Among other things this practice betrays the trader's lack of confidence in his or her trading system's long-term profit potential. As long as the trader is confident about his trading system he can risk small percentages (%1 to 3%) of his account on every trade and simply watch the system realize its potential. It should be noted that only the geometric capital growth allows to make regular profit withdrawals from an account (as a certain percent of the equity) without seriously affecting a trading system's money making ability. This contrasts sharply with the fixed-dollar-bet money management system (e.g. always risk $500 per trade) whose profits grow arithmetically and where each withdrawal from the account puts the system a fixed number of profitable trades back in time.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Both&lt;/strong&gt; proper money management and sound trading system are required for a &lt;strong&gt;smooth geometric capital growth&lt;/strong&gt;. The speed (i.e. "geometricity") and the smoothness of the account's growth depend on how much you risk per trade (as set by the money management system) and on the trading system's &lt;strong&gt;accuracy and the payoff ratio&lt;/strong&gt; parameters (trading system's mathematical expectation). Apart from the controlling equity fluctuations by setting a fixed percentage of the capital to be risked on any trade, money management system can also reduce equity swings through diversification (splitting your risk capital among unrelated currency pairs/trading systems).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Quote: &lt;/strong&gt;"..analysis is the door to fabulous riches, while money management is the key that opens that door.", Robert Balan, in his book, "Elliott wave principle applied to the foreign exchange markets".&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;How Much to Risk?&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Quote: "There is no return without risk", the 1st rule of the 9 Rules of Risk Management, by RiskMetrics.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Trading on the forex market can be a very profitable business. Armed with this fact some traders start determined to make huge sums of money in as little time as possible - by risking too much. In other words, they are aiming for fast geometric growth of their accounts with no regard for the smoothness of the equity curve. Doing so &lt;strong&gt;invariably results in severe drawdowns or complete wipe-outs &lt;/strong&gt;as can be easily seen if you enter values larger than 10 as the “Percent Risked” in the forex trading simulator (Please note: The size of this page is 0,6 Mbs and it requires that you have Flash installed and Javascript enabled in your browser) and model a few equity scenarios with this setting. Risking high percentage of your account might indeed have dramatic effect on the geometric growth of your account balance&lt;strong&gt; in the very short-term.&lt;/strong&gt; However, winning streaks (however long) are always followed by losing streaks (however short) and &lt;strong&gt;much of what was “given” by the high percentages is very likely to be “taken away” by the same percentages&lt;/strong&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; For example, if you risk 25% of your account balance per trade with the system accuracy of 50% and the payoff ratio of 2 you can expect to double your account in 6 trades (as you can see from the "Exp # of trades to TR" cell on the forex trading simulator when you use such settings). You can also expect to give away most or all of these profits in the next few traders – as the same percentages will now cut deep into your profits when your trading system generates losing signals. Now try to imagine how you would feel if your car accelerates to a 500 miles per hour in a few seconds then suddenly reverses and flies back at the same speed. You would achieve similar effect on your feelings or your investors' if you got your account up to 100% in a few trades and then lost all of the profits in the very next few trades.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; It certainly pays to keep the speed (percent risked) of your car (forex trading system) within reason so that you can reach your destination (e.g. doubling you account balance) without submitting your emotional and financial well-being to excessive risks - as both your financial and emotional strength tends to be limited. At lower percentages of equity risked a winning or a losing streak simply does not have as spectacular impact on the equity curve which results in smoother capital appreciation (and much less stress for the trader or for the investor). This is because when you risk small fractions of your equity (up to 3%) each trade is given &lt;strong&gt;less "power" to affect the shape of your equity curve&lt;/strong&gt; which leads to smaller drawdowns and consequently greater ability to capitalize on the winning signals in the future. In other words, the size of drawdowns is directly proportional to the percent risked. You can see this if you enter progressively larger values in the "Percent Risked" filed in the forex trading simulator and then compare the resultant maximum drawdowns (in "Max DrawDown in %" field) for each of percent values that you entered. In addition to being directly proportional to the % risked, drawdowns are &lt;strong&gt;inversely proportional to both the accuracy and the payoff ratio (average win/average loss) of a trading system&lt;/strong&gt; (as you can see if you enter different accuracy and payoff ratio values in the forex trading simulator). This relationship can be clearly seen with the help of the three 3D charts shown below which plot the combined effect of the payoff ratio and the accuracy of a trading system on the maximum percent drawdown, as seen during 15,000 trading scenarios modelled on the forex trading simulator (5,000 for each of the three different "perecent risked" settings which were tested - 1%, 3% and 5%).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 1104, 1613, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+table+1_20080108094106.gif"&gt;&lt;img title="ForexHit Table" alt="ForexHit Table" src="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+table+1_20080108094106.gif" height="439" width="300" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Quote: &lt;/strong&gt;"..the final return is only a function of how well you would like to sleep at night", Thomas Stridsman, in his book "Trading Systems That Work: Building and Evaluating Effective Trading Systems".&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; A drawdown is the &lt;strong&gt;distance&lt;/strong&gt; from the&lt;strong&gt; lowest&lt;/strong&gt; point between &lt;strong&gt;two consecutive equity highs&lt;/strong&gt; to the first of these highs. For example, if your account increases from $10,000 to $15,000 (first equity high) then drops to 12,000 (lowest point between equity highs) and then rises again to $20,000 (second equity high) your drawdown will be $3,000 ($15,000-$12,000) or 20% ($3,000/$15,000). When deciding on the percent to be risked on each trade you should keep in mind that as the drawdown grows &lt;strong&gt;arithmetically&lt;/strong&gt;, the profits (and psychological fortitude to stick to the system) required to get out of it increase &lt;strong&gt;geometrically&lt;/strong&gt; (as you can see from the chart below). You can also use the following calculator to model the effect of a losing streak on the equity and the profit required to recoup the loss. The "%" stands for the percent of the equity risked per trade. The "#" stands for the number of consecutive losses. The "loss" column calculates the cumulative damage to the equity in percentage terms. The "recoup" column shows how much profit is required to return to the breakeven. Alternatively, you can just enter the value of loss into the cell below the "Loss" heading to calculate the size of the profit necessary to recoup it.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 369, 188, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/loss-to-recoup-calculator_20080108094332.gif"&gt;&lt;img title="Calc Info" alt="Calc Info" src="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/loss-to-recoup-calculator_20080108094332.gif" height="99" width="200" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 610, 803, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+2_20080108094442.gif"&gt;&lt;img title="Chart" alt="Chart" src="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+2_20080108094442.gif" height="264" width="200" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;As can be readily seen from the above calculator it takes only a few trades to severely damage your prospects as a currency trader - if you risk too much in your trading. With this information in mind it is &lt;strong&gt;best to always risk a maximum&lt;/strong&gt; of 1% of the equity if you are managing other people's money and a maximum of 3% of the equity if you are trading with your own funds. As a general rule the higher the accuracy of a trading system AND the higher its payoff ratio the safer it is to risk more per trade. This principle is the basis for the money management calculator (Please note: This calculator requires that Javascript is enabled in your browser) located in the trade forex section of the site.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Note: It is best not to rely too much on the&lt;strong&gt; theoretical&lt;/strong&gt; probability of a large number of losing trades happening in a row. In other words, because the probability of a few losses happening in a row is very low it doesn't mean this cannot happen in your trading. Suppose you trade a system which generates 60 winning trades out of 100 on average. The probability of a profitable trade is always 60%, while the probability of a losing trade is always 40% with such a system. The chances of 5 consecutive losses can be calculated by multiplying 0,4 five times by itself or 0,4*0,4*0,4*0,4*0,4 which results in 1,02%. Even if the probability of roughly one percent does look very remote this is &lt;strong&gt;not a zero probability&lt;/strong&gt; and quite likely to happen in real trading - as you will quickly see if you model just a few equity scenarios in the forex trading simulator with system accuracy set to 60% (be sure to check the "Max. Consec.Losses" cell). Moreover, given that the outcome of any single trade&lt;strong&gt; can be considered random&lt;/strong&gt; there is nothing in the world that can guarantee that your system's next five trades will not be all losses or all profits, for that matter. Therefore, it is best to be prepared for such an outcome in advance by risking less of your account per each trade. Closely related to this is the idea of luck in trading, which can be defined as the clustering of large number of profitable trades in narrow periods of time. For example, you can easily generate a string of 12 winning trades on the forex trading simulator with the system accuracy set to 60%. The probability of such an event is equal to 0,6 raised to the 12'th power or 0,2% or 1 in 500. Despite such a low probability you can expect to see 12 or more successive winners in your trading (be sure to check the "Max. Consec.Wins" cell on the forex trading simulator as you perform the above simulation) when you trade long enough with a system that has success rate equal to %60. Even if the short-term effect on the equity (and trader morale) of such a long series of successful trades can be quite dramatic, it plays little role in the long-term success as a currency trader. In other words, the fact that your trading system has just generated a long run of profitable trades doesn't say very much about its long-term profit potential, which should instead be measured by its mathematical expectation.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Money management system is similar to the forex trading system in that sticking to it is vital to the long-term success in currency trading. Once you decide on the percentage of equity that you will risk per position you should &lt;strong&gt;never&lt;/strong&gt; deviate from this number and try to stay as close to it as possible - &lt;strong&gt;no matter how bad or good your system performance is.&lt;/strong&gt; This question becomes especially important when you decide on the type of account that you open - if it will be a mini or a standard trading account. As you can see from the allocation efficiency calculator (Please note: This calculator requires that Javascript is enabled in your browser) mini accounts are vastly superior to the standard accounts (especially with account balances less than $50,000) when it comes to meeting the constraints of both your money management system (% risked) and your trading system (size of the stop-loss).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Note:&lt;/strong&gt; When you select the account type you should pay close attention to the level of the leverage offered by your forex broker. Even if high leverage (from 1:100 and up) allows to trade multiple lots with very little money of your own, it can be dangerous when it forces you to overtrade - to assume positions which risk &lt;strong&gt;more&lt;/strong&gt; than the percentage value set by your money management system. For example, you might be compelled to risk $400 (40 pip stop-loss) on a very attractive EUR/USD trade while on a standard account with the maximum allowable risk per trade set at 3% of $10,000 or $300. The only way to stick to your money management system would be to &lt;strong&gt;bypass&lt;/strong&gt; this trade and therefore &lt;strong&gt;undermine your system's profitability&lt;/strong&gt; (and your morale). You wouldn't need to avoid this signal or use smaller stop-loss than the one suggested by your system if you traded at half the leverage (which would mean only $200 risk per trade) or if you traded on a mini account altogether - as is shown by the allocation efficiency calculator.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;Mathematical Expectation of a Forex Trading System&lt;br /&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Mathematical expectation of a forex trading system is &lt;strong&gt;how much of the risked capital you can expect to earn per trade on average&lt;/strong&gt;. You can calculate the mathematical expectation of a system by the following formula:&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;blockquote&gt;Mathematical Exectation= (1+average win/average loss)*(system accuracy) -1&lt;/blockquote&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; This formula requires that you take into account &lt;strong&gt;both&lt;/strong&gt; the success rate (percent of winning signals) and the payoff ratio (average win/average loss) of any trading system when estimating its long-term profit potential. For example, a system with 50% accuracy and the 2 to 1 payoff ratio has the expectancy equal to +0,5. This means you can expect to earn 50% of the amount that you risk per trade on average. If you risk 2% of your capital per trade you can expect to earn 1% per trade (50% of 2%) on average with such a system. Negative mathematical expectation (e.g. casino roulette) means you will lose your money over the long-term no matter how small or big your positions are. Zero expectation means you can expect your account to fluctuate around breakeven for ever.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Quote:&lt;/strong&gt;"The difference between a negative expectation and a positive one is the difference between life and death. It doesn't matter so much how positive or how negative your expectation is; what matters is whether it is positive or negative." Ralph Vince in his book "The Mathematics of Money Management: Risk Analysis Techniques for Traders".&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; You can model various equity development scenarios under the positive, the negative or the zero mathematical expectations by entering the following accuracy and the payoff values in the system controls on the forex trading simulator:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 639, 236, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+mathematical-expectations-calculator_20080108095612.gif"&gt;&lt;img title="Calculator ForexHit" alt="Calculator ForexHit" src="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+mathematical-expectations-calculator_20080108095612.gif" height="107" width="300" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;This table demonstrates the value of letting your profits run and cutting your losses short when you start to trade and don’t yet have a reliable currency trading system to follow. When you begin to trade your accuracy tends to be low. To compensate for the larger number of losses you absolutely have to let your profits run and keep you losses small. This will ensure that the profits from the few winners that you are able to capture will more than cover the total loss from all the losses that you take. Not allowing your profits to run at the start of your trading career would simply be "suicidal". This boils down to selecting the trades only with high reward/risk ratios. This will help to improve your payoff ratio and, therefore, your profit potential.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; As you can also see from the table above, systems with different accuracy and payoff ratios can have identical mathematical expectations. This means, for example, that in the long run the profit that you can achieve with the system that is the first in the table will be equal to the profit that you will make using the second system - even if the second system is twice as accurate as the first one. You can compare how the equities develop for both of these systems by using the currency diversification simulator (Please note: The size of this page is 0,7 Mbs and it requires that you have Flash installed and Javascript enabled in your browser). Enter 40 in "past accuracy" field for system A and 80 for system B. Payoff ratio should be set to 3 for A and to 1 for B and set the "Percent Risked" to 1. If you wish to compare B with a more dissimilar trading system you can enter 20 as the accuracy and 7 as the payoff ratio on the A's control panel.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; The closer the simulated equity performance (shown in the "Actual Accuracy" field) is to the past accuracy of each of the systems the clearer you will see that both systems tend to converge at the same final equity level. Because geometric capital growth is highly dependent on the frequency of the profits - when you increase the Percent Risked - a system with substantially higher accuracy will outperform a less accurate system even if both of them have identical mathematical expectations. This is one of the reasons to strive for the highest possible rate of accuracy in your trading. The other reason is that drawdown duration and size (in both absolute and percentage terms) tend to be much larger with the lower accuracy systems which leads to lower reward-to-risk ratios - as you can quickly see if you check the ""Drawdown time", the "Max Drawdown" and the "Max % Drawdown" fields in the diversification simulator when you do the simulation described above. As a third reason, it is always necessary to give a trading system some "room for error" in real-life trading - or excpect it to trade with accuracy lower than the past accuracy. Very low accuracy and high payoff ratio systems simply do not offer this - which means you should be prepared to sit through very long losing streaks before you see any profit. In contrast, higher accuracy forex trading systems make the currency trading less stressful by ensuring that you take smaller yet much more regular profits.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; It stands to reason that the higher the mathematical expectation of a trading system the faster your account will grow. Very good trading systems have mathematical expectation close to 0,8. Common definition of an excellent trading system is that its payoff ratio is one point better than the payoff ratio of a breakeven system with the accuracy of 10 percent less. For example, the payoff ratio for a breakeven system with 40% success rate is 1,5, therefore an optimal system with 50% accuracy will have 1,5+1 = 2,5 payoff ratio. The following calculator allows you to compute the payoff ratio for a breakeven system and an optimal system:&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 548, 85, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+Optimal+vs+Breakeven+Caclulator_20080108095706.gif"&gt;&lt;img title="Calculator ForexHit" alt="Calculator ForexHit" src="http://mediaserver.fxstreet.com/Reports/582813f9-b557-4126-be2b-8ff0cd9c0294/ForexHit+Optimal+vs+Breakeven+Caclulator_20080108095706.gif" height="41" width="300" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Quote: &lt;/strong&gt;"The first part of your system design should focus on building the highest possible expectancy into your system" by Van K. Tharp in his "Special Report on Money Management".&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Note:&lt;/strong&gt; You can get the most reliable measure of mechanical expectation of a trading system when you can translate it into computer code. One example of a simple trading system which can be readily backtested to calculate its expectancy is the moving average crossover system. Most of the advanced forex charting packages (e.g. FXtrek IntelliChart™ Copyright 2001-2007 FXtrek.com, Inc.) allow to construct wholly mechanical trading systems and to backtest them over historical price data. If you are using interpretive technical analysis tools in your trading (like price patterns, trendlines) you can only generate the statistics required for the calculation of your system's expectation by using the information from your trading log (where you enter individual trade results when you test-trade your trading system on a demo account). However, since these statistics are generated using interpretive analysis methods their validity will stay the same &lt;strong&gt;only if&lt;/strong&gt; you continue to interpret price formations in &lt;strong&gt;exactly the same manner&lt;/strong&gt; as you did before. Because signals of mechanical trading systems are never open to conflicting interpretation, their mathematical expectation is &lt;strong&gt;more&lt;/strong&gt; reliable measure of future system performance than the expectation of interpretive trading systems.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;Diversification in Currency Trading&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Diversification is the distribution of the risk capital across unrelated currency pairs and/or trading systems for the purpose of &lt;strong&gt;increasing the consistency&lt;/strong&gt; of trading performance. For example, if you trade one system on two unrelated currency pairs you can protect yourself against long losing streaks that any of these pairs can go through on its own. When you get a losing signal on the first pair, the second pair might generate a winning trade which will cover the loss of the first pair or vice versa. By splitting the risk capital (% of your equity) among two pairs you can be sure that when both pairs generate losing trades at the same time your total risk will not exceed the maximum value set by your money management system. This way you can achieve smoother capital appreciation than you would be able to do if you traded only one pair. For an interactive demonstration this concept please visit the currency diversification simulator. It should be noted that this calculator assumes&lt;strong&gt; zero&lt;/strong&gt; correlation between the pairs or systems (more on correlation below).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Be sure to compare the values in the "Consistency" cells for each of the pairs when they are traded separately with the value of consistency achieved when trading them together (in the "Trading A&amp;amp;B" column). The combined consistency will almost always exceed the consistency of either of the pairs when they are traded individually.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; The more unrelated pairs or systems you add to your portfolio the better protection you can have against the risk. For example, when trading one trading system on two absolutely uncorrelated currency pairs you decrease the probability of a losing trade (two pairs generating a losing trade simultaneously) by the &lt;strong&gt;percentage value equal to the system's accuracy&lt;/strong&gt;. Suppose your system has the success rate of %60, therefore the probability of a losing trade for each pair is %40. The probability that both pairs will generate a losing signal is calculated by multiplying %40 by itself - which results in %16. This is the %60 decrease (24/40=0,6) in the probability of a losing trade achieved when you trade both pairs simultaneously. If your system has %70 success rate you can reduce the probability of a loss by %70 if you trade two unrelated pairs instead of one. The probability of a losing trade occurring for both pairs at the same time is %9 (%30*%30) which is a %70 decrease in the likelihood of a loss if you traded only one pair (21/30=0,7). I will note that even if you diversify into two or more weakly correlated currencies/trading systems, this won't eliminate the drawdowns completely. However weak is the correlation between the pairs or trading systems, they are likely to go through the losing streak all at once, at some point in the trading. You can see this by modelling the performance of two similar trading systems with the help of the currency diversification simulator (e.g. set accuracy to 40 and payoff ratio to 2 for both A and B) and checking if the yellow curve on the DRADOWN chart is moving in sync with the other two curves.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; There is a weak relationship between two pairs if the absolute value of their correlation coefficient (usually denoted by r) doesn't exceed 0,3 (i.e. it can be anything from -0,3 to +0,3). A medium strength relationship exists when the absolute value of the coefficient is greater than 0,3 but less than 0,5. There is a strong relationship between two pairs if r is greater than 0.5 in absolute terms (i.e. bigger than 0.5 or less than –0.5). Currencies are said to be highly correlated if the absolute value of their correlation coefficient is equal to or bigger than 0,8. You can visualize these concepts with the help of the interactive correlation simulator. (Please note: This calculator requires that you have Flash installed and Javascript enabled in your browser)&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Suppose you trade two currency pairs which are highly positively correlated like the EUR/USD and the GBP/USD (daily r is equal to 0,8 on average). When you get a sell signal for EUR/USD your system is likely to generate the same signal for the GBP/USD. If the first signal results in a loss this increases the probability that the second signal will not be profitable either. The same holds if you are trading very negatively correlated pairs with the same system - like EUR/USD and USD/CHF (daily r is equal to -0,9 on average). Selling one lot of EUR/USD and buying one lot of USD/CHF at the same time (e.g. on the break of a trendline which usually is simply a mirror image of the trendline visible on the other pair's chart - e.g. set "Target Correlation" to -0,9 on the correlation simulator and notice how similar are the imaginary trendlines for A and B) amounts roughly to selling 2 lots of EUR/USD or buying 2 lots of USD/CHF individually - with no reduction in risk whatsoever.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Quote:&lt;/strong&gt;"Through bitter experience, I have learned that a mistake in position correlation is the root of some of the most serious problems in trading. If you have eight highly correlated positions, then you are really trading one position that is eight times as large." Bruce Kovner in Jack D. Schwager's book "Market Wizards: Interviews with Top Traders ".&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; In contrast, when you trade two &lt;strong&gt;uncorrelated&lt;/strong&gt; or loosely correlated pairs you can expect your system to perform differently on each pair which should result in smoother overall trading performance. As an example you can buy a touch of a uptrendline on one pair (e.g. USD/JPY) and sell the top of the range on another unrelated pair (e.g. GBP/CHF, which has an average r of 0,3 with USD/JPY) without having to worry that price developments in USD/JPY might "spill over" into GBP/CHF (or the other way round) and by doing so spoil your whole trading setup. As the next best alternative, you can reduce the risk by opening opposing trades in the positively correlated pairs or same direction trades in the negatively correlated pairs - by using a different system for each of the pairs, as is described below. Yet another way you can use correlation is to select among highly correlated pairs that pair which offers the highest reward potential under the current market conditions and trade only it.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; You can monitor the correlations between the currency pairs that you trade by using the information on the currency correlations page (which contains most up-to-date correlation data for the commonly traded currency pairs). I will note that it is best to keep the number of the currency pairs in your portfolio to a minimum because the number of the correlations to be tracked and the time required for this rises geometrically with the addition of each new pair. The formula for calculating the number of correlations between n number of pairs is [n*(n-1)]/2. You can start with one currency pair and gradually increase to a maximum of four pairs (with 6 correlations to monitor) as your experience grows.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; When you diversify into &lt;strong&gt;different trading systems&lt;/strong&gt; you should look for a combination of systems which results in the lowest possible correlation between their returns. Ideally you would trade only two systems which are &lt;strong&gt;perfectly negatively correlated&lt;/strong&gt; (r=-1). This means that whenever one system generated a losing signal the other would produce a winning signal and vice versa. Examples of this possible combination are a mean-reversion system (e.g. RSI) and a trending system (e.g. Moving average) - for more examples please consult Richard L. Weissman's book "Mechanical Trading Systems: Pairing Trader Psychology with Technical Analysis". If you could find such a perfect combination of systems you would not see a single loss (as their net result) because the loss of one system would always be covered by the profit of the other. You can see how this works if you enter minus one into "Target Correlation" cell on the system correlation simulator (Please note: The size of this page is 0,7 Mbs and it requires that you have Flash installed and Javascript enabled in your browser). In practice, it is extremely hard to find perfectly negatively correlated systems. Nevertheless, even if systems traded are only mildly negatively correlated the trader can expect to benefit from the risk reduction offered by the diversification.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Quote: &lt;/strong&gt;"The correlations of the different market systems can have a profound effect on a portfolio. It is important that you realize that a portfolio can be greater than the sum of its parts (if the correlations of its component parts are low enough). It is also possible that a portfolio may be less than the sum of its parts (if the correlations are too high)." Ralph Vince in his book "The Mathematics of Money Management: Risk Analysis Techniques for Traders".&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt; Note:&lt;/strong&gt; You can create and &lt;strong&gt;autotrade your own portfolio of loosely related trading systems&lt;/strong&gt; created by the top forex signal providers with the help of the firms listed in the invest in forex section of our site.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;Mastering Money Management in Forex Trading&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; The key to mastering money management is &lt;strong&gt;shifting your attention from the dollar value&lt;/strong&gt; of your profits and losses to their percentage value of your account balance. Once you have trained yourself to think of your profits and losses exclusively in percentage terms it will be a simple mathematical task to stick to your money management system (e.g. just enter your constraints into the money management calculator and it will give you the number of lots to trade). As you account grows this practice will help you to avoid the hesitation in placing the trades when the absolute value of the dollars risked becomes very large - since you will know at that moment that you are still risking &lt;strong&gt;no more&lt;/strong&gt; than amount dictated by your money management system (which will have played a major role in getting your account to that level in the first place).&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; You should also remember that the outcome of any single trade is &lt;strong&gt;almost always random&lt;/strong&gt;. It is, therefore, &lt;strong&gt;not practical to attach yourself too strongly - either emotionally or financially&lt;/strong&gt; (by risking too much)- to the result of any one trade or a series of trades. This concept of randomness is incorporated into all the trading simulators on this site which use random number generators to determine if any single trade is profitable or not.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; As with the forex trading system, you can receive&lt;strong&gt; protection&lt;/strong&gt; from your own destructive tendencies by &lt;strong&gt;closely&lt;/strong&gt; following your money management system. It will protect you from greed and pride (which always demand that you overtrade) when your system generates unusually large number of winning signals in a row. It will also protect you from trader paralysis (inability to open new positions) when your system goes through a losing streak because you will know that, as long as you risk a small fraction of your equity per each trade (as is set by your money management system) and use a currency trading system with positive mathematical expectation, no string of losses can wipe out your trading account.&lt;/p&gt;&lt;div class="entryfooter"&gt;   &lt;/div&gt;&lt;span class="datetime"&gt;&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Five Guiding Principles of Trading Psychology</title><link>http://forextheworld.blogspot.com/2008/07/five-guiding-principles-of-trading.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Tue, 29 Jul 2008 00:32:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-8134720628857491294</guid><description>&lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;Brett N. Steenbarger, Ph.D.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;&lt;a href="http://www.brettsteenbarger.com/"&gt;www.brettsteenbarger.com&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-size: 11.5pt; font-family: Arial;" lang="EN"&gt;When I recently participated in &lt;a href="http://www.theessentialsoftrading.com/downloads/BrettSteenbarger02222007.mp3"&gt;&lt;span style="color: windowtext;"&gt;an online chat presentation for John Forman&lt;/span&gt;&lt;/a&gt;, I assembled my ideas into ten basic principles that have guided my thinking about the psychology of traders and the psychology of markets. In the very near future, if my testing continues to be promising, I hope to present a market indicator for swing traders that rests firmly upon these principles. Stay tuned! In the interim, here are the five principles that pertain specifically to trading psychology. Next up will be five principles for trading the markets.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Principle #1: Trading is a performance activity&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; - This is the core idea behind &lt;a href="http://www.amazon.com/Enhancing-Trader-Performance-Strategies-Psychology/dp/0470038667/sr=1-1/qid=1172235695/ref=pd_bbs_sr_1/102-7599990-4734551?ie=UTF8&amp;amp;s=books"&gt;&lt;span style="color: windowtext;"&gt;my most recent book&lt;/span&gt;&lt;/a&gt;. Like the playing of a concert instrument or &lt;a href="http://traderfeed.blogspot.com/2006/09/research-in-sport-psychology-what-it.html"&gt;&lt;span style="color: windowtext;"&gt;the playing of a sport&lt;/span&gt;&lt;/a&gt;, trading entails the application of knowledge and skills to real time performances. Success at trading, as with other performances, depends upon a developmental process in which &lt;a href="http://traderfeed.blogspot.com/2006/06/lifes-formula-for-success-tribute-to.html"&gt;&lt;span style="color: windowtext;"&gt;intensive, structured practice&lt;/span&gt;&lt;/a&gt; and experience over an extended time &lt;a href="http://traderfeed.blogspot.com/2006/06/blueprint-for-uncompromised-life-part_12.html"&gt;&lt;span style="color: windowtext;"&gt;yield competence and expertise&lt;/span&gt;&lt;/a&gt;. Many trading problems are attributable to attempts to succeed at trading prior to undergoing this learning process. My research suggests that professional traders account for well over three-quarters of all share and futures contract volume. It is impossible to sustain success against these professionals without honing one's performance--and by making sure that you don't lose your capital in the learning process. Confidence in one's trading comes from the mastery conferred by one's learning and development, not from psychological exercises or insights.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Principle #2: Success in trading is a function of talents and skills&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; - Trading, in this sense, is no different from chess, Olympic events, or acting. Inborn abilities (talents) and developed competencies (skills) determine one's level of success. From rock bands to ballet dancers and golfers, only a small percentage of participants in any performance activity are good enough to sustain a living from their performances. The key to success is &lt;a href="http://traderfeed.blogspot.com/2006/08/best-psychological-test-of-all.html"&gt;&lt;span style="color: windowtext;"&gt;finding a seamless fit &lt;/span&gt;&lt;/a&gt;between one's talents/skills and the specific opportunities available in a performance field. For traders, this means finding a superior fit between your abilities and the specific markets and strategies you will be trading. Many &lt;a href="http://traderfeed.blogspot.com/2006/10/understanding-lapses-in-trading.html"&gt;&lt;span style="color: windowtext;"&gt;performance problems&lt;/span&gt;&lt;/a&gt; are the result of a suboptimal fit between what the trader is good at and how the trader is trading.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Principle #3: The core skill of trading is pattern recognition&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; - Whether the trader is visually inspecting charts or analyzing signals statistically, pattern recognition lies at the heart of trading. The trader is trying to identify shifts in demand and supply in real time and is responding to patterns that are indicative of such shifts. Most of the different approaches to trading--technical and fundamental analysis, cycles, econometrics, quantitative historical analysis, Market Profile--are simply methods for conceptualizing patterns at different time frames. Traders will benefit most from those methods that fit well with their cognitive styles and strengths. A person adept at visual processing, with superior visual memory, might benefit from the use of charts in framing patterns. Someone who is highly analytical might benefit from statistical studies and mechanical signals.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Principle #4: Much pattern recognition is based on implicit learning&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; - &lt;a href="http://traderfeed.blogspot.com/2006/10/can-there-be-objective-basis-for.html"&gt;&lt;span style="color: windowtext;"&gt;Implicit learning&lt;/span&gt;&lt;/a&gt; occurs when people are repeatedly exposed to complex patterns and eventually internalize those, even though they cannot verbalize the rules underlying those patterns. This is how children learn language and grammar, and it is how we learn to navigate our way through complex social interactions. Implicit learning manifests itself as a "feel" for a performance activity and facilitates a rapidity of pattern recognition that would not be possible through ordinary analysis. Even system developers, who rely upon explicit signals for trading, report that their frequent exposure to data gives them a feel for which variables will be promising and which will not during their testing. Research tells us that implicit learning only occurs after we have undergone thousands of learning trials. This is why trading competence--like competence at other performance activities such as piloting a fighter jet and chess--requires considerable practice and exposure to realistic scenarios. Without such immersive exposure, traders never truly internalize the patterns in their markets and time frames.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Principle #5: Emotional, cognitive, and physical factors disrupt access to patterns we have acquired implicitly&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; - Once a performer has developed skills and moved along the path toward competence and expertise, psychology becomes important in sustaining consistency of performance. Many performance disruptions are caused when shifts in our cognitive, emotional, and/or physical states obscure the felt tendencies and intuitions that lie at the heart of implicit learning. This most commonly occurs as a result of performance anxiety--our fears about the outcome of our performance interfere with the access to the knowledge and skills needed to facilitate that performance. Such performance disruptions also commonly occur when traders trade positions that are too large for their accounts and/or do not maintain sound risk management with their positions. The large P/L swings cause shifts in emotional states that interfere with the (implicit) processing of market data. &lt;a href="http://traderfeed.blogspot.com/2006/09/most-important-psychological-skill-for.html"&gt;&lt;span style="color: windowtext;"&gt;Cognitive, behavioral, and biofeedback methods can be very useful&lt;/span&gt;&lt;/a&gt; in teaching traders skills for maintaining the "Yoda state" of calm concentration needed to access implicit knowledge.&lt;br /&gt;&lt;br /&gt;The most important question I can ask an aspiring trader is: &lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Are you engaged in a &lt;a href="http://traderfeed.blogspot.com/2006/12/three-relentless-steps-you-can-take.html"&gt;&lt;span style="color: windowtext;"&gt;structured training process&lt;/span&gt;&lt;/a&gt;?&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; Education--simply reading articles in magazines, websites, blogs, and books--is important, &lt;em&gt;&lt;span style="font-family: Arial;"&gt;but it is not training&lt;/span&gt;&lt;/em&gt;. Training is the systematic work on oneself to build skills and hone performance. It requires constant feedback about your performance--what is working and what isn't--and it requires a steady process of drilling skills until they become automatic. No amount of talking with a coach or counselor will substitute for the training process: not in trading, not in athletics, and not in the dramatic arts. &lt;a href="http://traderfeed.blogspot.com/2006/04/ten-lessons-i-have-learned-from.html"&gt;&lt;span style="color: windowtext;"&gt;Training yourself to proficiency &lt;em&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;is&lt;/span&gt;&lt;/b&gt;&lt;/em&gt; the path to a positive psychology&lt;/span&gt;&lt;/a&gt;.&lt;/span&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Price Smoothies</title><link>http://forextheworld.blogspot.com/2008/07/price-smoothies.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Wed, 2 Jul 2008 19:20:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1469359423322993153</guid><description>&lt;p style="text-align: justify;"&gt;A moving average is simply a way to smooth out price action over time.  By “moving average”, we mean that you are taking the average closing price of a currency for the last ‘X’ number of periods. &lt;/p&gt; &lt;p&gt;&lt;img alt="Moving Average" src="http://www.babypips.com/images/ma/moving-average-small.gif" border="1" height="237" width="500" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Like every indicator, a moving average indicator is used to help us forecast future prices.  By looking at the slope of the moving average, you can make general predictions as to where the price will go.   &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;As we said, moving averages smooth out price action. There are different types of moving averages, and each of them has their own level of “smoothness”.  Generally, the smoother the moving average, the slower it is to react to the price movement.  The choppier the moving average, the quicker it is to react to the price movement.&lt;/p&gt;We’ll explain the pros and cons of each type a little later, but for now let’s look at the different types of moving averages and how they are calculated.&lt;br /&gt;&lt;h2&gt;Simple Moving Average&lt;/h2&gt;&lt;br /&gt;&lt;h4&gt;Simple Moving Average (SMA)&lt;/h4&gt; &lt;p style="text-align: justify;"&gt; A simple moving average is the simplest type of moving average (DUH!).  Basically, a simple moving average is calculated by adding up the last “X” period’s closing prices and then dividing that number by X.  Confused???  Allow me to clarify. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; If you plotted a 5 period simple moving average on a 1 hour chart, you would add up the closing prices for the last 5 hours, and then divide that number by 5.  Voila!  You have your simple moving average.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If you  were to plot a 5 period simple moving average on a 10 minute chart, you would  add up the closing prices of the last &lt;strong&gt;50&lt;/strong&gt; minutes and then divide that number by 5.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If you  were to plot a 5 period simple moving average on a 30 minute chart, you would  add up the closing prices of the last &lt;strong&gt;150 &lt;/strong&gt;minutes and then divide that number by 5. &lt;/p&gt; &lt;p&gt;If you were to plot the 5 period simple moving average on the a 4 hr. chart………………..OK OK, I think you get the picture!  Let’s move on.&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Most charting packages will do all the calculations for you.  The reason we just bored you (yawn!) with how to calculate a simple moving average is because it is important that you understand &lt;strong&gt;how&lt;/strong&gt; the moving averages are calculated. If you understand how each moving average is calculated, you can make your own decision as to which type is better for you.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Just like any indicator out  there, moving averages operate with a delay.   Because you are taking the &lt;strong&gt;averages&lt;/strong&gt; of the price, you are really only seeing a “forecast” of the future price and not a concrete view of the future. Disclaimer: Moving averages will not turn you into Ms. Cleo the psychic! &lt;/p&gt; &lt;p&gt;&lt;img alt="Moving Averages" src="http://www.babypips.com/images/moving-averages.gif" border="1" height="312" width="500" /&gt;&lt;/p&gt; &lt;p&gt;Here is an example of how moving averages smooth out the price action.  &lt;/p&gt; &lt;p style="text-align: justify;"&gt;On the previous chart, you can see 3 different SMAs. As you can see, the longer the SMA period is, the more it lags behind the price. Notice how the 62 SMA is farther away from the current price than the 30 and 5 SMA.  This is because with the 62 SMA, you are adding up the closing prices of the last &lt;strong&gt;62&lt;/strong&gt; periods and dividing it by  62. The higher the number period you use, the slower it is to react to the price  movement.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;The SMA’s in this chart show you the overall sentiment of the market at this point in time.  Instead of just looking at the current price of the market, the moving averages give us a broader view, and we can now make a general prediction of its future price.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;h2&gt;Exponential Moving Average&lt;/h2&gt;&lt;br /&gt;&lt;h4&gt;Exponential Moving Average (EMA)&lt;/h4&gt; &lt;p style="text-align: justify;"&gt;Although the simple moving average is a great tool, there is one major flaw associated with it.  Simple moving averages are very susceptible to spikes.  Let me show you an example of what I mean:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Let’s say  we plot a 5 period SMA on the daily chart of the EUR/USD and the closing prices  for the last 5 days are as follows:&lt;/p&gt; &lt;p&gt;Day 1:  1.2345&lt;br /&gt;  Day 2:  1.2350&lt;br /&gt;  Day 3:  1.2360&lt;br /&gt;  Day 4:  1.2365&lt;br /&gt;  Day 5:  1.2370&lt;/p&gt; &lt;p&gt;The  simple moving average would be calculated as&lt;br /&gt;  (1.2345+1.2350+1.2360+1.2365+1.2370)/5= 1.2358&lt;/p&gt; &lt;p&gt;Simple enough right?&lt;/p&gt; &lt;p style="text-align: justify;"&gt; Well what if Day 2’s price was 1.2300?  The result of the simple moving average would be a lot lower and it would give you the notion that the price was actually going down, when in reality, Day 2 could have just been a one time event (maybe interest rates decreasing).&lt;/p&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;The point  I’m trying to make is that sometimes the simple moving average might be &lt;em&gt;too&lt;/em&gt; simple.  If only there was a way that you could filter out these spikes so that you wouldn’t get the wrong idea.  Hmmmm…I wonder….Wait a minute……Yep, there is a way!   &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; It’s called the Exponential Moving Average!&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Exponential moving averages (EMA) give more weight to the most recent periods.  In our example above, the EMA would put more weight on Days 3-5, which means that the spike on Day 2 would be of lesser value and wouldn’t affect the moving average as much.  What this does is it puts more emphasis on what traders are doing NOW.  &lt;/p&gt; &lt;p&gt;&lt;img alt="Exponetial Moving Average" src="http://www.babypips.com/images/sma-vs-ema.gif" border="1" height="337" width="500" /&gt;&lt;/p&gt; &lt;p&gt;When  trading, it is far more important to see what traders are doing now rather than  what they did last week or last month.&lt;/p&gt;&lt;h2&gt;SMA vs. EMA&lt;/h2&gt;&lt;br /&gt;&lt;h4&gt;Which is better:  Simple or Exponential?&lt;/h4&gt; &lt;p style="text-align: justify;"&gt;First, let’s start with an exponential moving average. When you want a moving average that will respond to the price action rather quickly, then a short period EMA is the best way to go.  These can help you catch trends very early, which will result in higher profit. In fact, the earlier you catch a trend, the longer you can ride it and rake in those profits!  &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The downside to the choppy moving average is that you might get faked out.  Because the moving average responds so quickly to the price, you might think a trend is forming when in actuality; it could just be a price spike. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;With a simple moving average, the opposite is true. When you want a moving average that is smoother and slower to respond to price action, then a longer period SMA is the best way to go.   &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Although it is slow to respond to the price action, it will save you from many fake outs.  The downside is that it might delay you too long, and you might miss out on a good trade. &lt;/p&gt; &lt;table border="0" cellpadding="0" cellspacing="0"&gt;   &lt;tbody&gt;     &lt;tr&gt;       &lt;td style="width: 100px;" valign="top"&gt; &lt;/td&gt;       &lt;td style="background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-size: 13px; font-weight: bold; width: 50%;" valign="top"&gt;&lt;h3&gt;SMA&lt;/h3&gt;&lt;/td&gt;       &lt;td style="background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-size: 13px; font-weight: bold; width: 50%;" valign="top"&gt;&lt;h3&gt;EMA&lt;/h3&gt;&lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td style="background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-size: 13px; font-weight: bold; width: 100px;" valign="top"&gt;&lt;h3&gt;Pros:&lt;/h3&gt;&lt;/td&gt;       &lt;td style="width: 50%;" valign="top"&gt;Displays a smooth chart, which eliminates most fakeouts. &lt;/td&gt;       &lt;td style="width: 50%;" valign="top"&gt;Quick moving, and is good at showing recent price swings. &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td style="background: rgb(204, 204, 204) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-size: 13px; font-weight: bold; width: 100px;" valign="top"&gt;&lt;h3&gt;Cons:&lt;/h3&gt;&lt;/td&gt;       &lt;td style="width: 50%;" valign="top"&gt;Slow moving, which may cause a lag in buying and selling signals. &lt;/td&gt;       &lt;td style="width: 50%;" valign="top"&gt;More prone to cause fakeouts and give errant signals. &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt; &lt;/table&gt; &lt;p style="text-align: justify;"&gt;So which one is better? It’s really up to you to decide.  Many traders plot several different moving averages to give them both sides of the story. They might use a longer period simple moving average to find out what the overall trend is, and then use a shorter period exponential moving average to find a good time to enter a trade. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;In fact, many trading systems are built around what is called “Moving Average Crossovers”.  Later in this course, we will give you an example of how you can use moving averages as part of your trading system.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;Time for recess! Go find a chart and start playing with some moving averages. Try out different types and look at different periods. In time, you will find out which moving averages work best for you. Class dismissed!&lt;br /&gt;&lt;/div&gt;&lt;h2&gt;Summary&lt;/h2&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A moving average  is a way to smooth out price action. &lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt;There are many  types of moving averages. The 2 most common types are: Simple Moving Average  and Exponential Moving Average.&lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt;Simple moving  averages are the simplest form of moving averages, but they are susceptible to  spikes. &lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt;Exponential  moving averages put more weight to recent prices and therefore show us what  traders are doing now. &lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt;It is much more  important to know what traders are doing now than to see what they did last  week or last month. &lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;Simple moving  averages are smoother than Exponential moving averages. &lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt;Longer period  moving averages are smoother than shorter period moving averages. &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Choppy moving averages are quicker to respond to price action and can catch trends early.  However, because of their quick reaction, they are susceptible to spikes and can fake you out. &lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt;Smooth moving averages are slower to respond to price action but will save you from spikes and fake outs. However, because of their slow reaction, they can delay you from taking a trade and may cause you to miss some good opportunities. &lt;/li&gt;&lt;/ul&gt;   &lt;div style="text-align: justify;"&gt;The best way to use moving averages is to plot different types on a chart so that you can see both long term movement and short term movement.&lt;br /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Pivot Points</title><link>http://forextheworld.blogspot.com/2008/06/pivot-points.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 27 Jun 2008 02:41:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1308667557905980332</guid><description>&lt;p style="text-align: justify;"&gt;Professional traders and market makers use pivot points to identify important support and resistance levels. Simply put, a pivot point and its support/resistance levels are areas at which the direction of price movement can possibly change. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Pivot points are especially useful to short-term traders who  are looking to take advantage of small price movements. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Pivot points can be used by both range-bound traders and breakout traders. Range-bound traders use pivot points to identify reversal points. Breakout traders use pivot points to recognize key levels that need to be broken for a move to be classified as a real deal breakout.&lt;/p&gt;&lt;p&gt;Here is an example of pivot points plotted on a 1-hour  EUR/USD chart:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.babypips.com/images/pivot-points/pivot-point-1-lg.gif" rel="lightbox&amp;quot;"&gt;&lt;img src="http://www.babypips.com/images/pivot-points/pivots.gif" alt="Forex Pivot Point" class="enlarge" border="1" height="327" width="525" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;How to Calculate Pivot Points&lt;/h2&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;The pivot point and associated support and resistance levels are calculated by using the last trading session’s open, high, low, and close. Since Forex is a 24-hour market, most traders use the New York closing time of 4:00pm EST as the previous day’s close. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The calculation for a pivot point is shown below:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Pivot point (PP)&lt;/strong&gt; = (High + Low + Close)  / 3&lt;/p&gt; &lt;/blockquote&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Support and resistance levels are then calculated off the  pivot point like so:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;First level support and resistance:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;First support (S1)&lt;/strong&gt; = (2*PP) – High&lt;/p&gt;   &lt;p&gt; &lt;strong&gt;First resistance (R1)&lt;/strong&gt; = (2*PP) – Low &lt;/p&gt; &lt;/blockquote&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Second level of support and resistance:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Second support (S2)&lt;/strong&gt; = PP – (High – Low)&lt;br /&gt;   &lt;br /&gt;    &lt;strong&gt;Second resistance (R2)&lt;/strong&gt; = PP + (High - Low)&lt;/p&gt; &lt;/blockquote&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Don’t worry you don’t have to perform these calculations yourself. Your charting software will automatically do it for you and plot it on the chart.&lt;/p&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;Also keep in mind that some charting software also provides additional pivot point features such as a third support and resistance level and intermediate levels or mid-point levels (levels in between the main pivot point and support and resistance level). &lt;/p&gt; &lt;p&gt;These “extra levels” aren’t as significant  as the main five but it doesn’t hurt to pay attention to them. Here’s an  example:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/pivot-points/full-pivot-points.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Pivot Points" src="http://www.babypips.com/images/pivot-points/full-pivot-points-s.gif" border="1" height="327" width="525" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;How to Trade with Pivot Points&lt;/h2&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;Breakout Trades&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The pivot point should be the first place you look at to enter a trade, since it is the primary support/resistance level. The biggest price movements usually occur at the price of the pivot point. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Only when price reaches the pivot point will you be able to determine whether to go long or short, and set your profit targets and stops. Generally, if prices are above the pivot it’s considered bullish, and if they are below it’s considered bearish. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Let’s say the price is hovering around the pivot point and closes below it so you decide to go short. Your stop loss would be above PP and your initial profit target would be at S1. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;However, if you see prices continue to fall below S1, instead of cashing out at S1, you can move your existing stop-loss order just above S1 and watch carefully. Typically, S2 will be the expected lowest point of the trading day and should be your ultimate profit objective. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; The converse applies during an uptrend. If price closed above PP, you would enter a long position, set a stop loss below PP and use the R1 and R2 levels as your profit objectives. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;Range-bound Trades&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The strength of support and resistance at the different pivot levels is determined by the number of times the price bounces off the pivot level. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The more times a currency pair touches a pivot level then reverses, the stronger the level is. Pivoting simply means reaching a support or resistance level and then reversing. Hence, the word “pivot”. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If the pair is nearing an upper resistance level, you could sell the pair and place a tight protective stop just above the resistance level. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If the pair keeps moving higher and breaks out above the resistance level, this would be considered an upside “breakout”. You would also get stopped out of your short order but if you believe that the breakout has good follow-through buying strength, you can reenter with a long position. You would then place your protective stop just below the former resistance level that was just penetrated and is now acting as support. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If the pair is nearing a lower  support level, you could buy the pair and place a stop below the support level. &lt;/p&gt;&lt;br /&gt;&lt;h4&gt;Theoretically Perfect?&lt;/h4&gt; &lt;p&gt;In theory, it sounds pretty  simple huh? Dream on, pal! &lt;/p&gt; &lt;p&gt;In the real world, pivot points don’t work all the time. Price tends to hesitate around pivot lines and at times it’s just ridiculously hard to tell what it will do next. &lt;/p&gt; &lt;p&gt;Sometimes the price will stop just before reaching a pivot line and then reverse meaning your profit target doesn’t get reached. Other times, it looks like a pivot line is a strong support level so you go long only to see the price fall, stop you out, then reverse back into your direction. &lt;/p&gt; &lt;p&gt;You must be very selective and  create a pivot point trading strategy that you intend to strictly follow. &lt;/p&gt; &lt;p&gt;Let’s go look at a chart to see  just how difficult and easy pivot points might be. &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/pivot-points/pivot-point-3-lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Pivot Points" src="http://www.babypips.com/images/pivot-points/pivot-point-3-s.gif" border="1" height="327" width="525" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Ooooh pretty colors! We like... &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Look at the orange oval. Notice how the PP was a strong support but if you went long on PP, it never was able to rise up to R1. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Look at the first purple circle. The pair broke down through PP but failed to reach S1 before reversing back to PP. On the second break down though (second purple circle), the pair did manage to reach S1 before once again reversing back to PP. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Look at the pink oval. Again, PP  acted as strong support but never was able to rise up to R1. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;On the yellow circle, the pair broke out to the downside again, sliced right through S1, and managed to fall all the way down to S2. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If you ever attempted to go long  on this chart, you would have been stopped out every single time. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Personally, we would have not even thought about buying this pair - Why not? Well we have a little secret. What we didn’t show you regarding this chart was that this pair was trending down for quite some time now. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Remember the trend is your  friend. We don’t like to backstab our friends, so we try our best to never  trade against the trend.&lt;br /&gt; &lt;br /&gt;In the next lesson, you will learn how to use multiple timeframes to trade with the correct trend direction so you’re able to minimize possible mistakes such as the one above.&lt;/p&gt;&lt;h2&gt;Forex Pivot Point Trading Tips&lt;/h2&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;Here are some easy to memorize tips that will help you to  make smart pivot point trading decisions. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;       &lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;If  price at PP, watch for a move back to R1 or S1.&lt;/li&gt;&lt;li&gt;If  price is at R1, expect a move to R2 or back towards PP.&lt;/li&gt;&lt;li&gt;If  price is at S1, expect a move to S2 or back towards PP.&lt;/li&gt;&lt;li&gt;If  price is at R2, expect a move to R3 or back towards R1.&lt;/li&gt;&lt;li&gt;If  price is at S2, expect a move to S3 or back towards S1.&lt;/li&gt;&lt;li&gt;If  there is no significant news to influence the market, price will usually move  from P to S1 or R1. &lt;/li&gt;&lt;li&gt;If there is significant news to influence the market price may go straight through R1 or S1 and reach R2 or S2 and even R3 or S3.&lt;/li&gt;&lt;li&gt;R3  and S3 are a good indication for the maximum range for extremely volatile days  but can be exceeded occasionally. &lt;/li&gt;&lt;li&gt;Pivot  lines work well in sideways markets as prices will most likely range between  the R1 and S1 lines. &lt;/li&gt;&lt;li&gt;In a  strong trend, price will blow through a pivot line and keep going.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h2&gt;Summary&lt;/h2&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="summary"&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;       &lt;p&gt;Pivot points are a technique used by professional traders and market makers to determine entry and exit points for the trading day based on the previous day’s trading activity. It’s best to use this technique after determining the direction of the trend. &lt;/p&gt;     &lt;/li&gt;&lt;li style="text-align: justify;"&gt;       &lt;p&gt;As the charts above show, pivots can be extremely useful in Forex since many currency pairs usually fluctuate between these levels. &lt;/p&gt;     &lt;/li&gt;&lt;li style="text-align: justify;"&gt;       &lt;p&gt;Range-bound traders will enter a buy order near identified  levels of support and a sell order when the pair nears resistance. &lt;/p&gt;     &lt;/li&gt;&lt;li&gt;&lt;div style="text-align: justify;"&gt;       &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Pivot points also allow breakout traders to identify key levels that need to be broken for a move to qualify as a bona fide breakout. &lt;/p&gt;     &lt;/li&gt;&lt;/ul&gt; &lt;/div&gt;&lt;br /&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;       &lt;p&gt;The simplicity of pivot points definitely makes them a useful tool to add to your trading toolbox. It allows you to see possible areas that are likely to cause price movement. You’ll become more in sync to market movements and make better trading decisions. &lt;/p&gt;     &lt;/li&gt;&lt;li&gt;&lt;div style="text-align: justify;"&gt;       &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Learn to use pivot points along with other technical analysis tools such candlestick patterns, MACD crossover, moving average crossovers, Stochastics overbought/oversold levels. The greater the confirmation, the greater your probability of success!&lt;/p&gt;     &lt;/li&gt;&lt;/ul&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Fibonacci</title><link>http://forextheworld.blogspot.com/2008/06/fibonacci.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 26 Jun 2008 17:48:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-3070227777182499574</guid><description>&lt;p style="text-align: justify;"&gt;We will be using Fibonacci ratios a lot in our trading so you better learn it and love it like your mother. Fibonacci is a huge subject and there are many different studies of Fibonacci with weird names but we’re going to stick to two: retracement and extension. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Let me first start by introducing you to the Fib man  himself…Leonard Fibonacci. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Leonard Fibonacci was a famous Italian mathematician, also called a super duper uber geek, who had an “aha!” moment and discovered a simple series of numbers that created ratios describing the natural proportions of things in the universe&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The ratios arise from the following number series: 1, 1, 2, 3,  5, 8, 13, 21, 34, 55, 89, 144 ……&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;This series of numbers is derived by starting with 1 followed by 2 and then adding 1 + 2 to get 3, the third number. Then, adding 2 + 3 to get 5, the fourth number, and so on.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;After the first few numbers in the sequence, if you measure the ratio of any number to that of the next higher number you get .618. For example, 34 divided by 55 equals 0.618. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If you measure the ratio between alternate numbers you get .382. For example, 34 divided by 89 = 0.382 and that’s as far as into the explanation as we’ll go. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;These ratios are called the “golden mean.” Okay that’s enough mumbo jumbo. Even I’m about to fall asleep with all these numbers. I'll just cut to the chase; these are the ratios you have to know:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Fibonacci  Retracement Levels&lt;/strong&gt;&lt;br /&gt;0.236, 0.382, 0.500,  0.618, 0.764&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Fibonacci Extension Levels&lt;/strong&gt;&lt;br /&gt;  0, 0.382, 0.618, 1.000,  1.382, 1.618&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;You won’t really need to know how to calculate all of this. Your charting software will do all the work for you. But it’s always good to be familiar with the basic theory behind the indicator so you’ll have knowledge to impress your date.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Traders use the Fibonacci retracement levels as &lt;strong&gt;support and resistance levels&lt;/strong&gt;. Since so many traders watch these same levels and place buy and sell orders on them to enter trades or place stops, the support and resistance levels become a self-fulfilling expectation.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Traders use the Fibonacci extension levels as &lt;strong&gt;profit taking levels&lt;/strong&gt;. Again, since so many traders are watching these levels and placing buy and sell orders to take profits, this tool usually works due self-fulfilling expectations.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Most charting software includes both Fibonacci retracement levels and extension level tools. In order to apply Fibonacci levels to your charts, you’ll need to identify Swing High and Swing Low points. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;A Swing High is a candlestick with at least two lower highs on  both the left and right of itself.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;A Swing Low is a candlestick with at least two higher lows on  both the left and right of itself.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Let's take a closer look at Fibonacci retracement levels...&lt;/p&gt;&lt;h2&gt;Fibonacci Retracement&lt;/h2&gt;&lt;div style="text-align: justify;"&gt;In an uptrend, the general idea is to go long the market on a retracement to a Fibonacci support level. In order to find the retracement levels, you would click on a significant Swing Low and drag the cursor to the most recent Swing High. This will display each of the Retracement Levels showing both the ratio and corresponding price level. Let’s take a look at some examples of markets in an uptrend.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;This is an hourly chart of USD/JPY. Here we plotted the Fibonacci Retracement Levels by clicking on the Swing Low at 110.78 on 07/12/05 and dragging the cursor to the Swing High at 112.27 on 07/13/05. You can see the levels plotted by the software. The Retracement Levels were 111.92 (0.236), 111.70 (0.382), 111.52 (0.500), and 111.35 (0.618). Now the expectation is that if USD/JPY retraces from this high, it will find support at one of the Fibonacci Levels because traders will be placing buy orders at these levels as the market pulls back. &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-retracement-lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Fibonacci Retracement" src="http://www.babypips.com/images/chart-types/fibonacci-retracement-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Now let’s look at what actually happened after the Swing High occurred. The market pulled back right through the 0.236 level and continued the next day piercing the 0.382 level but never actually closing below it.  Later on that day, the market resumed its upward move. Clearly buying at the 0.382 level would have been a good short term trade. &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-retracement-2--lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Fibonacci Retracement" src="http://www.babypips.com/images/chart-types/fibonacci-retracement-2--sm.gif" rel="lightbox" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Now let’s see how we would use Fibonacci Retracement Levels during a downtrend. This is an hourly chart for EUR/USD. As you can see, we found our Swing High at 1.3278 on 02/28/05 and our Swing Low at 1.3169 a couple hours later. The Retracement Levels were 1.3236 (0.618), 1.3224 (0.500), 1.3211 (0.382), and 1.3195 (.236). The expectation for a downtrend is if it retraces from this high, it will encounter resistance at one of the Fibonacci Levels because traders will be placing sell orders at these levels as the market attempts to rally.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-retracement-downtrend.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Fibonacci Retracement during a Downtrend" src="http://www.babypips.com/images/chart-types/fibonacci-retracement-downtrend-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Let’s check out what happened next. Now isn’t that a thing of beauty! The market did try to rally but it barely past the 0.500 level spiking to a high 1.3227 and it actually closed below it. After that bar, you can see that the rally reversed and the downward move continued. You would have made some nice dough selling at the 0.382 level.&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-retracement-downtrend-after-lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Fibonacci Retracement during a Downtrend" src="http://www.babypips.com/images/chart-types/fibonacci-retracement-downtrend-after-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Here’s another example. This is an hourly chart for GBP/USD. We had a Swing High of 1.7438 on 07/26/05 and a Swing Low of 1.7336 the next day. So our Retracement Levels are: 1.7399 (0.618), 1.7387 (0.500), 1.7375 (0.382), and 1.7360 (0.236). Looking at the chart, the market looks like it tried to break the 0.500 level on several occasions, but try as it may, it failed. So would putting a sell order at the 0.500 level be a good trade?&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-false-retracement-before.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="False Fibonacci Retracement" src="http://www.babypips.com/images/chart-types/fibonacci-false-retracement-before-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;If you did, you would have lost some serious cheddar! Take a look at what happened. The Swing Low looked to be the bottom for this downtrend as the market rallied above the Swing High point.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-false-retracement-after-lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="False Fibonacci Retracement" src="http://www.babypips.com/images/chart-types/fibonacci-false-retracement-after-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;You  can see from these examples the market &lt;em&gt;usually&lt;/em&gt; finds at least temporary support (during an uptrend) or resistance (during a downtrend) at the Fibonacci Retracements Levels. It’s apparent that there a few problems to deal with here. There’s no way of knowing which level will provide support. The 0.236 seems to provide the weakest support/resistance, while the other levels provide support/resistance at about the same frequency. Even though the charts above show the market usually only retracing to the 0.382 level, it doesn’t mean the price will hit that level every time and reverse. Sometimes it’ll hit the 0.500 and reverse, other times it’ll hit the 0.618 and reverse, and other times the price will totally ignore Mr. Fibonacci and blow past all the levels like similar to the way Allen Iverson blows past his defenders with his nasty first step. Remember, the market will not always resume its uptrend after finding temporary support, but instead continue to decline below the last Swing Low. Same thing for a downtrend. The market may instead decide to continue above the last Swing High.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The placement of stops is a challenge. It’s probably best to place stops below the last Swing Low (on an uptrend) or above the Swing High (on a downtrend), but this requires taking a high level of risk in proportion to the likely profit potential in the trade. This is called reward-to-risk ratio. In a later lesson, you will learn more money management and risk control and how you would only take trades with certain reward-to-risk ratios.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Another problem is determining which Swing Low and Swing High points to start from to create the Fibonacci Retracement Levels. People look at charts differently and so will have their own version of where the Swing High and Swing Low points should be. The point is, there is no one right way to do it, but the bad thing is sometimes it becomes a guessing game.&lt;/p&gt;&lt;br /&gt;&lt;h2&gt;Fibonacci Extension&lt;/h2&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;The next use of Fibonacci you will  be applying is that of targets. Let’s start with an example in an uptrend. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;In an uptrend, the general idea is to take profits on a long trade at a Fibonacci Price Extension Level. You determine the Fibonacci extension levels by using three mouse clicks. First, click on a significant Swing Low, then drag your cursor and click on the most recent Swing High. Finally, drag your cursor back down and click on the retracement Swing Low. This will display each of the Price Extension Levels showing both the ratio and corresponding price levels.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;On this 1-hour USD/CHF chart, we plotted the Fibonacci extension levels by clicking on the Swing Low at 1.2447 on 08/14/05 and dragged the cursor to the Swing High at 1.2593 on 08/15/15 and then down to the retracement Swing Low of 1.2541 on 08/15/05. The following Fibonacci extension levels created are 1.2597 (0.382), 1.2631 (0.618), 1.2687 (1.000), 1.2743 (1.382), 1.2760 (1.500), and 1.2777 (1.618). &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-extension-before-lg.gif" rel="lightbox"&gt;&lt;img alt="Fibonacci Extension" class="enlarge" src="http://www.babypips.com/images/chart-types/fibonacci-extension-before-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Now let’s look at what actually  happened after the retracement Swing Low occurred. &lt;/p&gt; &lt;ul&gt;&lt;li&gt;The market rallied to the 0.500 level&lt;/li&gt;&lt;li&gt;fell back to the retracement Swing Low&lt;/li&gt;&lt;li&gt;then rallied back up to the 0.500 level&lt;/li&gt;&lt;li&gt;fell back slightly&lt;/li&gt;&lt;li&gt;rallied to the 0.618 level&lt;/li&gt;&lt;li&gt;fell back to the 0.382 level which acted as       support&lt;/li&gt;&lt;li&gt;then rallied all the way to the 1.382 level&lt;/li&gt;&lt;li&gt;consolidated a bit&lt;/li&gt;&lt;li&gt;then rallied to the 1.500 level&lt;/li&gt;&lt;/ul&gt; &lt;h4&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-extension-after-lg.gif" rel="lightbox"&gt;&lt;img alt="Fibonacci Extension" class="enlarge" src="http://www.babypips.com/images/chart-types/fibonacci-extension-after-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/h4&gt; &lt;p style="text-align: justify;"&gt;You can see from these examples that the market often finds at least temporary resistance at the Fibonacci extension levels - not always, but often. As in the examples of the retracement levels, it should be apparent that there are a few problems to deal with here as well. First, there is no way of knowing which level will provide resistance. The 0.500 level was a good level to cover any long trades in the above example since the market retraced back to its original level, but if you didn’t get back in the trade, you would have left a lot of profits on the table.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Another problem is determining which Swing Low to start from in creating the Fibonacci Extension Levels. One way is from the last Swing Low as we did in the examples; another is from the lowest Swing Low of the past 30 bars. Again, the point is that there is no one right way to do it, and consequently it becomes a guessing game.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Alright, let’s see how Fibonacci extension levels can be used during a downtrend. In a downtrend, the general idea is to take profits on a short trade at a Fibonacci price extension level since the market often finds at least temporary support at these levels. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;On this 1-hour EUR/USD chart, we plotted the Fibonacci extension levels by clicking on the Swing High at 1.21377 on 07/15/05 and dragged the cursor to the Swing Low at 1.2021 on 08/15/15 and then down to the retracement High of 1.2085. The following Fibonacci extension levels created are 1.2041 (0.382), 1.2027 (0.500), 1.2013 (0.618), 1.1969 (1.000), 1.1925 (1.382), 1.1911 (1.500), and 1.1897 (1.618). &lt;/p&gt; &lt;h4&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-extension-downtrend-before-lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Fibonacci Extension" src="http://www.babypips.com/images/chart-types/fibonacci-extension-downtrend-before-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/h4&gt; &lt;p style="text-align: justify;"&gt;Now let’s look at what actually  happened after the retracement Swing Low occurred. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;The market fell down almost to the 0.382 level       which for right now is acting as a support level&lt;/li&gt;&lt;li&gt;The market then traded sideways between the       retracement Swing High level and 0.382 level&lt;/li&gt;&lt;li&gt;Finally, the market broke through the 0.382 and       rested on the 0.500 level&lt;/li&gt;&lt;li&gt;Then it broke the 0.500 level and fell all the       way down to the 1.000 level&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.babypips.com/images/chart-types/fibonacci-extension-downtrend-after-lg.gif" rel="lightbox"&gt;&lt;img class="enlarge" alt="Fibonacci Extension" src="http://www.babypips.com/images/chart-types/fibonacci-extension-downtrend-after-sm.gif" border="0" height="329" width="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Alone, Fibonacci levels will not make you rich. However, Fibonacci levels are definitely useful as part of an effective trading method that includes other analysis and techniques. You see, the key to an effective trading system is to integrate a few indicators (not too many) that are applied in a way that is not obvious to most observers. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;All successful traders know it’s how you use and integrate the indicators (including Fibonacci) that makes the difference. The lesson learned here is that Fibonacci Levels can be a useful tool, but never enter or exit a trade based on Fibonacci Levels alone.&lt;/p&gt;&lt;h2&gt;Summary&lt;/h2&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;Fibonacci retracement levels are 0.236, 0.382, 0.500,  0.618, 0.764&lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Traders use the Fibonacci retracement levels as &lt;strong&gt;support and resistance levels&lt;/strong&gt;. Since so many traders watch these same levels and place buy and sell orders on them to enter trades or place stops, the support and resistance levels become a self-fulfilling expectation.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Fibonacci extension levels are 0, 0.382, 0.618, 1.000,  1.382, 1.618&lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Traders use the Fibonacci extension levels as &lt;strong&gt;profit taking levels&lt;/strong&gt;. Again, since so many traders are watching these levels and placing buy and sell orders to take profits, this tool usually works due self-fulfilling expectations.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;In order to apply Fibonacci levels to your charts, you’ll need to identify Swing High and Swing Low points. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;A Swing High is a candlestick with at least two lower highs on  both the left and right of itself.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;A Swing Low is a candlestick with at least two higher lows on  both the left and right of itself.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Elliott Wave Theory</title><link>http://forextheworld.blogspot.com/2008/06/elliott-wave-theory.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Mon, 23 Jun 2008 04:45:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1736171059492814841</guid><description>&lt;p style="text-align: justify;"&gt;Back in the old school days during the 1920-30s, there was this mad genius named Ralph Nelson Elliott.  Elliott discovered that stock markets, thought to behave in a somewhat chaotic manner, actually, did not. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;They traded in repetitive cycles, which he pointed out were the emotions of investors and traders caused by outside influences (ahem, CNBC) or the predominant psychology of the masses at the time. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Elliott explained that the upward and downward swings of the mass psychology always showed up in the same repetitive patterns, which were then divided into patterns he called "waves". He needed to claim this observation and so he came up with a super original name: The Elliott Wave Theory. &lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;The 5 – 3 Wave  Patterns &lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Mr. Elliott showed that a  trending market moves in what he calls a 5-3 wave pattern. The first 5-wave  pattern is called &lt;strong&gt;impulse waves&lt;/strong&gt; and the last 3-wave pattern is called &lt;strong&gt;corrective  waves&lt;/strong&gt;. &lt;/p&gt; &lt;p&gt;Let’s first take a look at the  5-wave impulse pattern. It’s easier if you see it as a picture: &lt;/p&gt; &lt;p&gt;&lt;img src="http://www.babypips.com/images/elliott-wave/5%20wave.gif" alt="Elliott Wave Theory" border="0" height="429" width="480" /&gt;&lt;/p&gt; &lt;p&gt;That still  looks kind of confusing. Let’s splash some color on this bad boy.&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.babypips.com/images/elliott-wave/5%20wave%20color.gif" alt="Elliot Wave" border="0" height="430" width="480" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Ah  magnefico! Me likes colors. It’s so pretty! I’ve color-coded each wave along  with its wave count.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Here is a short description of what happens during each wave. I am going to use stocks for my example since stocks is what Mr. Elliott used but it really doesn’t matter what it is. It can easily be currencies, bonds, gold, oil, or Tickle Me Elmo dolls. The important thing is the Elliott Wave Theory can also be applied to the foreign exchange market. &lt;/p&gt; &lt;blockquote&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Wave 1 &lt;/strong&gt;&lt;br /&gt;The stock makes its initial move upwards. This is usually caused by a relatively small number of people that all of the sudden (for a variety of reasons real or imagined) feel that the price of the stock is cheap so it’s a perfect time to buy. This causes the price to rise.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Wave 2 &lt;/strong&gt;&lt;br /&gt;At this point enough people who were in the original wave consider the stock overvalued and take profits. This causes the stock to go down. However, the stock will not make it to its previous lows before the stock is considered a bargain again. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Wave 3 &lt;/strong&gt;&lt;br /&gt;This is usually the longest and strongest wave. The stock has caught the attention of the mass public. More people find out about the stock and want to buy it.  This causes the stock’s price to go higher and higher. This wave usually exceeds the high created at the end of wave 1. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Wave 4 &lt;/strong&gt;&lt;br /&gt;People take profits because the stock is considered expensive again. This wave tends to be weak because there are usually more people that are still bullish on the stock and are waiting to “buy on the dips”. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;   &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Wave 5 &lt;/strong&gt;&lt;br /&gt;This is the point that most people get on the stock, and is most driven by hysteria. You usually start seeing the CEO of the company on the front page of major magazines as the Person of the Year. People start coming up with ridiculous reasons to buy the stock and try to choke you when you disagree with them. This is when the stock becomes the most overpriced. Contrarians start shorting the stock which starts the ABC pattern.&lt;/p&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2&gt;ABC Correction&lt;/h2&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;The 5-wave trends are then corrected and reversed by 3-wave countertrends. Letters are used instead of numbers to track the correction. Check out this example of smokin’ hot 3-wave corrective wave pattern!&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.babypips.com/images/elliott-wave/5-3%20wave.gif" border="0" height="315" width="525" /&gt;&lt;/p&gt; &lt;p&gt;Just because I’ve been using a bull market as my primary example doesn’t mean the Elliott Wave theory doesn’t work on bear markets. The same 5 – 3 wave pattern can look like this:&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.babypips.com/images/elliott-wave/5-3%20wave%20downtrend.gif" border="0" height="319" width="525" /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Waves within a Wave&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The other important thing you have to know about the Elliot Wave Theory is that a wave is made of sub-waves? Huh? Let me show you another picture. Pictures are great aren't they? Yee-haw!&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.babypips.com/images/elliott-wave/5-3%20wave%20uptrend.gif" border="0" height="307" width="525" /&gt; &lt;/p&gt; &lt;p&gt;Do you see how Wave 1 is made up of a smaller 5-wave impulse pattern and Wave 2 is made up of smaller 3-wave corrective pattern? Each wave is always comprised of smaller wave patterns. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;Okay, let’s look at a real  example. &lt;/p&gt; &lt;p&gt;&lt;img class="enlarge" src="http://www.babypips.com/images/elliott-wave/chart-example-s.gif" border="2" height="326" width="525" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;As you can see, waves aren’t shaped perfectly in real life. You’ll also learn its sometimes difficult to label waves. But the more you stare at charts the better you’ll get. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Okay, that’s all you need to know about the Elliott Wave Theory. Remember the market moves in waves. Now when you hear somebody say “Wave 2 is complete.” You’ll know what the heck he is talking about. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If you wish to become an Elliott  Wave Theory guru, you can learn more about it at &lt;a target="_blank" href="http://www.elliottwave.com/"&gt;www.elliottwave.com&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;Summary&lt;/h2&gt;&lt;br /&gt;&lt;div id="summary"&gt;   &lt;ul&gt;&lt;li&gt;According to the Elliott Wave Theory, the market moves in repetitive patterns called waves. &lt;/li&gt;&lt;li&gt;A trending market moves in a 5-3 wave pattern. The first 5-wave pattern are called impulse waves. The second 3-wave pattern are called corrective waves. &lt;/li&gt;&lt;li&gt;If you look hard enough at a chart, you'll see that the market really does move in waves. &lt;/li&gt;&lt;/ul&gt; &lt;/div&gt;&lt;br /&gt;&lt;/blockquote&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>What is a Candlestick?</title><link>http://forextheworld.blogspot.com/2008/06/what-is-candlestick.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Sun, 22 Jun 2008 00:37:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-8633726836926465767</guid><description>&lt;p style="text-align: justify;"&gt;Back in the day when Godzilla was still a cute little lizard, the Japanese created their own old school version of technical analysis to trade rice. A westerner by the name of &lt;a target="_blank" href="http://www.candlecharts.com/"&gt;Steve  Nison&lt;/a&gt; “discovered” this secret technique on how to read charts from a fellow Japanese broker and Japanese candlesticks lived happily ever after. Steve researched, studied, lived, breathed, ate candlesticks, began writing about it and slowly grew in popularity in 90s. To make a long story short, without Steve Nison, candle charts might have remained a buried secret. Steve Nison is Mr. Candlestick. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Okay so what the heck are candlesticks?&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The best way to explain is by using a picture:&lt;/p&gt; &lt;h4 align="center"&gt;&lt;img class="candle" alt="Forex candlestick anatomy" src="http://www.babypips.com/images/candlestick-anatomy.gif" border="0" height="423" width="525" /&gt;&lt;/h4&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;Candlesticks  are formed using the open, high, low and close.  &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;If  the close is above the open, then a hollow candlestick (usually displayed as  white) is drawn. &lt;/li&gt;&lt;li&gt;If  the close is below the open, then a filled candlestick (usually displayed as  black) is drawn. &lt;/li&gt;&lt;li&gt;The hollow or filled section of the candlestick is called the  “real body” or body. &lt;/li&gt;&lt;li&gt;The thin lines poking above and below the body display the high/low  range and are called shadows.&lt;/li&gt;&lt;li&gt;The top of the upper shadow is the “high”.&lt;/li&gt;&lt;li&gt;The bottom of the lower shadow is the “low”.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h4&gt;Sexy  Bodies&lt;/h4&gt; &lt;p&gt; Just like humans, candlesticks have different body sizes. And when it comes to forex trading, there’s nothing naughtier than checking out the bodies of candlesticks! &lt;/p&gt; &lt;p&gt;Long  bodies indicate strong buying or selling. The longer the body is, the more intense the buying or selling pressure.  &lt;/p&gt; &lt;p&gt;Short  bodies imply very little buying or selling activity. In street forex lingo, bulls  mean buyers and bears mean sellers.&lt;/p&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;img alt="Long candlestick body versus short candlestick body" src="http://www.babypips.com/images/candlesticks/forex-candlestick-long-vs-short.gif" border="0" height="217" width="294" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="text-align: justify;"&gt;Long white candlesticks show strong buying pressure. The longer the white candlestick, the further the close is above the open. This indicates that prices increased considerably from open to close and buyers were aggressive. In other words, the bulls are kicking the bears’ butts big time!&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Long black (filled) candlesticks show strong selling pressure. The longer the black candlestick, the further the close is below the open. This indicates that prices fell a great deal from the open and sellers were aggressive. In other words, the bears were grabbing the bulls by their horns and body slamming them.&lt;/p&gt;&lt;h4 style="text-align: justify;"&gt;Mysterious Shadows&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The upper and lower shadows on candlesticks provide important  clues about the trading session. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Upper shadows signify the session high. Lower shadows signify the  session low. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Candlesticks with long shadows show that trading action occurred  well past the open and close. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Candlesticks with short shadows  indicate that most of the trading action was confined near the open and close. &lt;/p&gt; &lt;p align="center"&gt;&lt;img alt="Long shadows" src="http://www.babypips.com/images/candlesticks/forex-candlestick-long-shadows.gif" border="0" height="217" width="292" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;If a candlestick has a &lt;em&gt;long  upper shadow and short lower shadow&lt;/em&gt;, this means that buyers flexed their muscles and bided prices higher, but for one reason or another, sellers came in and drove prices back down to end the session back near its open price. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If a candlestick has a &lt;em&gt;long  lower shadow and short upper shadow&lt;/em&gt;, this means that sellers flashed their washboard abs and forced price lower, but for one reason or another, buyers came in and drove prices back up to end the session back near its open price.&lt;/p&gt;&lt;h4&gt;Spinning  Tops&lt;/h4&gt; &lt;p&gt;Candlesticks with a long upper shadow, long lower shadow and small real bodies are called spinning tops. The color of the real body is not very important. &lt;/p&gt; &lt;p&gt;The pattern indicates the &lt;strong&gt;indecision&lt;/strong&gt; between the buyers and sellers &lt;/p&gt; &lt;p align="center"&gt;&lt;img alt="Spinning Tops" src="http://www.babypips.com/images/candlesticks/forex-candlestick-spinning-tops.gif" border="0" height="196" width="296" /&gt;&lt;/p&gt; &lt;p&gt;The small real body (whether hollow or filled) shows little movement from open to close, and the shadows indicate that both buyers and sellers were fighting but nobody could gain the upper hand. &lt;/p&gt; &lt;p&gt;Even though the session opened and closed with little change, prices moved significantly higher and lower in the meantime. Neither buyers nor sellers could gain the upper hand, and the result was a standoff.  &lt;/p&gt; &lt;p&gt;If a spinning top forms during an uptrend, this usually means there aren’t many buyers left and a possible reversal in direction could occur.  &lt;/p&gt; &lt;p&gt;If a spinning top forms during a downtrend, this usually means there aren’t many sellers left and a possible reversal in direction could occur.  &lt;/p&gt; &lt;h4&gt;&lt;strong&gt;&lt;a name="Marabozu"&gt;&lt;/a&gt;&lt;/strong&gt; Marubozu&lt;/h4&gt; &lt;p style="text-align: justify;"&gt; Sounds like some kind of voodoo magic huh? "I will cast the evil spell of the Marubozu on you!" Fortunately, that's not what it means. Marubozu means there are no shadows from the bodies. Depending on whether the candlestick’s body is filled or hollow, the high and low are the same as it’s open or close. If you look at the picture below, there are two types of Marubozus. &lt;/p&gt; &lt;p align="center"&gt;&lt;img alt="Marubozu" src="http://www.babypips.com/images/candlesticks/forex-candlestick-marubozu.gif" border="0" height="255" width="296" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;A &lt;strong&gt;White Marubozu &lt;/strong&gt;contains a long white body with no shadows. The  &lt;strong&gt;open price equals the low price&lt;/strong&gt; and the &lt;strong&gt;close price equals the high  price&lt;/strong&gt;. This is a very bullish candle as it shows that buyers were in control the whole entire session. It usually becomes the first part of a bullish continuation or a bullish reversal pattern.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;A  &lt;strong&gt;Black Marubozu&lt;/strong&gt; contains a long black body with no shadows. The &lt;strong&gt;open  equals the high&lt;/strong&gt; and the &lt;strong&gt;close equals the low&lt;/strong&gt;. This is a very bearish candle as it shows that sellers controlled the price action the whole entire session. It usually implies bearish continuation or bearish reversal.&lt;/p&gt;&lt;h4&gt;Doji&lt;/h4&gt; &lt;p style="text-align: justify;"&gt; Doji candlesticks have the same open and close price or at least their bodies are extremely short. The doji should have a very small body that appears as a thin line. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Doji suggest indecision or a struggle for turf positioning between buyers and sellers. Prices move above and below the open price during the session, but close at or very near the open price. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Neither buyers nor sellers were able to gain control and the  result was essentially a draw. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;There are four special types of Doji lines. The length of the upper and lower shadows can vary and the resulting candlestick looks like a cross, inverted cross or plus sign. The word "Doji" refers to both the singular and plural form.&lt;/p&gt; &lt;p&gt; &lt;img style="border: 0pt none ;" alt="/school/images/doji-examples.gif" src="http://www.babypips.com/school/images/doji-examples.gif" height="152" width="525" /&gt;  &lt;/p&gt; &lt;p&gt;When a doji forms on your chart, pay special attention to the preceding  candlesticks. &lt;/p&gt; &lt;p style="text-align: justify;"&gt;If a doji forms after a series of candlesticks with long hollow bodies (like white marubozus), the doji signals that the buyers are becoming exhausted and weakening. In order for price to continue rising, more buyers are needed but there aren’t anymore! Sellers are licking their chops and are looking to come in and drive the price back down.  &lt;/p&gt; &lt;p align="center"&gt;&lt;img alt="Long Doji" src="http://www.babypips.com/images/candlesticks/forex-candlestick-long-white-candle-doji.gif" border="0" height="244" width="296" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Keep in mind that even after a doji forms, this doesn’t mean to automatically short. Confirmation is still needed. Wait for a bearish candlestick to close below the long white candlestick’s open. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;If a doji forms after a series of candlesticks with long filled bodies (like black marubozus), the doji signals that sellers are becoming exhausted and weakening. In order for price to continue falling, more sellers are needed but sellers are all tapped out! Buyers are foaming in the mouth for a chance to get in cheap. &lt;/p&gt; &lt;p align="center"&gt;&lt;img alt="Black Doji" src="http://www.babypips.com/images/candlesticks/forex-candlestick-long-black-candle-doji.gif" border="0" height="244" width="296" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;While the decline is sputtering due to lack of new sellers, further buying strength is required to confirm any reversal. Look for a white candlestick to close above the long black candlestick’s open.&lt;/p&gt;&lt;h4&gt;Prior Trend&lt;/h4&gt; &lt;p style="text-align: justify;"&gt; For a pattern to qualify as a reversal pattern, there should be a prior trend to reverse. Bullish reversals require a preceding downtrend and bearish reversals require a prior uptrend. The direction of the trend can be determined using trendlines, moving averages, or other aspects of technical analysis.&lt;/p&gt; &lt;h4&gt;Hammer and Hanging Man &lt;/h4&gt; &lt;p&gt;  The hammer and hanging man&lt;em&gt; look&lt;/em&gt; exactly alike but have totally different meaning depending on past price action. Both have cute little bodies (black or white), long lower shadows and short or absent upper shadows. &lt;/p&gt; &lt;p align="center"&gt;&lt;img alt="Hammer and Hanging Man" src="http://www.babypips.com/images/candlesticks/forex-candlestick-hammer.gif" border="0" height="244" width="296" /&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;br /&gt;  &lt;img alt="Hanging Man" src="http://www.babypips.com/images/candlesticks/forex-candlestick-hammer-hanging-man.gif" border="0" height="295" width="464" /&gt;&lt;/p&gt; &lt;p&gt;The &lt;strong&gt;hammer&lt;/strong&gt; is a bullish  reversal pattern that forms during a  downtrend. It is named because the market is hammering out a bottom. &lt;/p&gt; &lt;p style="text-align: justify;"&gt;When price is falling, hammers signal that the bottom is near and price will start rising again. The long lower shadow indicates that sellers pushed prices lower, but buyers were able to overcome this selling pressure and closed near the open. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Word to the wise… just because you see a hammer form in a downtrend doesn’t mean you automatically place a buy order!  More bullish confirmation is needed before it’s safe to pull the trigger. A good confirmation example would be to wait for a white candlestick to close above the open of the candlestick on the left side of the hammer. &lt;/p&gt; &lt;p&gt; Recognition Criteria:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;The long shadow is about two or three times of the real body.&lt;/li&gt;&lt;li&gt;Little or no upper shadow.&lt;/li&gt;&lt;li&gt;The real body is at the upper end of the trading range.&lt;/li&gt;&lt;li&gt;The color of the real body is not important.&lt;/li&gt;&lt;/ul&gt; &lt;p style="text-align: justify;"&gt;The &lt;strong&gt;hanging man&lt;/strong&gt; is a bearish reversal pattern that can also mark a top or strong resistance level. When price is rising, the formation of a hanging man indicates that sellers are beginning to outnumber buyers. The long lower shadow shows that sellers pushed prices lower during the session. Buyers were able to push the price back up some but only near the open. This should set off alarms since this tells us that there are no buyers left to provide the necessary momentum to keep raising the price. &lt;a name="invertedhammershootingstar"&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p&gt; Recognition Criteria:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A long lower shadow which is about two or three times of the real body.&lt;/li&gt;&lt;li&gt;Little or no upper shadow.&lt;/li&gt;&lt;li&gt;The real body is at the upper end of the trading range.&lt;/li&gt;&lt;li&gt;The color of the body is not important, though a black body is more bearish than a white body.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div id="summary"&gt; &lt;p&gt;Candlesticks  are formed using the o&lt;strong&gt;pen, high, low&lt;/strong&gt; and &lt;strong&gt;close&lt;/strong&gt;.  &lt;/p&gt; &lt;ul&gt;&lt;li&gt;If  the close is above the open, then a hollow candlestick (usually displayed as  white) is drawn. &lt;/li&gt;&lt;li&gt;If  the close is below the open, then a filled candlestick (usually displayed as  black) is drawn. &lt;/li&gt;&lt;li&gt;The hollow or filled section of the candlestick is called the  “real body” or body. &lt;/li&gt;&lt;li&gt;The thin lines poking above and below the body display the high/low  range and are called shadows.&lt;/li&gt;&lt;li&gt;The top of the upper shadow is the “high”.&lt;/li&gt;&lt;li&gt;The bottom of the lower shadow is the “low”.&lt;/li&gt;&lt;/ul&gt; &lt;p style="text-align: justify;"&gt;Long  bodies indicate strong buying or selling. The longer the body is, the more intense the buying or selling pressure. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Short  bodies imply very little buying or selling activity. In street forex lingo, bulls  mean buyers and bears mean sellers.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Upper shadows signify the session high. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Lower shadows signify the  session low.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Candlesticks with a long upper shadow, long lower shadow and small real bodies are called spinning tops. The pattern indicates the &lt;strong&gt;indecision&lt;/strong&gt; between the buyers and sellers&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Marubozu means there are no shadows from the bodies. Depending on whether the candlestick’s body is filled or hollow, the high and low are the same as it’s open or close.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Doji candlesticks have the same open and close price or at least their bodies are extremely short. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The hammer is a bullish reversal pattern that forms during a downtrend. It is named because the market is hammering out a bottom.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The hanging man is a bearish reversal pattern that can also mark a top or strong resistance level. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The inverted hammer occurs when price has been falling suggests the possibility of a reversal. &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The shooting star is a bearish reversal pattern that looks identical to the inverted hammer but occurs when price has been rising.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>The History of Japanese Candlesticks</title><link>http://forextheworld.blogspot.com/2008/06/history-of-japanese-candlesticks.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Sat, 21 Jun 2008 23:24:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-4295656177758192670</guid><description>&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:arial;font-size:100%;"&gt;Throughout Candlestick Analysis you are going to find many war-like references. Between 1500 and 1600 the territories of today's Japan were at constant war. Each daimyo (feudal lord) was in constant contention to take over their neighbor. This one hundred year period is known as Sengoku Jidai or the "Age of Country at War". This was a definite period of turmoil. It slowly came to order in the early 1600's through three dynamic generals - Nobunaga Oda, Hideyoshi Toyotomi, and Leyasu Tokugawa. Their combined leadership prowess has become legendary folklore in Japan's history. Their achievements are described as: "Nobunaga piled the rice, Hideyoshi kneaded the dough, and Tokugawa ate the cake." All the contributions from these great generals unified Japan into one nation. Tokugawa's family ruled the country from 1615 to 1867. This become known as the Tokugawa Shogunate Era.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:arial;font-size:100%;"&gt;While the Candlestick methodology was being developed, a military environment persisted in Japan. Understandably, the Candlestick technique employs extensive military terminology for its explanations. Investing is correlated to battle. It requires the same tactical abilities to win. The investor has to prepare for winning trades as a general prepares for battle. A strategy is required, the psychology of coming events have to be thought through. Competition comes into play. Aggressive maneuvers and strategic withdrawals are required to eventually win the war - to achieve financial success.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:arial;font-size:100%;"&gt;As stability settled over the Japanese culture during the early 17th centuy, new opportunities became apparent also. The centralized government lead by Tokugawa diminished the feudal system. Local markets began to expand to a national scale. The demise of local markets created the growth of technical analysis in Japan.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:arial;font-size:100%;"&gt;Osaka became regarded as Japan's capital during the Toyotomi reign. Its location near the sea made it a commercial center. Land travel was slow and dangerous, not to mention costly. It became a natural location for the development of the national depot system, assembling and disbursing supplies and market products. It rapidly evolved into Japan's largest city of finance and commerce. Osaka, the "Kitchen of Japan" with its vast system of warehouses, eventually established an atmosphere of price stability by reducing regional imbalances of supply. Osaka became the profit center of all Japan, completely altering the normal social standards. In all other cities the quest for profits was despised. Japan was composed of four classes, the Soldier, the Farmer, the Artisan, and the Merchant. It was not until the 1700's that the merchants broke down the social barrier. "Mokarimakka" which means " are you making a profit?" is still the common greeting in Osaka today.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-family:arial;font-size:100%;"&gt;Under Hideyoshi's reign, a man named Yodoya Keian become a successful war merchant. He had exceptional abilities to transport, distribute and set the price of rice. His reputation become so well known, his front yard become the first rice exchange. Unfortunately, he became very wealthy. Unfortunate because the Bakufu (the military government lead by the Shogun) relieved him of all his fortune. This was done based upon the charge that he was living a life of luxury beyond his social rank. This was during a period in the mid 1600's when the Bakufu was becoming very leary of the merchant class. A number of merchants tried to corner the rice market. They were punished by having their children executed. They were exiled and their wealth was confiscated.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;span style="font-family:arial;font-size:100%;"&gt;The Dojima Rice Exchange, the institutionalized market that developed in Yodoya's front yard, was established in the late 1600's. Merchants were now capable of grading the rice, and negotiated setting the market price. After 1710, actual rice trad&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>USD/JPY - Dollar Yen, European Session - 10/06/08</title><link>http://forextheworld.blogspot.com/2008/06/usdjpy-dollar-yen-european-session.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Mon, 9 Jun 2008 23:04:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-5736449501966107452</guid><description>&lt;div class="analyse_texte"&gt;&lt;div style="text-align: justify;"&gt;106,64. USD JPY broke 106,30 resistance. The volatility is high. Bollinger bands are parallel and form the trend. ForexTrend 1H, 4H (Mataf Trend Indicator) is in a bullish configuration. 1H, 4H ForexSto (Modified Stochastic) indicate a bullish pressure on USD JPY. The uptrend should continue to gather momentum. The price should find a resistance below 107,30 (65 pips). If the resistance is broken then the target will be 109,00 (235 pips).&lt;br /&gt;=&gt; We could take a long position at 106,50. We will put the stop loss below 106,00 (-50 pips). The targets are 107,50 (+100 pips) 109,00 (+250 pips). &lt;b&gt;Each trade is dangerous, take care and put your stop loss&lt;/b&gt;. Trade configuration (1 Speculative -&gt; 4 Trend following): &lt;b&gt;2&lt;/b&gt;. &lt;/div&gt;&lt;div class="analyse_sr"&gt; &lt;dl&gt;&lt;dt&gt;Resistances&lt;/dt&gt;&lt;dd&gt;106,90 - 107,30&lt;/dd&gt;&lt;dt&gt;Supports&lt;/dt&gt;&lt;dd&gt;106,00 - 105,30&lt;/dd&gt;&lt;/dl&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="analyse_image"&gt;&lt;img src="http://www.mataf.net/images/_forex/usdjpy-006658.png" /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>USD/JPY - Dollar Yen</title><link>http://forextheworld.blogspot.com/2008/06/usdjpy-dollar-yen_06.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 6 Jun 2008 03:18:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1723000718408515510</guid><description>&lt;div class="FxAT_chart"&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdjpy.png" alt="USD/JPY - Dollar Yen" /&gt;&lt;/div&gt;&lt;h1 class="FxAT"&gt;USD/JPY - Dollar Yen&lt;/h1&gt;&lt;h2 class="FxAT"&gt;Short term (Intraday)&lt;/h2&gt;&lt;div style="text-align: justify;" class="FxAT_txt"&gt;106,08. USD JPY is in a consolidation after the last bullish movement. The price is just bellow 106,25 resistance. The volatility is low. Bollinger bands are flat. ForexTrend 1H, 4H (Mataf Trend Indicator) is in a bullish configuration. 1H, 4H ForexSto (Modified Stochastic) indicate a bullish pressure on USD JPY. The consolidation should continue. The price should find a resistance below 106,25 / 106,50. If the resistance is broken then the target will be 108,00.&lt;br /&gt;We are waiting for a break of resistance to take a long position. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>EUR/USD - Euro Dollar, European Session - 06/06/08</title><link>http://forextheworld.blogspot.com/2008/06/eurusd-euro-dollar-european-session.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 6 Jun 2008 03:17:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-8475105620971979044</guid><description>&lt;div class="analyse_texte"&gt;&lt;div style="text-align: justify;"&gt;1,5579. EUR USD broke 1,5480 resistance. EUR USD is in a consolidation after the last bullish movement. The volatility is high. Oscillators are neutral. The consolidation should continue. The price should continue to move in 1,5480 / 1,5630 range. We won’t take a position. &lt;/div&gt;&lt;div class="analyse_sr"&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;dl style="text-align: justify;"&gt;&lt;dt&gt;Resistances&lt;/dt&gt;&lt;dd&gt;1,5630 - 1,5680&lt;/dd&gt;&lt;dt&gt;Supports&lt;/dt&gt;&lt;dd&gt;1,5520 - 1,5480&lt;/dd&gt;&lt;/dl&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="analyse_image"&gt;&lt;img src="http://www.mataf.net/images/_forex/eurusd-006624.png" /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>EUR/USD - Euro Dollar</title><link>http://forextheworld.blogspot.com/2008/06/eurusd-euro-dollar_04.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Wed, 4 Jun 2008 22:20:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-4728221176613268461</guid><description>&lt;div class="FxAT_chart"&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/eurusd.png" alt="EUR/USD - Euro Dollar" /&gt;&lt;/div&gt;&lt;h1 class="FxAT"&gt;EUR/USD - Euro Dollar&lt;/h1&gt;&lt;h2 class="FxAT"&gt;Short term (Intraday)&lt;/h2&gt;&lt;div style="text-align: justify;" class="FxAT_txt"&gt;1,5403. EUR USD broke 1,5430 support. EUR USD is in an downtrend directed by 1H exponential moving averages. The volatility is high. Bollinger bands are deviated. ForexTrend 1H (Mataf Trend Indicator) is in a bearish configuration. 1H, 4H ForexSto (Modified Stochastic) indicate a bearish pressure on EUR USD. The downtrend should continue on 1,5350 (50 pips) support. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>USD/JPY - Dollar Yen</title><link>http://forextheworld.blogspot.com/2008/06/usdjpy-dollar-yen_04.html</link><author>noreply@blogger.com (Trading forex)</author><pubDate>Wed, 4 Jun 2008 22:15:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-4093045890807335452</guid><description>&lt;div class="FxAT_chart"&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdjpy.png" alt="USD/JPY - Dollar Yen" /&gt;&lt;/div&gt;&lt;h1 class="FxAT"&gt;USD/JPY - Dollar Yen&lt;/h1&gt;&lt;h2 class="FxAT"&gt;Short term (Intraday)&lt;/h2&gt;&lt;dl class="FxAT"&gt;&lt;dt class="FxAT"&gt;Resistances&lt;/dt&gt;&lt;dd class="FxAT"&gt;105,60 - 105,90&lt;/dd&gt;&lt;dt class="FxAT"&gt;Supports&lt;/dt&gt;&lt;dd class="FxAT"&gt;105,00 - 104,65&lt;/dd&gt;&lt;dt class="FxAT"&gt;Long term chart&lt;/dt&gt;&lt;dd class="FxAT"&gt;&lt;a href="http://www.mataf.net/en/forex-chart_usdjpy.htm"&gt;USD/JPY - Dollar Yen&lt;/a&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;div class="FxAT_txt"&gt;updated 05 juin 2008 04:50 GMT&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>USD/JPY - Dollar Yen</title><link>http://forextheworld.blogspot.com/2008/06/usdjpy-dollar-yen.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Wed, 4 Jun 2008 08:27:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-5369606910291036724</guid><description>&lt;div class="FxAT_chart"&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdjpy.png" alt="USD/JPY - Dollar Yen" /&gt;&lt;/div&gt;&lt;h1 class="FxAT"&gt;USD/JPY - Dollar Yen&lt;/h1&gt;&lt;h2 class="FxAT"&gt;Short term (Intraday)&lt;/h2&gt;&lt;div style="text-align: justify;" class="FxAT_txt"&gt;105,15. USD JPY is in a consolidation after the last bullish movement. USD JPY moves without trend and swings around exponential moving averages (EMA 50 and 100). The volatility decreases. Bollinger bands are tightened. Oscillators are neutral. The price should continue to move in 104,00 / 106,00 range. We won't take a position. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>EUR/USD - Euro Dollar</title><link>http://forextheworld.blogspot.com/2008/06/eurusd-euro-dollar.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Wed, 4 Jun 2008 08:22:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-5910514012900426872</guid><description>&lt;div class="FxAT_chart"&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/eurusd.png" alt="EUR/USD - Euro Dollar" /&gt;&lt;/div&gt;&lt;h1 class="FxAT"&gt;EUR/USD - Euro Dollar&lt;/h1&gt;&lt;h2 class="FxAT"&gt;Short term (Intraday)&lt;/h2&gt;&lt;div style="text-align: justify;" class="FxAT_txt"&gt;1,5459. EUR USD is in a consolidation after the last bearish movement. The volatility decreases. Bollinger bands are tightened. ForexTrend 1H (Mataf Trend Indicator) is in a bearish configuration. 4H ForexSto (Modified Stochastic) indicate a bearish pressure on EUR USD. The downtrend should continue on 1,5350 (100 pips) support.&lt;br /&gt;=&gt; We could take a short position at 1,5460. We will put the stop loss above 1,5500 (-40 pips). The targets are 1,5350 (110 pips) 1,5280 (180 pips). &lt;b&gt;Each trade is dangerous, take care and put your stop loss&lt;/b&gt;. Trade configuration (1 Speculative -&gt; 4 Trend following): &lt;b&gt;2&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Currency Majors Technical Analysis</title><link>http://forextheworld.blogspot.com/2008/04/currency-majors-technical-analysis_11.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 11 Apr 2008 08:46:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-7604641752414419646</guid><description>&lt;p class="autorentrada"&gt;Fri, Apr 11 2008, 12:48 GMT&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.fxstreet.com/search/contributors/contributor.aspx?Id=9f3a9c1b-c7be-44e2-96b5-b5e68fcf6cd3"&gt;Mataf.net&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;!-- #SELFPROMO# --&gt;&lt;br /&gt;&lt;!-- #SELFPROMO# --&gt;&lt;h3&gt;American Session&lt;/h3&gt;&lt;h3&gt;EUR/USD - Euro Dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;1,5829. EUR USD is in a range between 1,5730 and 1,5900. EUR USD moves without trend and swings around exponential moving averages (EMA 50 and 100). The volatility is high. ForexTrend daily, 4H (Mataf Trend Indicator) is in a bullish configuration. 1H ForexSto (Modified Stochastic) indicate a bullish pressure on EUR USD. The price should continue to move in Bollinger bands. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,5850 - 1,5900&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,5800 - 1,5725&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-eurusd.htm"&gt;EUR/USD - Euro Dollar &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/eurusd.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;USD/CAD - US Dollar Canadian Dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;1,0187. USD CAD made a false break and continues the actual trend.. The volatility is high. Bollinger bands are flat. Oscillators are neutral. The price should continue to move in Bollinger bands. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,0200 - 1,0220&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,0155 - 1,0130&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-usdcad.htm"&gt;USD/CAD - US Dollar Canadian Dollar &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdcad.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;USD/JPY - Dollar Yen&lt;/h3&gt;&lt;p&gt;101,13. USD JPY moves without trend and swings around exponential moving averages (EMA 50 and 100). The volatility is high. Oscillators are neutral. The price should continue to move in 100,00 / 103,00 range. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;101,60 - 102,50&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;100,80 - 100,00&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-usdjpy.htm"&gt;USD/JPY - Dollar Yen &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdjpy.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;GBP/JPY - British Pound Yen&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;199,49. GBP JPY moves without trend and swings around exponential moving averages (EMA 50 and 100). The volatility is high. Bollinger bands are deviated. Oscillators are neutral. The price should continue to move in 198,00 / 201,60 range. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;200,35 - 201,60&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;199,30 - 198,00&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-gbpjpy.htm"&gt;GBP/JPY - British Pound Yen &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/gbpjpy.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;EUR/JPY - Euro Yen&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;159,90. EUR JPY is in a range between 159,00 and 161,50. EUR JPY moves without trend and swings around exponential moving averages (EMA 50 and 100). The volatility is high. Oscillators are neutral. The price should continue to move in 159,00 / 161,50 range. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;160,65 - 161,50&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;159,75 - 159,00&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-eurjpy.htm"&gt;EUR/JPY - Euro Yen &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/eurjpy.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>IMF: Asian Countries Should Prepare Crisis Contingency Plans</title><link>http://forextheworld.blogspot.com/2008/04/imf-asian-countries-should-prepare.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 11 Apr 2008 08:44:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-2638845584895709701</guid><description>&lt;p style="margin-bottom: 18px; text-align: justify;"&gt;&lt;span style="font-size: 12px;"&gt;Fri, Apr 11 2008, 15:17 GMT&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.djnewswires.com/eu" target="_blank"&gt;http://www.djnewswires.com/eu &lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; IMF: Asian Countries Should Prepare Crisis Contingency Plans  &lt;pre&gt;   By Tom Barkley&lt;br /&gt;  Of DOW JONES NEWSWIRES &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;WASHINGTON -(Dow Jones)- Asian countries should prepare "contingency plans" in case the global financial crisis spills over into the region, an official from the International Monetary Fund said Friday.&lt;br /&gt;&lt;br /&gt;"Given the risks that we're seeing in global financial markets, I think monetary and regulatory authorities around the region need to monitor financial institutions and financial markets carefully and think about how they would cope with further pressures there," said David Burton, director of the IMF's Asia and Pacific Department.&lt;br /&gt;&lt;br /&gt;Preparations should be made for providing liquidity and bank capitalization, while regulatory frameworks should also be reviewed over the medium term, he said.&lt;br /&gt;&lt;br /&gt;Asia hasn't been immune to the financial market turmoil, but so far there haven't been any signs of a "significant credit squeeze," he said.&lt;br /&gt;&lt;br /&gt;  The economic outlook remains "quite favorable," he said, but risks are "tilted" to the downside.&lt;br /&gt;&lt;br /&gt;The Chinese government's upward revision Thursday of its 2007 growth estimate to 11.9% from 11.4% will likely alter the IMF's forecasts for 2007 and 2008 for both China and the region a little, but "won't change the overall picture," he said.&lt;br /&gt;&lt;br /&gt;The IMF's growth estimate for China, released earlier in the week, is 11.4% for 2007 and 9.3% for 2008. The 2008 forecast was slashed by 0.7 percentage points from the fund's January estimate. The IMF expects emerging Asian countries to grow 7.6% in 2008 and 7.9% in 2009.&lt;br /&gt;&lt;br /&gt;"At the same time that growth is starting to slow, inflation is rising significantly across the region," said Burton, adding that the price pressures constrain how much central banks can ease.&lt;br /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Forex - Dollar struggles as risk appetite falls</title><link>http://forextheworld.blogspot.com/2008/04/forex-dollar-struggles-as-risk-appetite.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 11 Apr 2008 08:34:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1949795645356470108</guid><description>&lt;p style="margin-bottom: 18px; text-align: justify;"&gt;&lt;span style="font-size: 12px;"&gt;Fri, Apr 11 2008, 15:08 GMT&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.afxnews.com/" target="_blank"&gt;http://www.afxnews.com &lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; LONDON (Thomson Financial) - The U.S. dollar has been struggling against the yen as risk appetite has fallen following a slide in US stocks, prompted by weak earnings at the world's biggest industrial conglomerate General Electric Co.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; GE's profits warning raised fears on the stock markets that the credit crunch is severely impacting the manufacturing sector in the US and is not just a concern among finance companies. &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; A worse than expected survey into US consumer confidence stoked concerns further. Sentiment, as measured by the Reuters/University of Michigan index, fell to 63.2 in early April from a reading of 69.5 in late March. Economists polled by Thomson's IFR Markets had expected sentiment to fall to 68.0.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; "This has fuelled fresh losses in dollar/yen, which has fallen to new session lows of 100.63," said Rhonda Staskow, analyst at Thomson IFR Markets.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Adding to the pressure has been a fall in US ten-year bond yields to session lows of 3.451 percent, Staskow said. &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; "The US 2-year yield spread over JGBs has collapsed to 113 basis points today, down from 124 basis points yesterday and this is adding to the dollar/yen selling pressure," said Staskow.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    The market's main point of interest is this weekend's G7 meeting of finance ministers and central bankers in Washington. &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; Analysts said that with the focus likely to be on improving liquidity conditions to help ease the economic impact of the credit crunch, currency issues are likely to take a back seat.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; Moreover, market participants noted that China is allowing its currency, the yuan, to appreciate relatively quickly -- at an annualised rate of 18 percent in the first quarter of the year.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; In addition, a weak dollar will support exports from the near recessionary US and that a strong euro will help dampen down inflationary pressures in the euro zone, to the likely relief of the ECB, which yesterday kept borrowing costs unchanged, in contrast to the Bank of England. &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; Thursday's comments from Jean-Claude Trichet, the European Central Bank's president, that he deplores volatility in currency markets suggest that the Europeans will at least bang the drum for tighter language in the communique. Overnight, the euro climbed to a new all-time high of 1.5895 dollars.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; Despite Trichet's concerns, the U.S. is unlikely to agree to any tougher language and may note that the dollar's rate of collapse has stalled.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; "If the G7 fails to harden its language at least on FX volatility then the knee jerk reaction on Monday would likely be to sell the dollar," said Benedikt Germanier, currency strategist. &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; "Trichet's comments that he deplores FX volatility suggest that at least the Europeans will be arguing for tighter language," he added. &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; Elsewhere, the euro struck a new all-time high of 0.8037 pounds amid ongoing concerns about the state of the UK economy following yesterday's Bank of England quarter point rate cut.&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;   &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;                       London 3.40 p.m.         London 8.58 a.m.     &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    U.S. dollar &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    yen                100.91 down from         101.68  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Swiss franc        0.9995 down from         1.0017  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Euro&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    U.S. dollar        1.5831 up from           1.5830  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    yen                159.78 down from         161.00  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Swiss franc        1.5831 down from         1.5864 &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    pound              0.8031 up from           0.8009  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Pound&lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    U.S. dollar        1.9701 down from         1.9756  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    yen                199.00 down from         201.03 &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Swiss franc        1.9703 unchanged         1.9803 &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    Australian dollar &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    U.S dollar         0.9304 down from         0.9328  &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    pound              0.4722 up from           0.4720 &lt;/p&gt;&lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;    yen                93.97 down from          94.95 &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>ECB's Weber Sees No Room At All To Discuss Interest Rate Cut</title><link>http://forextheworld.blogspot.com/2008/04/ecbs-weber-sees-no-room-at-all-to.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Fri, 11 Apr 2008 08:27:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-5525366038597519685</guid><description>&lt;p style="margin-bottom: 18px; text-align: justify;"&gt;&lt;span style="font-size: 12px;"&gt;Fri, Apr 11 2008, 14:51 GMT&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.djnewswires.com/eu" target="_blank"&gt;http://www.djnewswires.com/eu &lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; ECB's Weber Sees No Room At All To Discuss Interest Rate Cut &lt;br /&gt;&lt;br /&gt;WASHINGTON -(Dow Jones)- European Central Bank governing council member Axel Weber said Friday he doesn't share the International Monetary Fund's view that there is room for an interest rate cut by the central bank, as the fund underestimates upward pressures on prices.&lt;br /&gt;&lt;br /&gt;Weber, who is also president of the Deutsche Bundesbank, told reporters ahead of the Group of Seven leading industrialized nations' meeting of finance officials in Washington that the global economy is still in a robust state and the euro-zone and German economies are in a better shape than that of the U.S.&lt;br /&gt;&lt;br /&gt;"There is no leeway at all to discuss a rate cut," Weber said. Inflation in the euro zone is likely to have peaked in March - a preliminary estimate for the month showed consumer inflation at an annual clip of 3.5% - but the consumer price index is expected to stay above 3% for most of the year before falling below 3% toward the end of the year.&lt;br /&gt;&lt;br /&gt;On the growth outlook, Weber said that the IMF has focused too strongly on a risks scenario and a possible impact of the financial crisis on the world economy. He stressed that the outlook is too pessimistic.&lt;br /&gt;&lt;br /&gt;Speaking at the same briefing, German Finance Minister Peer Steinbrueck also said that the IMF's growth outlook is too pessimistic.&lt;br /&gt;&lt;br /&gt;In its World Economic Outlook report Wednesday, the IMF forecast 1.4% growth for Germany for this year and only 1.0% for 2009. In October, the IMF in its economic outlook report forecast 2.0% real gross domestic product growth while in its annual economic policy consultation on Germany from February, it only forecast 1.5% growth for the country.&lt;br /&gt;&lt;br /&gt;  The IMF's most recent prediction is less than the 1.6%-1.7% Steinbrueck forecasts for 2008 German economic growth.&lt;br /&gt;&lt;br /&gt;  For the euro zone, the IMF now forecasts 1.4% growth for 2008 and 1.2% for 2009.&lt;br /&gt;&lt;br /&gt;  Steinbrueck reiterated that there is no reason to cut the government's 2008 growth forecast of 1.7%.&lt;br /&gt;&lt;br /&gt;Looking ahead at 2009, Steinbrueck said it is currently hard to predict the country's economic performance as the financial crisis will "to a certain extent" hurt the German economy, albeit to a lesser extent than it will the U.S. economy.&lt;br /&gt;&lt;br /&gt;  "The U.S. are facing a recession," Steinbrueck said.&lt;br /&gt;&lt;br /&gt;Steinbrueck also said he can't follow the IMF's recent estimate that the financial market crisis might lead to potential losses from write-downs of bad debt approaching $1 trillion, particularly since in February it estimated the potential losses to reach around $400 billion.&lt;br /&gt;&lt;br /&gt;Asked whether the weak U.S. dollar will play a role in the G7 discussions, Steinbrueck said that it would, but behind closed doors He said that a euro trading at $1.60 "will massively touch upon German economic interests."&lt;br /&gt;&lt;br /&gt;His comments come as Germany's economy over the recent years has strongly depended on export growth. In the past, Steinbrueck has been known for saying he "loves" the strong euro, but he hasn't repeated such comments in recent months. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Currency Majors Technical Analysis</title><link>http://forextheworld.blogspot.com/2008/04/currency-majors-technical-analysis_10.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 10 Apr 2008 05:55:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-1709986333195190355</guid><description>&lt;p class="autorentrada"&gt;Thu, Apr 10 2008, 05:06 GMT&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.fxstreet.com/search/contributors/contributor.aspx?Id=9f3a9c1b-c7be-44e2-96b5-b5e68fcf6cd3"&gt;Mataf.net&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;!-- #SELFPROMO# --&gt;&lt;br /&gt;&lt;!-- #SELFPROMO# --&gt;&lt;h3&gt;European Session&lt;/h3&gt;&lt;h3&gt;EUR/USD - Euro Dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;1,5843. EUR USD broke 1,5800 resistance. EUR USD is in a consolidation after the last bullish movement. The volatility rises. Bollinger bands are tightened. ForexTrend 1H, 4H, daily (Mataf Trend Indicator) is in a bullish configuration. The price should find a resistance below 1,5860. The consolidation should continue. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,5860 - 1,5890&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,5800 - 1,5740&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-eurusd.htm"&gt;EUR/USD - Euro Dollar &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/eurusd.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;GBP/USD - British Pound Dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;1,9778. GBP USD is in a consolidation after the last bearish movement. The volatility is low. ForexTrend 4H (Mataf Trend Indicator) is in a bearish configuration. The consolidation should continue. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,9790 - 1,9850&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,9725 - 1,9650&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-gbpusd.htm"&gt;GBP/USD - British Pound Dollar &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/gbpusd.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;USD/CAD - US Dollar Canadian Dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;1,0177. USD CAD is in a consolidation after the last bullish movement. The volatility decreases. Bollinger bands are tightened. ForexTrend 1H (Mataf Trend Indicator) is in a bullish configuration. The price should find a support above 1,0160. The uptrend should continue to gather momentum. We won't take a position. The risk/reward ratio is too high to take a position.. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,0200 - 1,0220&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,0160 - 1,0110&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-usdcad.htm"&gt;USD/CAD - US Dollar Canadian Dollar &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdcad.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;USD/CHF - Dollar Swiss Franc&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;0,9967. USD CHF broke 1,0050 support. The volatility is high. Bollinger bands are parallel and form the trend. ForexTrend 1H (Mataf Trend Indicator) is in a bearish configuration. 1H, 4H ForexSto (Modified Stochastic) indicate a bearish pressure on USD CHF. The downtrend should continue to gather momentum. The target is expected at 0,9850 (115 pips). &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1,0030 - 1,0110&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;0,9950 - 0,9850&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-usdchf.htm"&gt;USD/CHF - Dollar Swiss Franc &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdchf.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;USD/JPY - Dollar Yen&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;100,94. USD JPY broke 101,50 support. The volatility is high. Bollinger bands are parallel and form the trend. 1H, 4H ForexSto (Modified Stochastic) indicate a bearish pressure on USD JPY. The downtrend should continue on 99,00 (195 pips) support. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resistances&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;101,50 - 102,00&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Supports&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;100,80 - 100,30&lt;/p&gt;&lt;p&gt;more information on &lt;a href="http://www.mataf.net/en/forex-usdjpy.htm"&gt;USD/JPY - Dollar Yen &lt;strong&gt;Click Here&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.mataf.net/section/devises/page/images/usdjpy.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Daily Forex Technical Report − Yen Steals the Show ahead of ECB &amp; BoE</title><link>http://forextheworld.blogspot.com/2008/04/daily-forex-technical-report-yen-steals.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 10 Apr 2008 05:53:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-4038578813462482156</guid><description>&lt;p style="text-align: justify;" class="autorentrada"&gt;Thu, Apr 10 2008, 08:12 GMT&lt;br /&gt;by ActionForex.com Team&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;a href="http://www.fxstreet.com/search/contributors/contributor.aspx?Id=fb556d06-7ee9-4844-8f3a-4d384d01752e"&gt;ActionForex.com&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;!-- #SELFPROMO# --&gt;&lt;br /&gt;&lt;!-- #SELFPROMO# --&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Action Insight Daily Report&lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Yen Steals the Show ahead of ECB &amp;amp; BoE &lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The Japanese yen steals the show from ECB &amp;amp; BOE today and is indeed the biggest mover so far, boosted by new that Singapore unexpectedly set a higher trading range for its currency. Note that we've been pointing out the loss of upside momentum in yen crosses as well as the possibly that short term tops are around the corner, if not already formed. Note that USD/JPY and GBP/JPY has taken out some intraday support level already. Further weakness in EUR/JPY will strengthen the case that yen's strengthen has come back broadly. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;EUR/GBP hits another record high of 0.8026 on expectation of closing rate gap between ECB and BOE after today's announcements. ECB is widely expected to keep rates unchanged at 4.00% today. Given re-emergence of inflation risks, which saw flash estimate of Eurozone CPI hitting a new high of 3.% in Mar, far above ECB's target of 2%, Trichet is expected to maintain the hawkish stance in the post meeting press conference. Improvement is business confidence, which is shown in Germany's Ifo Index's improvements from Jan's 103.4 to Mar's 104.8 is also giving the ECB another bullet to be on hold in the near future even though there are still risks to the down side in growth. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;On the other hand, BoE is widely expected to cut rates by 25bps to 5.00% today. Recent data showed further deterioration in consumer confidence as well as deepening in housing market recession. However, like other parts of the world, BoE is also facing the problem of re-emergence of inflation risk. Hence even though further rate cuts are still expected from BoE down the road, the pace will likely be unchanged at 25bps per quarter. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;Data released earlier saw Australian unemployment climbed from 4.0% to 4.1% in Mar. But the economy added more than expected 14.8k jobs. Japanese trade surplus surged to 1035b in Fe. Machine too orders, on the other hand, fell less than expected by -12.7% mom in Feb, leaving yoy rate at 2.4%. Looking ahead, Trade balance from UK, US and Canada will be released together with jobless claims and Fed budget in US. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;a href="http://www.actionforex.com/contentsection/action-insight/" target="_blank"&gt;More Technical Analysis Reports Here &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;USD/JPY Daily Outlook &lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Daily Pivots: (S1) 101.24; (P) 102.03; (R1) 102.59; &lt;a href="http://www.actionforex.com/technical-analysis/pivot-points/pivot-points-summary-200603205734/" target="_blank"&gt;More&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;USD/JPY dives sharply to as low as 100.72 today. Break of the inner rising trend line as well as 101.44 support indicates that whole rebound from 95.77 should have completed with three waves up to 102.94. Intraday bias is now flipped to the downside and further break of 98.55 support will confirm this case and bring retest of 95.77 low. On the upside, above 101.89 will turn intraday outlook neutral again and suggest that another high could be seen before a reversal. Decisive break of 103.59 resistance zone is still needed to indicate underlying upside momentum is still strong. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;In the bigger picture, as discussed before, USD/JPY has broken out of multi-year triangle consolidation pattern that started in 1998 at 147.68. The decline from 124.13 has met 76.4% retracement of 79.75 to 147.68 at 95.78 so far. Some support is seen at this level. But still, there is no sign of reversal yet. Also, the structure, of the current fall from 124.13 argues that USD/JPY is still in the middle of a larger down trend only. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;Medium term outlook remains bearish as long as 103.59 cluster resistance (61.8% retracement of 108.59 to 95.77 at 103.69) holds. Sustained trading below 95.78 will encourage further fall to next important psychological level at 90 first. However, firm break of 103.59 cluster resistance will argue that a medium term bottom is already in place. In such case, stronger medium term rebound should be seen to correct the whole fall from 124.13. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;a href="http://www.actionforex.com/contentsection/action-insight/"&gt;http://www.actionforex.com/contentsection/action-insight/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.actionforex.com/general-information/forex-newsletters/forex-newsletter-200507301487/" target="_blank"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Dollar fell versus the majors, but rallied against the commodity currencies on Wednesday</title><link>http://forextheworld.blogspot.com/2008/04/dollar-fell-versus-majors-but-rallied.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 10 Apr 2008 05:52:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-8239983237991726711</guid><description>&lt;p style="text-align: justify;" class="autorentrada"&gt;Thu, Apr 10 2008, 07:14 GMT&lt;br /&gt;by Cornelius Luca&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;a href="http://www.fxstreet.com/search/contributors/contributor.aspx?Id=debdcbdf-8540-420b-a173-56381ba998bd"&gt;Global Forex Trading&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;!-- #SELFPROMO# --&gt;&lt;br /&gt;&lt;!-- #SELFPROMO# --&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;The dollar fell versus the majors, but rallied against the commodity currencies on Wednesday. On Thursday the Bank of England should cut rates, but this should be priced in – if it doesn’t cable should rally further. The dollar should see weakness today.&lt;/p&gt;&lt;h3 style="text-align: justify;"&gt;&lt;br /&gt;Euro/dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;Euro/dollar surged to a new high on demand for EUR/GBP. My model turned long, and the overbought pair may still climb up today. Initial resistance now comes at 1.5904. The next level is 1.5945. Distant resistance looms at 1.6160 . Immediate support is at 1.5780. Below 1.5675, euro/dollar has distant support at 1.5540.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Oscillators are mixed.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;NEAR-TERM: Slightly bullish&lt;br /&gt;MEDIUM-TERM: Mixed&lt;br /&gt;LONG-TERM: Bullish&lt;/p&gt;&lt;h3 style="text-align: justify;"&gt;&lt;br /&gt;Dollar/yen&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;Dollar/yen finally fell on Wednesday but remained stuck in an inside range. My model remains (barely) long. The key level remains 102.30. Initial support is at 101.50. This is followed by 101.25 from a 50-point pivot, which targets 100.75 and 101.75. Immediate resistance is at 102.30 from a 50-point pivot, which targets 101.80 and 102.80. Above 102.95, the next level is at 103.40 from a 50-point pivot, which targets 102.90 and 103.90.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Oscillators are mixed.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;NEAR-TERM: Mixed&lt;br /&gt;MEDIUM-TERM: Mixed to slightly bullish&lt;br /&gt;LONG-TERM: Bearish&lt;/p&gt;&lt;h3 style="text-align: justify;"&gt;&lt;br /&gt;Sterling/dollar&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;Sterling/dollar reversed from a 1 ½-month low to save less than half of Tuesday’s losses. The selling pressure should continue into the BoE action. If it doesn’t cut, cable will explode higher. My model is still short. Initial resistance is at 1.9790. Above 1.9825 there is further resistance at 1.9880. This is followed by 1.9990. Immediate support is now seen at 1.9690. This is followed by 1.9615. Below 1.9585, distant support is at 1.9420.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Oscillators are falling.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;NEAR-TERM: Bearish?&lt;br /&gt;MEDIUM-TERM: Mixed with downside bias&lt;br /&gt;LONG-TERM: Mixed&lt;/p&gt;&lt;h3 style="text-align: justify;"&gt;&lt;br /&gt;Dollar/Swiss franc&lt;/h3&gt;&lt;p style="text-align: justify;"&gt;Dollar/Swiss fell to an eight-day low. My model remains barely long. Watch the support at .9976 for the next direction. Immediate now comes at .9975. The next support is at 0.9875. This is followed by 0.9750. Initial resistance is now seen at 1.0110. This is followed by 1.00180 and 1.0251.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Oscillators are mixed.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;NEAR-TERM: Mixed&lt;br /&gt;MEDIUM-TERM: Mixed&lt;br /&gt;LONG-TERM: Bearish&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Expectation on rate decision</title><link>http://forextheworld.blogspot.com/2008/04/expectation-on-rate-decision.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 10 Apr 2008 05:49:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-161871985352092275</guid><description>&lt;p class="autorentrada"&gt;Thu, Apr 10 2008, 08:27 GMT&lt;br /&gt;by Varengold Bank Research Team&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.fxstreet.com/search/contributors/contributor.aspx?Id=e261d3fb-cfc5-49b3-b5d8-cf5bcbcb9994"&gt;Varengold Wertpapierhandelsbank AG&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;!-- #SELFPROMO# --&gt;&lt;br /&gt;&lt;!-- #SELFPROMO# --&gt; &lt;p style="text-align: justify;"&gt;Today markets are breathing for the ECB’s policy meeting, with analysts expecting the bank to hold interest rates steady. But it’s ECB President Trichet’s press conference which will be the focus of attention and in special how he will acknowledge the impact of the credit crisis on the euro zone economy.&lt;br /&gt;&lt;/p&gt; &lt;h3&gt;Markets review&lt;br /&gt;&lt;/h3&gt; &lt;p style="text-align: justify;"&gt;In March Australia’s economy created 14.800 jobs, above a consensus forecast for a 10.000 increase. The unemployment rate was 4,1% in March. After the promulgation the AUD hits a session high of 0,9346.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The &lt;strong&gt;EUR/GBP&lt;/strong&gt; hit a record low of 0,8027 on market expectations that the BOE will cut interest rates to 5% from 5,25% later in the day. Sterling came under pressure after data showed that UK consumer morale fell and Britain’s economic growth slowed to 0,5% in the three month to March from 0,6% in the three month to February.&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The &lt;strong&gt;USD/JPY&lt;/strong&gt; fell broadly on Thursday. The dollar’s yield advantage has been lost through aggressive rate cuts by the Federal Reserve, which is widely expected to lower interest rates further at its April meeting. Traders mentioned the USD weakness may also be partly related to a CNBC report that Merrill Lynch has to record write-downs between $6 to $6,5 billion and will likely post a quarterly loss.&lt;br /&gt;&lt;/p&gt; &lt;h3&gt;Technical analysis&lt;/h3&gt; &lt;h3&gt;USD/JPY&lt;br /&gt;&lt;/h3&gt; &lt;p style="text-align: justify;"&gt;With the beginning of April, the market starts a side movement. The level where the market moves is around 102,00. On his way it uses the whole range between 101,35 and 102,90. The first clear move over one these lines could be a sign for the next trend direction.&lt;/p&gt; &lt;p&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 1256, 741, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/756fb2e8-b6a2-4a87-8793-87a942bf946a/image+2_20080410083959.gif"&gt;&lt;img title="image 2" alt="image 2" src="http://mediaserver.fxstreet.com/Reports/756fb2e8-b6a2-4a87-8793-87a942bf946a/image+2_20080410083959.gif" width="150" height="88" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;EUR/USD&lt;/h3&gt; &lt;p style="text-align: justify;"&gt; At the end of March stopped the strong up trend. The EUR/USD broke through the lower trend line of the channel. After a short period with down movements, it came back at 1,5854 and established a resistance at this level. Should it break through this level there could be more long potential.&lt;/p&gt; &lt;p&gt;&lt;a onclick="FXStreet.openwin(this.href, '_blank', 1253, 739, 1, 0, 0, 0);return false;" href="http://mediaserver.fxstreet.com/Reports/756fb2e8-b6a2-4a87-8793-87a942bf946a/image+3_20080410084135.gif"&gt;&lt;img title="image 3" alt="image 3" src="http://mediaserver.fxstreet.com/Reports/756fb2e8-b6a2-4a87-8793-87a942bf946a/image+3_20080410084135.gif" width="150" height="87" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;table class="mycssTable2"&gt;  &lt;caption&gt;   Pivot Points – Daily FX Support and Resistance Levels  &lt;/caption&gt;&lt;tbody&gt;&lt;tr class="mycssHeaderRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;Currency &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;Support 2 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;Support 1 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;Pivotpoint &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;Resistance 1 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;Resistance 2&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;EUR / USD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,5610 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,5720 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,5792 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,5902 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,5974&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;USD / JPY &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;100,68 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;101,22 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;102,03 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;102,57 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;103,38&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;GBP / USD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,9587 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,9669 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,9730 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,9812 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,9873&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;USD / CHF &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,9855 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,9932 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,0050 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,0127 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,0245&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;AUD / USD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,9219 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,9253 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,9294 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,9328 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,9369&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;USD / CAD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,0082 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,0135 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,0176 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,0229 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,0270&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;NZD / USD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,7894 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,7935 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,7970 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,8011 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,8046&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;EUR / AUD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,6745 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,6893 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,6977 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,7125 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,7209&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;EUR / CAD &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,5807 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,5963 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,6053 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,6209 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,6299&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;EUR / CHF &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,5737 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,5795 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,5875 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,5933 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,6013&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;EUR / GBP &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,7943 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,7978 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,8001 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;0,8036 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;0,8059&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;EUR / JPY &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;160,16 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;160,66 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;161,07 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;161,57 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;161,98&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;GBP / CHF &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,9552 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,9669 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;1,9839 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;1,9956 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;2,0126&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;GBP / JPY &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;199,33 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;200,19 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;201,38 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;202,24 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;203,43&lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;table class="mycssTable2"&gt;&lt;caption&gt;   Daily Calendar &amp;amp; Key FX Events  &lt;/caption&gt;&lt;tbody&gt;&lt;tr class="mycssHeaderRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;Date &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;Time (GMT) &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;Economic Indicator &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;Last&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;08:30 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;GB Trade Balance GBP &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;-7,50&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;11:00 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;GB BoE rate decision &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;5,25&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;11:45 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;EZ ECB rate decision &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;4,00&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;12:30 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;USInitial claims &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;407&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;12:30 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;USInternational trade, $ &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;-58,20&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssEvenRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;12:30 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;CAExports C$ &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;37,98&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="mycssOddRow2"&gt;   &lt;td class="mycssHeaderCol2"&gt;10.04.2008 &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;18:00 &lt;/td&gt;&lt;td class="mycssEvenCol2"&gt;USFederal budget, $ &lt;/td&gt;&lt;td class="mycssOddCol2"&gt;-96,27&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>US Jobless Claims -53K To 357K In Apr 5 Week; Survey -19K</title><link>http://forextheworld.blogspot.com/2008/04/us-jobless-claims-53k-to-357k-in-apr-5.html</link><category>forex news</category><author>noreply@blogger.com (Trading forex)</author><pubDate>Thu, 10 Apr 2008 05:48:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5053466940509969573.post-6376516766408364228</guid><description>&lt;p style="margin-bottom: 18px; text-align: justify;"&gt;&lt;span style="font-size: 12px;"&gt;Thu, Apr 10 2008, 12:45 GMT&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.djnewswires.com/eu" target="_blank"&gt;http://www.djnewswires.com/eu &lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; US Jobless Claims -53K To 357K In Apr 5 Week; Survey -19K  &lt;pre&gt;   By Maya Jackson Randall&lt;br /&gt;  Of DOW JONES NEWSWIRES&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;WASHINGTON -(Dow Jones)- The number of idled U.S. workers filing new claims for unemployment benefits fell last week, a week after rising to its highest level in more than two years, a government report said Thursday.&lt;br /&gt;&lt;br /&gt;Initial claims for jobless benefits dropped by 53,000 to 357,000, after seasonal adjustments, in the week that ended Apr. 5, the Labor Department said.&lt;br /&gt;&lt;br /&gt;Still, the four-week average of new claims, which economists use to smooth out weekly volatility, last week increased by 2,500 to 378,250 from a revised average of 375,750. The last time claims the average was that high was October 8, 2005.&lt;br /&gt;&lt;br /&gt;The number of new jobless claims filed nationwide dropped more than Wall Street had expected. Economists surveyed by Dow Jones Newswires forecast a 19,000 dip in new claims for the week ended Saturday.&lt;br /&gt;&lt;br /&gt;  A Labor Department analyst said there were no special factors.&lt;br /&gt;&lt;br /&gt;The previous Labor Department report for the week ended Mar. 29 showed that claims sharply surged to 407,000, a worrisome level according to economists. Even so, new jobless claims for the week ended Mar. 29 were revised up to 410,000, according to the report released Thursday.&lt;br /&gt;&lt;br /&gt;The softening labor market has prompted lawmakers on Capitol Hill to call for new measures to prevent the economy from slipping into a severe, prolonged recession. A separate Labor Department report last week showed that the economy lost 80,000 jobs in March, the biggest decline in five years.&lt;br /&gt;&lt;br /&gt;Lately, federal officials have acknowledged that a severe downturn is possible as the labor market shows signs of weakness, the credit market faces turmoil and more homeowners go into foreclosure.&lt;br /&gt;&lt;br /&gt;The Labor Department report Thursday included the total number of workers drawing unemployment benefits in the week that ended Mar. 29, the latest period for which that particular data are available. The number - known as continuing claims - rose by 3,000 to 2,940,000, the highest level since July 17, 2004. The unemployment rate for workers with unemployment insurance was unchanged at 2.2%.&lt;br /&gt;&lt;br /&gt;Indiana reported the biggest increase in new claims the week of Mar. 29, at 7,443; there were layoffs in the automobile, trade and manufacturing industries. Pennsylvania had the biggest decrease, at 2,513; there were fewer layoffs in the electrical equipment, food, transportation and utilities industry. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>