System:Intra Day
Trade time: Before London Open
Pair: EUR-USD
Time Frame 30 mins and 4 Hour
Stoploss = 100 pips
Target= 150-500 pips
Based on: 50 SMA, 200 SMA , Fibonacci Retracements, Trend Line Channels of 4HR
Trades:1-3 Trades a week
Risk on a trade: 10%
Profit target per trade: 15%-50%
Monthly Profit Target: min 25%
Max loss per month can be: Less than 10%-15%
with $1000 account trade with 0.1 lot
Best of Luck
M-7
M-7 strategy - intraday trading system
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:' $'});
}