Thursday, September 30, 2010

Learn how to create Expert Advisor

Monday, November 9, 2009

Enjoy this Video - Generate a Strategy and Start Automatic Trade

Monday, October 12, 2009

The New Metatrader 5 is coming

As we chatted together, the news release metatrader5 from MetaQuotes has finally come though still in beta version.
but of course, each have a unique hope or interest.
- Mr. Cody, he muttered, MT5 hopefully make us more easily build tools that make it easier to profit from Trading
- Mr. Trady, he muttered, MT5 hopefully make us more easily benefit from the Trading
- Mr. Brooky, he muttered, MT5 hopefully make people think it is easier to profit from Trading, but it makes us better off
-How about U

Saturday, August 15, 2009

Versatile Tool

Yups, that is correct sometime we realize we have only appropriate tool with only one condition, and other equipment more appropriate in another situation, and what we need only versatile tool for all conditions.
so also in the trade, each Indicator has the characteristics of each, each Trading Strategy has the characteristics of each, each Expert Advisor has the characteristics of each.
and what we need only Indicator, Trading Strategy, Expert Advisor, which is suitable for all conditions and is quite Robust.
At that time may be time for us to invite a "Mac Gyver" to show his Tool
...... and let Code It together

Saturday, June 20, 2009

Money Management

On the last lecturing day , our Lecture give us one Topic, he said It must keep in Our mind and always not forget to do that.
Lecture :" What do you think about MONEY MANAGEMENT ? "

The Class became very Quiet,.......
Finally the Answer comes up,

Bossy :"With the Money we can manage the whole system,......"

Financy :"To manage the Money, and to ensure the Money used appropriatily and properly,...."

Trady :"Manage our opportunity to acheive our benefit, and to minimized our potential loss,...."

Before the Class over,
Lecture :" I'm proud of You All, what ever you all will be
, Polithician/Boss
, Finance/Accountant,
, Trader/ even a Gambler,
, don't forget to do "Money Management"

Friday, June 5, 2009

e-Trader versus Barack Obama debate

Monday, June 1, 2009

Trader Parody

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.