Technically Important Indicator i use are MACD [Moving average convergence & Divergence ],RSI Relative strength indicator , Commodity channel index ,Momentum indicator ,Accelerator oscillator & Gann fan , Polarized Fractal Efficiency also well known to traders as PFE , position sizing Max concurrent lots is 3 , 2 lot will be traded for momentum acceleration with price ,one lot for the range trading many time based on momentum this lot might be also alloted for momentum trading with tight stops .Important Technical analysis & powerful gann techniques are used
123Fx - trading FX
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+14.2%
+27%
-14.5%
+86.6%
-69.2%
2010
+51.7%
+52.2%
+18.7%
-41.2%
-13.9%
+6%
-78.9%
+14.9%
+9.5%
-32%
-29.6%
+10.5%
2011
+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:' $'});
}