The strategy is based on detailed and special market analysis. For more convenience, intraday trading is used. For getting more detailed information about the prices, I use the periods M5 and H1 and some number of indicators (mainly MA, MACD and Ichimoku). Most trades are opened in one lot. Additional lots are used only when alike signals appear on different currency pairs or just for intensification a signal on one currency pair.
ILtrader - fx trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+4.4%
+1.5%
+14.4%
+14.2%
-13.7%
-19.2%
-49.4%
+36.8%
-6.1%
+0.3%
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:' $'});
}