Best forex signals in the forex market, time is of the essence and each minute counts. The top 5 Forex signal providers ranking for 2013 is a short list. Forex traders depend on the accuracy of signals in order to make the best of the available forex trading opportunities. A trader subscribes to these signals in an effort to diversify his or her trading by reflecting the trades of other forex traders who have recorded good trades previously. There are many signal providers out there and as a trader, you have to choose a forex signal provision service that is reliable and does not manipulate the results or in any case make any false statements as this exposes you to more risks in the forex market.
What to know about forex signal providers
An FX signal is the alert a trader in the currency market receives in order to inform the decision taken of whether to sell or buy a given currency pair. On the other hand a signal provider is the company which specializes in the provision of such a signal. Sometimes it forex brokers also offer the signals to their traders at a fee.
The other consideration is the of signal services offered by the provider. It is worth noting that there are many forex signal providers and their services differ from one provider to the other. Most providers offer their customers with signals in form of performance trackers, emails, SMS and also via online alerts when one visits the provider’s website. However, most of the available providers have been known to protect their trade strategies and for that reason, using the trade signal from them is a risk and requires a considerable amount of blind trust in them.
Some of the best forex signals providers
There are many signal providers currently and not all of them offer the required signal services. What distinguishes the best from the other signal providers is the quality, reliability as well as the affordability of the signals offered.
Here are the top five forex signal providers;
1.      www.forexsocialsignals.com : – Considered the best judging by the level of service that it offers to its users and subscribers. With ITM Financial, you are assured of a 60-70% chance of making profitable trades. The signals offered are easy to use and one only requires logging in to the site in order to get access to them. Also, there is no cost incurred when you subscribe to receive forex signals via email alerts. In fact, the presence of an automated system makes this provider more reliable as you are sure to receive forex signals as soon as they are available.
2.      www.forexsignals.me  – Offers a comprehensive forex signal service to its users. It is one of the signal providers regulated by NFA (National Futures Association).  Its services include the delivery of FX signals in real time in accompaniment of expert analysis backing forex trading decisions. The delivery of the signals is through emails, SMS services and two weekly live FX trading sessions at a reasonable price.
3.      www.archerforexsignals.com :- Its signals are known to generate higher profits in the forex market. It is considered as one of the fastest growing groups of profitable forex traders currently of the larger Archer Group. The signals are tailored to meet the market requirements for traders (new and experienced) who would want to take control of their trading activities at a lower cost. Also, the provider offers a low cost trial service for new subscribers.
4.      www.4xsignal.com :- 4xsignal is one of the few forex signal provider offering free trial periods to their new customers. The signals come with the Stop Loss which is guaranteed not to go beyond 200pips per currency pair. The chances of making profits with this signal provider is high as the signals offered are neither Martingale nor Scalping strategies.
5.      www.instantforexsignal.com :- Offers signals that are suitable for small investors in the forex market. Instant forex signal provides a software platform from which its subscribers can receive the instant signals and use them on their MT4 platforms to automatically trade in the forex market.

I think that's Top 5 best forex signals for another signal visit source web 

Top 5 Forex Signal Providers Ranking For 2013

forexsignalprovider.com/top-5-best-forex-signal-providers-ranking-f...
Dec 26, 2012 – The top 5 forex signal providers ranking for 2012 is now now out and live. The best FX signal providers are tested on a variety of subjects.

Read More

AT89S52 Description

 The AT89S52 microcontroller is a low-power, high-performance CMOS 8-bit microcontroller with 8K bytes of in-system programmable Flash memory. The device is manufactured using Atmel’s high-density nonvolatile memory technology and is compatible with the industry-standard 80C51 instruction set and pinout. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with in-system programmable Flash on a monolithic chip, the Atmel AT89S52 microcontroller is a powerful microcontroller which provides a highly-flexible and cost-effective solution to many embedded control applications.

The AT89S52 provides the following standard features: 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines, Watchdog timer, two data pointers, three 16-bit timer/counters, a six-vector two-level interrupt architecture, a full duplex serial port, on-chip oscillator, and clock circuitry. In addition, the AT89S52 microcontroller is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port, and interrupt system to continue functioning. The Power-down mode saves the RAM contents but freezes the oscillator, disabling all other chip functions until the next interrupt or hardware reset.

AT89S52 Features

  • Compatible with MCS-51Products
  • 8K Bytes of In-System Programmable (ISP) Flash Memory
    • Endurance: 10,000 Write/Erase Cycles
  • 4.0V to 5.5V Operating Range
  • Fully Static Operation: 0 Hz to 33 MHz
  • Three-level Program Memory Lock
  • 256 x 8-bit Internal RAM
  • 32 Programmable I/O Lines
  • Three 16-bit Timer/Counters
  • Eight Interrupt Sources
  • Full Duplex UART Serial Channel
  • Low-power Idle and Power-down Modes
  • Interrupt Recovery from Power-down Mode
  • Watchdog Timer
  • Dual Data Pointer
  • Power-off Flag
  • Fast Programming Time
  • Flexible ISP Programming (Byte and Page Mode)
  • Green (Pb/Halide-free) Packaging Option

 download data sheet
AT89S52 microcontroller

AT89S52 PDF Datasheet

Pin Configurations
configurasi pin AT89S52 microcontroller

Read More

Micro 7.0 is a graphical IDE (Integrated Development Environment) for best microcontroller for beginner is MCS-51 microcontroller family that uses compiler ASEMW.EXE. Thus, the syntax used in syntax ASEMW Micro 7.0 is if it is written using assembly language.

In addition to using assembly language, Micro 7.0 can also use c language to write the program, ie using SDCC.

7.0 Micro integrate editor that comes with a code explorer, code hint, and auto-completion so that the writing of programs easier. And with the simulator, you will be facilitated in understanding the course of the program and at the track program logic error.

Micro 7.0 provides additional features from previous versions that will add convenience you make microcontroller projects. New features include:

* Code Explorer

If we create a variable declaration, then automatically these variables will be listed and will appear in the left panel of each editor. Likewise, the labels we have created, the macro that we make and others.

The list is made in the left pane are sorted alphabetically, not the position. By double-clicking on an object, the cursor will be placed in the position of objects is written.

* Auto Completion

With the auto completion, when we write programs, we will be treated to a choice with the objects we have created. Thus, writing programs can be more quickly and does not easily occur mistyped.

Auto Completion

Code completion appears automatically or
can be invoked by Ctrl + Space
Code completion will automatically appear if we create a space, and then part the right to add the code. For example, when we create a space after writing acall, then that will be raised are all labels that have been made. Likewise, if we write mov, then after adding a space, will soon be raised all the variables we have created.

We can also call for code completion appears by pressing Ctrl + Space. If we write programs in C language, the code completion will not appear automatically, we must call him to appear by pressing Ctrl + Space.

*Code Hint

If we make a macro or function on writing C programs, so sometimes we forget what the parameters are owned by the macro or function. When we write a macro or function call, it will automatically appear hint that indicates the parameters that are owned by the macro or function.
code hint

Code Hint helps show the parameters in the macro or function.
Appear automatically or can be invoked by pressing
Ctrl + Shift + Space
 And just like code completion, if the code hint does not appear automatically, then we can call him to appear by pressing the Ctrl + Shift + Space.

The most interesting part of the microcontroller Project is the integration with the simulator that can be linked to various programs / other simulators. The ability of a simulator that can be linked to other simulators Best Microcontroller Project makes it very easy for us in designing microcontroller-based systems.





































































































Read More

Today I want to share with you the best Forex trading systemthat I know and have been using for years to make profit in the biggest securities market. I believe the strategy can be adapted to other financial markets, not just fx. The method enabled me (at times) to double my account and even if the profits were not that spectacular at times it still helped me stably to increase my deposit (on monthly basis). As any strategy it requires time, patience and risk management to master the system, but your efforts will be rewarded if you do not give up. 


The system requires you to follow (a little) all currency pairs in order to define the losers and the winners. This does not mean you will have to sit all day monitoring various currency pairs. In fact, in most cases it will be enough for you to define direction of all currency pairs once a week. For me it usually takes around half an hour per week and then check back direction of the moves of all the pairs around ten minutes a day.
The idea of the system is to notice a big move (swing) before it started and to enter the move when it starts. The system can be attributed to swing trading, which means you will have around one or two moves a month. These moves can happen within a range (most often) and occasionally a breakout will force a trend to start. We will be more interested in the moves happening within a range. 
I believe you know that securities move within two extremes of the range – the high and the low. In our case, currency pairs form ranges and stay within them swinging up and down. Our task is to grab those swings. How do we do that? Let us do that.
Put Forex pairs into groups
You should know the main currencies in the market and the fact that they are paired with one another. The main currencies as you know are: USD, EUR, JPY, GBP, CHF, AUD, NZD and CAD.   These are paired within each other. So, USD is in pairs with all these currencies: EUR/USD, USD/JPY, GBP/USD, USD/CHF, AUD/USD, NZD/USD and USD/CAD.  You can continue pairing each separate pair with others till you have covered all. After you have finished doing that you will have 8 groups (with seven pairs inside each group). 
Define the lows and the highs of all currency pairs in each group
You need to take each currency pair within each group and define limits of their ranges (highs and lows). Sounds like a lot of work? Well, I did not promise you the easiest Forex trading system (but the best). Fortunately, this can be done very fast at the end of the week in a matter of one hour. These limits can stay the same within a month or even half a year, so you will not have to redraw your support and resistance levels too often. This will help you to be proactive and know in advance what you are waiting for. In this case, you wait for reversals at the both ends of the range. 
Let us see how to do it. 
Let say you want to define limits (highs and lows) in GBP (British pound) group. A logical place to start is to take gbp/usd pair (one of my favorite) and define its’ high and low (our playground for the pair if we choose to trade it in the end). We do it looking at the past prices. Take daily chart of the pair and you will see that the low of the range is around 1.5300 area and the high around 1.6200 area. So, if you see the price of the pair approaching one of the areas you should know that a reversal is more than possible. You should therefore place trend lines marking those areas of support and resistance.
The best forex trading system
You then move to another pair: gbp/jpy and do the same, then eur/gbp and do the same till you finish the category of GBP. You then know the playgrounds of all pairs in GBP category. 
Having finished that you go to another group, let’s say EUR and do the same thing you did with GBP group, you identify highs and lows in all Euro pairs. Then you take AUD group, then JPY till you have defined all highs and lows in all pairs in all groups. 
What do you do then?
Winners become losers and losers become winners
So, you have these big groups and a lot of currency pairs within those groups. What happens next? You start looking at price action of all currency pairs trying to figure out which is the biggest winner group and which is the biggest loser group. Why is that necessary? Because, one day winners will lose power and become losers and losers will gain strength and become winners. Yes, that’s exactly what happens in a range! Winners reach the limit of the power (by coming to top of the range) and losers reach the limit of their weakness (by coming to the bottom of the range. That’s where shift of power occurs. 
Others call it change from bull to bear market. This change can happen a few times a month or only a few times a year. In Forex these changes are more often. Your task is to spot the timing of the power change and to take advantage of that. The change happens at the top and bottom of the range of currency pairs. That’s why it is important to have those areas on your charts. 
You will fast notice that if some currency is very strong it usually is strong against all other currencies. At the time of writing AUD is the strongest currency, although it is starting to lose ground. It has been running for quite a while now and might reverse soon. CAD might take second place among the strongest. 
The biggest losers seem to have been USD and JPY. This may continue or may change soon. Let us not worry about that for now. 
You then also identify those who are in the middle: GBP, EUR… 
By having this information it is very natural to wait for the areas and select the best moment for shorting previous winners and going long on previous losers. How do you do that? Do you just go short when some pair simply reaches resistance? No, you wait for signs of reversal! The pairs might get stuck for some time in those areas and form short term ranges there (100-200 pips size) and even try to break the top (or the bottom), so you do not want to jump in too early. I have wrote a lot on those reversals in my previous posts (so dig a little on the blog), but I can briefly mention that these are: chart patterns, 123 pattern, candle reversal patterns and a few more formations that happen at the extreme ends of a range. 
Select the best candidate from a potential winning group
I have already said that if some currency strengthens it does against all currencies. However, you will notice that some pairs will be stronger, others medium strong. What you want to do is to choose the strongest one and put it against the weakest one. It is like in sports, when two strong teams meet you cannot be sure which will win, but if very strong team plays with a very weak one you can start making money bets on the potential winner. 
Do not trade winner against winner or loser against loser. Trade the biggest winner against the biggest loser.
The same can be applied here. If you know that EUR and GBP can possibly strengthen now you will not be willing buy or sell EUR/GBP pair. It is not logical. These two are potential winners in the short term. Why place a winner against a winner. Place those against those that were recently very strong. At least, a short term reversal should take place and you will grab a nice amount of pips. 
So, if AUD was the greatest winner, there will definitely be at least a short term reversal and it will be the greatest loser. So, you would be looking at eur/aud and gbp/aud pairs to go long. (gbp/aud has already been running up for a few days).  
What about exits?
You will have to mark now all support and resistance levels for the chosen pair (you are going to trade in reversal (let’s say gbp/aud). The fact that you should keep in mind is that previous support becomes resistance and vice versa. So, if 1.5000 level was support in gbp/aud, it has become a resistance now, since the pair has changed its’ course upwards. 
You will also notice that a lot of these areas are of minor importance. Which would mean that the price will probably go through them and go to the next level. What you will have to do is to identify key level where the price might meet too strong resistance (or support depending which direction the price is going) and possibly fail to break the level. That’s where you should plan your exit. In case of gbp/aud it will probably be 1.5500 area. If that is broken the next very strong resistance lies in 1.5900 area. Have in mind these areas while determining places for taking profit. 
Adding to a position
Initial position that you enter when a reversal pattern is confirmed and broken and the price goes in your expected direction is only the first position that you can take. You can add to a position on retracements (for example: if gbp/aud starts falling and you expect it to continue going up). The pair has hit resistance now and is coming back to previous resistance (which is now support) 1.4900 area. 
Again, it is not good to just enter longs in that area. Wait for reversal and only then add to your position. In this way you can add two, three sometimes up to five (depending how strong a swing is) trades to your line. You would then close it all when the pair hits your target. Or if there is a strong counter trend move your stop loss will be triggered.
DO NOT FORGET TO SET YOUR STOPS AND MOVE THEM AS PRICE CONTINUES MOVING WITH THE PREVAILING TREND. 
What if the expected reversal does not take place?
Your stop loss will be hit. It means you will have loss on the position. But there is nothing to worry about. There is not a single trader in the world that would have never had to close his position with loss. Losses are part of the game. So is risk management! So is making profits! The more experience you gain, the more you taste of the latter and less of the losses.

Final thoughts
I do believe you cannot go into too many directions if you want to be successful in trading financial markets. Therefore, you should not concentrate on too many strategies, but choose one or two (maximum three) you are going to use in your trading career. My major mistake that I made when I started trading was this: I practiced too many strategies. I blew up my first Forex account back in 2005. When I did more analysis of the market I noticed certain tendencies that enabled me to come back to the market and start trading profitably. Wish you good luck too. Yes, you can!

Hope the article was helpful. If it was I would be grateful if you tweeted it, liked on Facebook or any other social media. Thanks for reading. 
 
SOURCE WEB :

Trend: Best Forex trading system 

trend0.blogspot.com/2012/08/best-forex-trading-system.html


Aug 16, 2012 – Today I want to share with you the best Forex trading system that I know and have been using for years to make profit in the biggest securities ...
 































































































































Read More

MT4 is the best online trading platform

MT4 best online trading platform
 MetaTrader 4, also known as MT4, is an electronic trading platform widely used by online retail foreign exchange speculative traders. It was developed by MetaQuotes Software and released in 2005. The software is licensed to foreign exchange brokers who provide the software to their clients. The software consists of both a client and server component. The server component is run by the broker and the client software is provided to the brokers customers, which use it to see live streaming prices, charts and to place orders as well as manage their account.
The client is a Microsoft Windows-based application that became popular mainly due to the ability for end users to write their own trading scripts and robots that could automate trading. In 2010 MetaQuotes released a successor, MetaTrader 5, however uptake was slow and as of April 2013 most brokers still used MT4. While there is no official MetaTrader 4 version available for Mac OS, some brokers provide their own custom developed MT4 variants for Mac OS.








The complete MetaTrader 4 package includes the following components:

  • MetaTrader 4 Client Terminal - the client part. Provided free by brokerages for real-time online trading and as Demo (practice trading) accounts. This provides trade operations, charts and technical analysis in real time. The internal C-like programming language allows users to program trading strategies, indicators and signals. 50 basic indicators are included, each of which can be further customized. The software runs on Windows 98/2000/XP/Vista/7. Some users have reported success using Wine on Linux for the client terminal and on Mac using WineBottler.
  • MetaTrader 4 Mobile - controls a trading account via mobile devices such as mobile phones or PDAs. Runs on Windows Pocket PC 2002/Mobile 2003. Newly released mobile versions also run on the iPhone, iPad, and Android devices.
  • MetaTrader 4 Server - the core of the system, the server part. Designed to handle user requests to perform trade operations, display and execution of warrants. Also, sends price quotes and news broadcasts, records and maintains archives. Works as a service. Does not have a separate interface.
  • MetaTrader 4 Administrator - is designed to remotely manage the server settings.
  • MetaTrader 4 Manager - designed to handle trade inquiries and manage customer accounts.
  • MetaTrader 4 Data Center - a specialized proxy server and can be an intermediary between the server and client terminals. It reduces the price quote sending load on the main server.
  1. FX Trading Platform (AU) - igmarkets.com.au

    www.igmarkets.com.au/id/Best forex trading platform
    Trade with World's #1 CFD Provider. Free $20,000 Demo Account.
  2. MetaTrader 4 Software - FXDD.com

    www.fxdd.com/MetaTrader4
    Start Trading on MetaTrader 4 with a Free $50k Practice Account.
    FXDD has 116 followers on Google+
  3. Easy-Forex® - Indonesia - Open an Islamic Sharia Account

    www.easy-forex.com/Indonesia
    for easy-forex.com
    Sign Up, Learn & Start Trading!












































































































































































Read More