1. my strategy is scalping and intraday trading.
2. the probable risk of the system and the signals is 15%
3. I open positions with 1 lot,
4. my system is trending
5. I use channels or Fibonacci retracement
6. I usually give signals in 8~ 21 GMT
8. I usually use open market orders & pending ones sometimes
9. I use technical analysis methods while analyzing the market
10. i usually don't react on the news
11.
12. I often use a hour for analysis of the market?
13. I use cci and bolinger bands and moving averages for analysis
14. i determine the levels of Take-profit and Stop-loss by looking at some lines of my indicators
17. i often don't use stop lost for my trade because i usually trade on gbpjpy
18. everyone can use my signals
Persian__Gulf - forex trading strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+15.2%
+8.7%
-20.7%
+6%
+2.7%
2010
+10.1%
-10.1%
-23.5%
+3.2%
+21%
+9.2%
-9%
+4.7%
-7.2%
+5.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:' $'});
}