Hi dear traders
here are some questions you may ask about my trading strategy...
-What kinds of trading tools do you use?
i usually use EMA to finding the trends... and the complex use of RSI, MACD and AC in order to finding the best entry and exit positions.
-Do you use other things to strengthen your strategy?
yes... support/resistance lines, fundamental data and trend lines will help my strategy
-How many concurrent lots do you usually use?
i usually don't put more than 1 lot ... but sometimes which two pairs have good correlations, i may use these pairs in a same time.
-What times do you put you trading signals?
i put the signals three times a day... at around 05:30:00(GMT) , 09:30:00(GMT) , 13:30:00(GMT); but be aware half hour before and after these times.
-Do all the signals are in these times?
no, sometimes there may be a good opportunity in market... for this, i really asking you to use auto trading in order not to lose'em.
goodLUCK
earnow - trading strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+14.6%
+34.2%
+12.8%
+3.2%
+12.7%
+5%
+5%
-13%
-8.9%
2011
-3.5%
-12%
+2.4%
-
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:' $'});
}