From the first to the second version of the trigger here, trading restarted in June 2010.
Price action strategy based on technical analysis method with Commodity Channel Index and Exponential Moving Averages. Trading positions from 1 to 3 lots, open market & pending orders.
No trading news, 24H signals.
Best of luck!
magnetoro - Forex trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+12.4%
+37.3%
2010
+7.7%
+30.3%
-55.3%
+3.2%
-53.3%
+6.7%
+10.8%
-21.7%
-38.5%
-25.5%
-
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:' $'});
}