The trading strategy's based on technical Forex analysis. Trend lines, levels of support and resistance and fibonacci levels.
Using my strategy you won't lose more than 100pips,so I put max drawdown for one lot 100 pips.
Using my Forex strategy it's possible to trade both, the mini-lots - 0.05lot which is 5% of your account when your stops gets hit, for that you need a deposit of $1 000.
If you have a $5,000 Forex account you can then trade the 0.25 lots, if it's a $7 000 account, then the 0.35lots.
I advocate using a very good trading money management.
jazesfx - trading strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+44.9%
-18.8%
-28.4%
-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:' $'});
}