My strategy is trending,intraday trading,based on pivot points,RSI and stochastics.I don't use channels or Fibonacci retracement etc.I use always one lot.My goal is at least 100 to 200 pips per month.Time when I enter trades: 12.00 GMT - 15.00 GMT.I usually open pending orders.I use fundamental and technical analysis.I work after the important news comes out.The average term of my trades is 5 hours.For analysis of the market I use the New York session.I determine the levels of Take-profit and Stop-loss with the stochastics.I don't change my strategy in some way due to the moving of the market.Everyone can use my signals.If your account amount is $3500 you have to trade with 40000 units from the base currency.My strategy is conservative,with low risk.Risk/Reward ratio - at least 1:1.5.I give signals one time per day.
profitFX - FX system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+2.3%
+4.4%
-2%
-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:' $'});
}