We usually open positions with one lot, but we use three lots for flexibility when we may believe adding to positions is a good idea. Our signals are mostly sent out during london and New York trading times. We use both technicals and fundamentals.
you are in control of your own risk control. We suggest you don't risk more than 5% on any one trade. Although we state 300 pips as maximum loss on a trade, we usually exit trades if they don't work after a while.
It is very important not to miss the trades. If you can automate the trades, we encourage you to do so.
All the best and happy trading.
dylan - trade signals
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+23.9%
+10.3%
-13.7%
-5.2%
-10%
-
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:' $'});
}