1. my strategy is intraday trading. Its using an Intelligent decision support system for detect trends in major currencies.
2. the probable risk of the system and the signals is 15%.
3. I open positions with 1 lot.
4. I use channels or Fibonacci retracement.
5. I usually give signals in 4~ 21 GMT.
6. I usually use open market orders & pending ones sometimes.
7. I use technical analysis methods while analyzing the market.
8. I use bolinger bands and moving averages for analysis.
9. I determine the levels of Take-profit and Stop-loss by looking at some lines of my indicators.
10. I often use stop loss for my trades.
11. everyone can use my signals.
DSS_Trading - system trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+14.7%
-14.4%
+13.4%
-20.2%
-
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:' $'});
}