Strategy is based on my proprietary trade setup involving Moving Averages combination (no cross over strategy), pivot points, important multi-time frame support and resistance and trendline/channels breakouts. This is combined with fundamental outlook for the day basically by deciding the most important driving force(s) which can potentially move the market. All trades will be intraday. Less than 5% of the total trades will be more than 3 hours active, and less than 1% of the trades will be held overnight. There will be fixed stop losses for every trade (in the range of 25 to 70 pips) and multiple entry and exit strategy to make most of each upside and minimum of each downside. Stops are set AFTER I enter the market. Pairs to be trades - EurUsd, GbpUsd
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+1.7%
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:' $'});
}