The trading system and its signals are based on fractal breakouts. The basic technical analysis with the use of Fractal, Aligator, AO, AC indicators is used in the trading system. I open 2 orders in differenet direction on this or that currency pair. When one order is executed, another is cancelled. The advantage of such fractal strategy is that you don't need to be in front of the computer all the time and monitor the situation. Sometimes the orders of the system can be not executed for a long time, so it is necessary to open the orders on several currency pairs at the same time. When two orders on different pairs are excuted, the other are cancelled immediately.
yurabrook - fractal trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+4.8%
-3.4%
+9%
+2.6%
+8.6%
-12.1%
-15.9%
-
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:' $'});
}