My trading strategy's based on technical Forex analysis and special risk management methodologies. Trend lines, levels of support and resistance. I trade 6 currency pairs: EUR/USD, EUR/JPY, GBP/USD EUR/GBP, GBP/JPY, EUR/AUD.
Recommended amount for my signals is $1000.SL is 200 Pip.
Stops are placed appropriately and positions will be closed prior to stops if it is needed.
manni - trading FX
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+6.1%
+9.7%
-16.4%
+21.5%
-4%
-35%
-
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:' $'});
}