Wednesday, May 20, 2009

Enjoy one of the others Best Trader "guru" say

Enjoy one of the others Best Trader "guru" say:http://club.ino.com/trading/2009/05/we-interview-larry-williams/

Thursday, May 14, 2009

Three main function to control Trading Automatic

Good day to all of Us,
Still fresh in mymemory at the first time when I start to recognize Automatic Trading Programming.
My Mentor say :" Don't worry ,it will be EASY,we just need THREE MAIN fUNCTION, as below
//+------------------------------------------------------------------+
//| expert initialization function |
//+------------------------------------------------------------------+
int init()
{
//----
//-- "FIRST FUNCTION"
//----
return(0);
}
//+------------------------------------------------------------------+
//| expert deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----
//-- " SECOND FUNCTION"
//----
return(0);
}
//+------------------------------------------------------------------+
//| expert start function |
//+------------------------------------------------------------------+
int start()
{
//----
//-- "THIRD FUNCTION"
//----
return(0);
}
//+------------------------------------------------------------------+

That's ALL.
So I begin to learn, learn and.................. learn It.

But at contrary condition, up to now day, still also I heard,
some 'Mocky Voice' say:" Automatic Trading Programming is EASY"
, but ???

So ,what do You think , how we can answer them,Two different ways of approach that considers all the things that's easy.

Tuesday, May 5, 2009

Trade to get Rich??

"To get Rich is Glorious." -- Deng Xiaoping. This is perhaps "The Smartest Thing" ever uttered by a China Reformis Leader.
And he ve done what he said for his Country.

How about us??
I prefer more focus on the second Parentheses, Reach and Research , what is the smartest have to do??
What do you think??