My system is based on a special trending indicator I developed. I'll trade only 1 pair at a moment. It would be mostly GBPJPY. It is a trending indicator so in sideway markets, there can be choppy system results but the performance in trending markets is really good.
Please take care of money management. It is important because it is only way to stand by in financial markets.
T-B-F-T-I-W - system FX
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+2.1%
+5.4%
+0.9%
+3.4%
+4%
+2%
+1.6%
-1%
-5.6%
2010
-5.1%
+0.9%
-6.9%
+4.3%
+1.1%
-
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:' $'});
}