Our Strategy based in Breakout. We use technical indicators to determine our entry. We open our positions with a fixed 1 lot per trade and only 1 lot per currency pairs. Our strategy is short & Intraday, good also for accounts with small capital , trades with not so big profit but more safe.
Most important factor is the money management . Don t risk over 2% of your equity per trade.
Breakout - trading FX
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+10.4%
+7.3%
-3.7%
+4.5%
-2.8%
-3.6%
+1.6%
2010
+2.2%
+0.8%
+3%
-2.3%
-1.6%
-
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:' $'});
}