The trading strategy's based on technical analysis. Trend lines, levels of support and resistanceЃ@and fibonacci.
Using my strategy you won't lose more than 100 pips.
Using my strategy it's possible to trade both, the mini-lots - 0.1, for that you need a deposit of $1,000; and the standard lots, for this you need a deposit of $10, 000.
If you have a $5,000 account you can then trade the 0.5 lots, if it's a $7,000 account, then the 0.7 lots, etc.
AAA2009 - trading forex
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+0.1%
+18.5%
+9.8%
+16.2%
+20.3%
-18%
-3.3%
+23.7%
+20.6%
-12.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:' $'});
}