The trading strategy is based on technical Forex analysis. Trend lines, levels of support and resistance. Up-to-date microeconomic information is also used in my trading strategy. That information is very important, because it can determine moving of the FOREX trading market at long date. Using my strategy you won't lose more than 300 pips. In most cases the stop is on the 100 pips level, but sometimes it can be up to 300 pips, so I put max drawdown for one lot 300 pips.
Using my Forex strategy it's possible to trade both the mini-lots - 0.1 (for that you need a deposit of $1 000) and the standard trading lots (for this you need a deposit of $10 000).
If you have a $3 000 Forex account you can then trade the 0.3 lots, if it's a $7 000 account, then the 0.7 lots, etc.
utusk - Forex trading strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+30.3%
+44.7%
+5.4%
+33.6%
+22.9%
+19.6%
+15.5%
-6.8%
-11.8%
+43.9%
+25.1%
+23.1%
2010
+54.6%
+22%
+4.4%
+13.6%
+42.7%
-10.6%
+8.2%
+50.6%
-7.6%
-1.1%
-0.8%
+1.5%
2011
-72.9%
-7.7%
-30%
-60%
-
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:' $'});
}