My trading is based on Price bias, "scalp" lines, and a simple moving average, but the key is current price action.
I usually make 1 or 2 trades per day
Mostly, I like to use GBPUSD, and sometimes the EURJPY and the EURUSD.
Currentely, I keep sl at no more than 25 pips, Tp usually is 50 pips. but depending on market conditions, I may close earlier.
I recomend to risk no more than 2% of total balance per trade, no matter what size is your account.
Money Management is fundamental for forex trading success. be wise.
.
Since I use a conservative Stop Loss, You can use my signals with almost any account size, .
Remember that Forex trading is more like a marathon than a speed race
Happy trading.
Logicfx2112 - trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+2.8%
+6%
+6.1%
-4.4%
-4.8%
+8.3%
+21.8%
+5.4%
-5.8%
+5%
-5.4%
2011
-1.9%
-17.1%
-34.8%
-30%
-
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:' $'});
}