My strategy is based on pivot levels and support and resistance breaking and various items like fibbonachi levels .
Intraday trading and the importatnt thing is if the result of one week approached to -300 then i would not send any new signals in that week so be sure the max loss in one week is -300 and not more .it means if you deposit 5000$ in your account and one week loss that is -300 ,total loss would be 6 percent and even if 3 weeks loss would be just 18 percent of your whole account .
WITH ME JUST BE PATIENT
Best wishes
Bully_Trader - FX system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+8.5%
-4.1%
2010
+12.4%
+12%
-24.8%
-6.3%
-
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:' $'});
}