Pair: EUR/USD (Mostly Traded), GBP/USD and EUR/YEN (only few trades)
Strategy: Medium to Long Term, with Main Indicators as 50SMA and 200SMA, Strong S & R Levels.
Time Frame: 30 Mins to 4hours
Stoploss: 50-100 Pips
Target Profit: 50-900 (887 Acheived)
Account size $2500
Lots to trade: 0.1 (Standard)
Mak7:
I have been in Forex since 2004 became Professional in 2007 and Trading for my own and for clients. It has been great pleasure so far with my experience in Forex. I have changed the strategy a bit and you might have seen the improvements 970 Pips in 2 Trades. I will be adding more and there is no one who can Stop!
Regards
Mak7
Mak-7 - system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+13.8%
+8.4%
-11.4%
+7.3%
-5.4%
-1.1%
-2.7%
-16.8%
+5.7%
2011
-4%
+41.4%
-13.5%
-19.1%
-6.4%
-
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:' $'});
}