My trading Strategy is full of Strong Technical analysis, signal decision is based on combination of Technical parameters, fundamental and Important financial news which affect supply demand of my Trading currency ... Mostly i am trading in short term mode with a Take profit range of 100 pip to 300 pip here in GFT, so the key tool i am using to predict & earn pips from short Term forex market are Technical analysis & News Trading. We are producing consistent result with this strategy.
Thank you
Best Regards
3Lot_king
3Lot_King - trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+18.2%
+16.7%
+14.8%
-41.3%
+0.9%
+14.2%
-14%
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:' $'});
}