Dear Traders I am a professional Trader , more than three years i am Trading in Forex .After working with lot of strategy, i am came with a Handfull of potential Strategy For Forex .In my strategy Break out Trading has delivered more gains than other strategy so my strategy allot 1 lot for 1st break out then for counter breakouts second lot will be alloted if range and other trading opportunity are found then i will enter next Lot ,so Maximum concurrent lot is 1 to 3 lots only , mainly pivot points are given a considerable importance in our Forex strategy
Best Regards
UK
UK - Forex trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+8.3%
+8.7%
-21.3%
+22%
-52.8%
2010
+12.4%
+20.9%
-13.6%
+25.3%
+7.4%
+0.8%
+12.4%
+3.9%
+2.3%
-23.1%
+13.2%
+6.5%
2011
-6.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:' $'});
}