- Usually we do not open or close trades when the market moves fast; this improves your chance to get prices close to ours.
- Minimum profit target is 35 pips - not 5 or 10; even if you don't get same price you still have change to make a good profit.
- One lot only per trade; we do not do tricks to fool statistics. Check our trading history and you will see that ALL OUR TRADES ARE 1 LOT TRADES. So when you see a trade with profit of 40 pips that means we had 1 lot that "walked" 40 pips, rather than 8 lots of 5 pips.
- Recommended leverage 3:1. For example, if equity is USD 10K for mini account, then use 3 lots for each position.
- Our signals are based on the premise this leverage is used by the customers. For example, 200 pip drawdown is not a big issue, since it equals to 6% of equity. But high leveraged customers have a high probability to get margin call with a 200 pip drawdown. THIS IS THE MOST IMPORTANT AND YET THE MOST OVERLOOKED ASPECT OF OUR METHOD.
- The signals and the leverage are the same we use to trade our private account.
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2007
+2%
+5.2%
+0.7%
+3.9%
+12.6%
-5.8%
+6.3%
+11%
-1.8%
-6.1%
2008
-3%
+7.3%
+8.5%
+2.3%
-7.1%
-2.6%
-8%
-5.1%
+5.1%
-7%
+2.8%
-0.3%
2009
-1%
-1.1%
+2.1%
+1%
-0.2%
-5%
+1.2%
+0.2%
-0.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:' $'});
}