YorkisChoice is a comination of chart analysis and market timing. After trading forex several years, I think that I have found a good system, not a perfect one, but a very profitable. I try to catch the breakouts, but at the same time the system is working fine in ranging market conditions. Most of the trades are swing trades using H4 and D1-charts, but I make some day trading with shorter time periods, too. I open max. 3 positions at the same time and normally I do not trade correlated pairs at the same time (i.E. EURUSD and USDCHF). The strategy is quite conservative, the stops are normally between 100 and 150 pips, sometimes more in case of high volatile pairs like GBPJPY. You can expect an average of 3 to 6 trades per week.
YorkisChoice - trading FX system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
-5.1%
-8.8%
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:' $'});
}