The strategy is called " TO SHOOT And TO RUN! "
The essence consists in search " to trade of the market ", it is necessary to find " the sleeping market " by one of currency pairs (usually it it happens before expectation of the important economic news), then the postponed warrant on purchase (sale) by 1-them lots above (below) first breaking through fractal is exposed and stop and returning on a case of movement of the market in the return party is established. If the market has gone in a correct direction second opens lot and at occurrence of the acceptable profit we leave the market and again we search " for the sleeping market " on other currency pair. Sense in that to not go in cycles one currency pair to not consider(count) waves, to not draw channels, to not do(make) the labour-consuming technical analysis etc.
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
-40.4%
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:' $'});
}