My signals strategy is based on pivot levels and support and resistance breaking and various items like fibbonacci levels .
Intraday trading and the important thing is if the result of one week approached to -200 then i will refocus again on the market and probably i wont send new signal but in special situation when every thing is ok ( of course in my opinion and profitability of new signal is more than 80 percent) then maybe i send new signal .
So do not worry about drawdown .
Best wishes
ARK - trading signals
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+12.7%
+18.7%
+3.6%
-2.6%
-11%
-
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:' $'});
}