Manual or automated trading on Forex. Find out which one prevails.
Forex bots have always had their positives and negatives. The main argument of those who prefer automated trading is that a person can rely on his sole trading experience and can make the right decision at the right time, while at the same time those who advocate manual trading claim that it is imperative to have an accurate trading plan and strategy of entering the market, setting a stop loss and take profit order, along with exiting the market.
I think that these statements contradict each other. If a forex trader is required to rely on his emotions and intuition, he doesn’t need to abide by rules. However, if the trader follows a precise set of rules, being able to validate his strategy, in my opinion it would be wiser to automate the system. I know a lot of those who side with the manual trading, the ones who use scripts and advisors which as a whole simplify the work since that is half way through to going fully automated – forex bot.
Which strategy to choose? Pros and cons of scalping strategy.
In this debate views of traders are radically opposite. I would say that both the opponents and the supporters are right. I think that the most precise market forecast is a long term forecast based on a set of economic factors, however, only large banks and investors can afford to trade using long term forecast. Technical analysis works better within short term forecast. We should also note that majority of the brokers “play” against the trader, and in that case the broker holds supremacy over time and money since the short term strategy has far more chances of success. Scalping strategy also has a big advantage in the fact that you can start trading with a small sum of money and still make a reasonable profit.
On the other hand, it is easier for a broker to terminate a scalping strategy by prolonging the time of execution and pushing the spreads apart in the part of stop loss.
Forex robot TFOT – the best bot of 2010-2013
How to choose a strategy that perfectly suits you.
If you are a trader with a capital of a $100 to $100 000 dollars, this article is must read.
Our choice of strategy will be based on the fact the broker does not play against you using tough trading practices such as throwing in non-market quotas, etc., but at the same time is dealing. Our company BJF Trading Group inc., Canada Group inc., had designed more than 3000 forex bots based on our clients’ and our own ideas, and is a leader amongst programming for an MT4 platform. Our products are effectively being used by the forex traders and brokers throughout the whole world. Based on the knowledge and experience accumulated over the years, we’ve developed a fully automated trading forex robot TFOT. We spent around a year developing this robot, and for the past 3 years we’ve worked hard to constantly improve it. The key factor that the robot abides by is by using 2 strategies:
Strategy close to that of Scalping. When I say close to scalping, by that I mean a strategy with goals of 5-15 pips and a position time of more than 1 minute. Use of higher level strategies is possible only if you are working with a real stp broker.Medium term strategy.
For over 3 years we are constantly testing the bot using a real account with a capital of 10 000 from an alpari broker. We trade using low risk and are not using the function to increase the lot. Currently there are 50 000 on our account. The bot does not require a constant re-optimization, is reliable and stable to the broker.
Our customers are successfully using the robot at different brokers with different start up capitals. Our current version 7 contains a multilayer neronet that helps minimize the risk and maximize the profitability of the robot. The robot also contains the news filter which disallows the use of scalping strategy during the economic news.
We analyzed the results of trade on real account and found important pattern. Some losing trades are the result of random movement of prices during the news. To prevent this, we have developed a news filter. Our news filter based on our free FF news indicator (forex factory news indicator)
Pic. 1 – Forex Factory news Indicator
Indicator shows 5 columns (from left to right): news impact, news time, news data, currency, news. Using news filter you can prohibit trades during news period for usd and eur currencies.
We have added extern variables to Forex Robot TFOT:
sUrl = "http://www.forexfactory.com/ff_calendar_thisweek.xml"; The news provided by forexfactory site only for last week.
NewsReload.mi = 60; Reload news every, min
SymbolsFilter.On = true; Filter by simbol
SymbolsFilter = "EUR,USD"; Symbols
ShowOnlyCurrDay = false; Show calendar only for current day
IncludeHigh = true; show high impact news
IncludeMedium = true; show medium impact news
IncludeLow = false; show low impact news
IgnoreFilter.On = true; Ignore: holiday, speaks, tentative news
IgnoreFilter = "holiday,speaks,tentative";
GMT time calculated and passed from EA to the indicator (Broker.GMT.Offset option).
EA cannot caclulate GMT time in StrategyTester mode so Tester.Broker_TZ option is provided
for strategy tester. You have to set it manual.
NewsSite.GMT.Offset = 0; GMT offset for news site
Broker.GMT.Offset = 0; GMT offset for brokerage company
extern bool StopNewTradesOnNews = true;
true: Prohibites the open of new trades News.HighLightPrior.mi minutes prior and News.HighLightAfter.mi minutes after news releases.
By default News.HighLightPrior.mi = 10, News.HighLightAfter.mi = 45.
LoadNews option must be set to true.
extern bool CloseOpenedTradesOnNews = true;
true: Closes opened trades and prohibites the open of new trades News.HighLightPrior.mi minutes prior and News.HighLightAfter.mi
minutes after news releases.
LoadNews option must be set to true.
News.HighLightPrior.mi = 10; Stop trading before news realize
News.HighLightAfter.mi = 45; Start trading after news realize
Learn more about Forex Robot TFOT
Our company also can add same news filter for your expert advisor for $190
Feel free to contact us: coding@iticsoftware.com
I would like to introduce several extra features which can improve your forex robot (expert advisor) performance.
This filter will help you to prevent trading during news period, when price movement is chaotic unpredictable. Forex robot will load news from forex factory website in fully automated mode and stop trading in the time period specified by you. Filter can also close all open trades in specified period.
Filter has external parameters:
• LoadNews = true;
• StopNewTradesOnNews = true; Stop trading during news period
• CloseOpenedTradesOnNews = true; Close all open trades during news period
• SymbolsFilter.On = true; Filter forex news by currency
• SymbolsFilter = "EUR,USD";
• IncludeHigh = true; show news with high impact
• IncludeMedium = true; show news with medium impact
• IncludeLow = false; show news with low impact
• IgnoreFilter.On = true; Ignore some type of news
• IgnoreFilter = "holiday,speaks,tentative";
• News.HighLightPrior.mi = 10; period before news realize
• News.HighLightAfter.mi = 45; period after news realize
This filter based on our neural net library – multi layer back backpropagation neural network.
You can read more about backpropagation neural network here: http://en.wikipedia.org/wiki/Backpropagation
This filter analyzes all profitable and losing orders (bars before order) on historical data, identifies implicit connections, and creates rules. Then filter will prevent to open orders, when a combination of a bar before the order does not satisfy the winning rules. This is a simple explanation of the neural net filter. In reality the algorithm of the filter is very complex and its understanding requires special knowledge.
Warning: you will be able to use this filter only on two computers, because we have protected neural net dll.
This filter allows you to restrict or allow trading for each day of the week. This filter can improve scalping and intraday strategies. For example scalping strategies work not so good on Monday and Friday, because a lot of traders open the positions on Monday and close on Friday.
Possibility to
define work days of the week example:
extern bool MondayOn = true;
extern bool TuesdayOn = true;
extern bool WednesdayOn = true;
extern bool ThursdayOn = true;
extern bool FridayOn = false;
extern bool SaturdayOn = false;
extern bool SundayOn = false;
This filter allows you to allow trades only during selected time period. This filter very useful for scalping strategies.
Trade time to open
order from hh:mm to hh:mm
example: from 6:30 to 22:45 by ServerTime
Money management is the most important part of any trading system, and surprisingly, few traders understand how valuable a tool it truly is. Put simply, money management is the money you are going to put on a single trade and, conversely, the amount of risk you are willing to take for this trade. There are lots and lots of money management strategies (likely, as many as there are financial strategists) but they all have one central theme: preventing high risk exposure.
a) as percent of Account Balance
b) as percent of Accout Equity
c) as percent of Account FreeMargin
So on increase of Account Balance/Equity/FreeMargin the lot size will growth too
You will enter an initial risk % of equity you can loose if StopLoss is triggered.
So if StopLoss = 50 pips, AccoutnEquity = 5000 and RiskPcnt = 10.0
then you will pay only 500$ on StopLoss.
New lot will be multiplied by 2.0 (LotFactor = 2.0 is external parameter)
if previous lot was closed in loss.
MaxLot of series will be second external parameter.
We offer different kind of trailing stops. It is very difficult to determine which one will be better for your strategy. Major strategies can be improved with ATR Trailing stop
• Standard Trailing: simple trailing, stoploss follows by the market
• High/Low Trailing: trailing by bars High/Low
• ATR Trailing: trailing by ATR indicator
• Fractals Trailing: trailing by Fractals
• PSAR Trailing: trailing by Parabolic Stop And Reverse indicator
• ProfitPcnt Trailing: trailing with lock of some pcnt of max. profit reached
• TLine Trailing: trailing by some TrendLine added manual on the chart
• MA Trailing: trailing by MovingAverage indicator
•
Breakeven function
Moves StopLoss to breakeven level when trade is in profit by X pips
Other Features
Open operation will be splitted into 2 parts:
a) Open new order with 0 (zero) stoploss and 0 (zero) takeprofit
b) Modify sl and tp of new order to actual values
In this case EA will manage Hidden (or invisible) stops
Standard (or visible) stops will be available too
Read more about MQL4, MQL5, Jforex programming
If you would like to add one or several extra features to your expert advisor, please send your expert advisor (mq4 file) via email: coding@iticsoftware.com If you would like to programming expert advisor or indicator on MQ4, or MQ5, or JForex (DukasCopy), please send your detailed description via email: coding@iticsoftware.com
Several month ago we have developed free tool which helps to find best combinations of divergence indicators. Divergence constructor contains 35 divergence indicators. 19 - standard and 16 custom indicators. You can combine any of these indicators and receive super divergence indicators.
Supper divergence indicator shows buy or sell signal only if all indicators in your combination determing divergence. This approach will reduce number of false signals on condition if you choose good combination. We recommend to combine indicators from different groups. I mean indicators from different categories. You can combine volatility indicator with trend indicator and oscilator. This tool allows you to find the best combination for required currency and timeframe. Usually selected combination will work with high accuracy with several time-frames and currencies. I noticed, selected combination for one of majors will work good for other (or most of) majors. Combination selected for currency cross pair will be good for other crosses. It is not 100% rule, but this rule works in many cases. If you selected combination for H1 timeframe it will work for H4 and m30, etc. I will provide you with some examples. We have found combination for eurusd: ForceIndex + OnBalanceVolume + ChaikinMoneyFlow Div and this super divergence indicator works with high accuracy on USDCAD, AUDUSD, GBPUSDSuper Divergence Indicators



Also for your attention:
The world’s forex market is the largest financial market and sees an average $4 trillion in daily trades.
Forex is very popular and traders of all levels of ability are attracted to it from those that have never traded before to some with many years’ trading experience.
Due to the constant sessions, ability to leverage significantly and cheaply Forex is very easy to trade. Likewise, it is very easy to lose money. The purpose of this article is to delve into 10 ways that traders will be able to stop making losses in a market that is as competitive as the forex market.
Forex is easy but this shouldn’t be taken as a sign not to do any preparation. To learn about forex is essential if a trader wants to be successful in the forex market.
The best learning will always come through actually trading forex and the experience this will give but that shouldn’t stop a potential trader from learning as much as possible to do with the forex market. This includes all of the economic and political issues that will impact the currencies the trader deals in.
As events are constantly happening, keeping up with what’s going on becomes the trader’s homework, as they need to be flexible to react to how the market, regulations and the world will change.
One way to do this is to develop a trading plan.
Due to the lack of oversight of the forex market, you can wind up with a poor broker dealing with your affairs. In order to keep these shady dealers at bay, make sure you place your account with a broker that is registered as a member of the National Futures Association (NFA) and registered with the U.S. Commodity Futures Trading Commission (CFTC) as a futures commission merchant.
Every country that is outside the United States will have their own regulatory body that the reputable forex brokers will be registered with.
Each trader should be clear on the accounts that brokers can offer and this should include factors such as the commissions charged, spreads offered, leverage amounts, initial deposits, policies on withdrawal and account funding.
All of the answers to these questions should be provided by a good customer service representative who will be able to guide you through their company’s policies and services.
Just about every trading platform like metatrader will have a practice account, which are also known as demo or simulated accounts. Traders can trade hypothetically without using any of their own money. The advantage of this is it allows the trader to practice their technique for order entry.
One of the most destructive issues with a trading account is accidentally pressing an incorrect button when you are opening or closing a position.
A lot of new traders will put money into a losing position when they meant to close it. Numerous mistakes when entering orders can bring about significant and unprotected trades.
As well as being financially damaging, the stress is considerable. So it makes sense to practice when it comes to making orders before you start to do so with your own money.
When forex traders open up their accounts, there might be a temptation to use a lot of the technical analysis tools that the trading platform will have to offer. A lot of these tools are very appropriate for trading on the forex markets but it is better to minimise the number of analysis techniques to maximise their effectiveness.
Should you use two of the same style of mt4 indicator, for example a couple of oscillators or volatility indicators, they can become ineffective and even provide conflicting signals. Best to steer clear of them.
If you find that there are some analysis techniques that aren’t getting used a lot to improve the performance of the trades then it is best to clear it from the chart.
Additionally, the general appearance of the workspace of the chart should be taken into account when adding tools to the chart. The key is to create a chart that is easy to read and analyse so fonts, colours and whether you go for a line, bar or candles are all factors that may affect the trader when they are reacting to how the market changes.
The main drive in forex trading is of course making money but avoiding losing money is vital. You must become equipped with a sound money management technique if you are to trade successfully. The seasoned trader will say that entering a trade at a certain position and making money is possible but how you get out of the trade is what counts.
The skill with this is understanding the point at which you take a hit on your losses and moving on with the next trade.
A protective stop loss is a very good method of ensuring that losses stay reasonable and so should always be used.
A trader can also use a maximum daily loss amount above which any positions are closed and no trades can be started until the next trading session starts.
So as well as putting plans in place to ensure losses are limited, protecting profits is of equal importance.
Some techniques of money management like trailing stops, can maintain profits and still allow for growth in other trades.
Now the trader has completed all of their homework, developed a plan and practiced on the demo account they can go live – specifically, use real money to trade.
All the practice in the world does not prepare you totally for real-time trading so you should always start with small amounts.
It is only when you trade live that you will get to understand slippage and how you react emotionally.
What’s more, you may have developed the best plan in the world when in practice but it can still crash when used in a live environment.
Using small sums to start with will allow a trader the opportunity to assess their responses and the effectiveness of the trading plan as well as become more skilled in conducting specific order entries without blowing the full trading account straight away.
There’s nothing like forex trading for the amount of leverage that can be afforded to those that trade.
A big reason that forex is such an attractive option is that a trade can generate very large profits with only a small investment – it can even be as low as $50.
If used properly, there is potential for growth with leverage although it can equally boost losses the same way.
Leverage can be controlled by a trader by basing the size of the position on the account balance. For instance, a trader has a forex account of $10,000 and one standard lot of $100,000 position would give a 10:1 leverage.
So although the trader is able to open up a much bigger position by maximising leverage, risk can be limited with a smaller position. (More can be read about this in Adding Leverage To Your Forex Trading.)
A very effective way to cement any learning from successes and losses in forex trading is to maintain a trading journal. Record your own activity by noting down the profits, losses, dates, instruments used and very importantly the emotions and trader performance. This can all be very helpful when looking to grow into a successful trader.
If reviewed from time to time, useful feedback can be gained to improve learning.
It was Albert Einstein that said, "Insanity is doing the same thing over and over and expecting different results”. If you don’t know what you did before, then how do you know that you won’t do it again and have the same outcome?
When it comes to paying your tax bill, you need to know how your forex trading will be viewed. Accountants or tax specialists will be able to guide you on this point and even help you use specific laws to benefit you. Tax laws are always changing and therefore it is sensible to make sure this is one area to stay on top of.
By viewing your trading as a business, you can focus on the long-term and not get too concerned about any short term profits or losses.
This can help traders manage their emotions and in the same way a standard business will incur expense, taxes, losses, risk and uncertainty, so does trading.
Equally, it is not common for a business to be an instant success and the same will apply to forex trading. By setting out some realistic goals, being organized, planning and continuing to learn, as much from failures as you do from success, you should be able to enjoy a successful and long trading career. You also can attract investment or sell forex signals. For this reason you need Forex Account Copier
Many traders are drawn to the global forex market due to the continual trading, low account requirements, and access to high amounts of leverage. If viewed as a business, you can have a profitable and rewarding career in forex trading. Finally, four tips to help traders stop losing money are
2012 BJF Trading Group inc http://iticsoftware.com