The trading system is based on graphic analysis with the use fundamental analysis as well. The analysis of graphs is usually done with the use of Japanese candles and the trading indicators of trend direction I have created myself. 4 lots are ususally used for builidng long-term trading positions, when it's possible, and for adequate risk-management and control of open positions. The fundamental analysis is done not only on the currency pairs I'm trading, but even on the pairs, that can influence the complete situation on the market. Some of the opened positions will be describe don the company forum. The major part of the market analysis is usually done after the closing of American stock exchange.
proglobalmoney - trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+42.5%
+20.1%
2010
-41.2%
-
function drawChartD() {
var data = new google.visualization.DataTable();
data.addColumn('date', 'Date');
data.addColumn('number', '$');
data.addColumn('string', 'title1');
data.addColumn('string', 'text1');
data.addRows([[new Date(, ,), , undefined, undefined]]);
var chart = new google.visualization.AnnotatedTimeLine(document.getElementById('chart_div'));
chart.draw(data, {displayAnnotations:true,allValuesSuffix:' $'});
}