My system works for all market conditions.Normally I use Technical Indicators for my trading because Technicals in fact do represent fundamentals. I prefer trading only in major currency pairs because of their reliability. Most often I will trade one lot at a time for a currency pair with the second one as a covering lot. In case a good opportunity arises (according to my technical analysis) in some other currency, then I will use the third lot. Wish you good luck with my system.
Lajwab - technical system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+15.1%
+12.3%
+15.5%
+22%
+40.6%
-75.7%
-
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:' $'});
}