I combine two different types of trading: trend following and volatility breakout. My analysis technique is based on the study of volumes and RSI, MACD indicators. My trading method is to mix a constantly updated fundamental analysis with a thorough technical analysis before taking a decision.
The type of my strategy is middle-long term. Probably, the minimum number of signals I publish in a trading week is 2, but the average is 4. My orders are always market orders; they could be active for 4-6 weeks too, but generally are closed in 7 days.
Having middle-long term positions, often several orders and signals (opened from different days ago) stay open at the same time. For this reason, my max number of concurrent lots is 3.
Everyone can use my signals. Long term positions will take more time, but good results will come.
Louis_Winthorpe_IV - trading Forex system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+26.8%
-2.1%
2010
-24.1%
+7.2%
-5.5%
+8.2%
+8.4%
-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:' $'});
}