Dear traders, my strategy is already done after 4 years working on the FOREX market. My signals are based on technical analysis and special on the Ichimoku indicators. The indicators build channels. Therefore I choose trending as kind of the trading system.
My type of strategy is intraday trading. It's not risky by accuracy in the setting of the orders.
I'm giving my signals usually on the beginning of every new trading week. There is more activity, then in the rest days. And the most important point is number of the lots. I choose 2 lots. 1 lot to trade and 1 lots to correction of the missing trades. This strategy is good for traders, who find the trading stability more important, than momentan profit.
CI3O - Forex
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+6.5%
+14.7%
+17.6%
+10%
-74.6%
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:' $'});
}