The most Forex signals, given by the trading system, are mid- and long-term positions. Usually the trading is done on breakouts, sometimes - in the channels and very rarely it’s following the trend. Classic figures on the graphs, Stochastic and MACD are used for doing the analysis. The support and resistance lines are also taken into consideration.
The positions are opened with 1 lot each, but there can be opened several ones on different Forex currency pairs at the same time. Neither adding lots to the position nor its locking is used.
Some Forex positions can be hold up to several days or even weeks. But at the same time good opportunities for opening a position can arise on different currency pair. Due to that, 6 positions can be open on different pairs at the same time, 1 lot each. Simultaneous Forex trading different pairs also allows to reduce losses with the help of hedging: loss on one pair will be covered by profit on another one.
As the Forex trading is done on mid and big timeframes, technical delays of some minutes, connected with clients’ signals execution, aren’t important as well as the difference in spreads and quotes of different brokers. Long-term positions are usually opened in the direction of positive swaps, which brings not very big, but some additional profit.
KVK - trading Forex
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+11.8%
+5.2%
-6.5%
2010
+1%
+12%
+8%
-0.4%
+0.5%
+12.7%
+4%
-32.4%
+8.2%
-13.9%
-23%
+0%
2011
-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:' $'});
}