{"id":407636,"date":"2021-02-05T15:06:42","date_gmt":"2021-02-05T14:06:42","guid":{"rendered":"https:\/\/ftmo.com\/?p=407636"},"modified":"2023-09-26T14:20:10","modified_gmt":"2023-09-26T12:20:10","slug":"algorithmic-trading-why-it-might-be-a-good-idea","status":"publish","type":"post","link":"https:\/\/ftmo.com\/en\/algorithmic-trading-why-it-might-be-a-good-idea\/","title":{"rendered":"Algorithmic Trading – Why it might be a good idea"},"content":{"rendered":"
In this article, we will cover the advantages of using automated trading robots for Algorithmic Traders, advise on how to begin if you are a beginner and discuss common programming languages such as Python, MQL4 and MQL5 and which one you should use.<\/span><\/em><\/p>\n Robots have no feelings and they do what you tell them to do. This way, you can be 100% sure that your robots will follow your trading plan under any circumstance<\/span>s.<\/span> Robots do not revenge trade, they <\/span>obey\/follow the given risk management plan<\/span> and they <\/span>do not try<\/span> to be creative.<\/span><\/p>\n Eliminate the following common amongst many traders emotions:<\/span><\/p>\n If you <\/span>believe you<\/span> often deviate from your trading plan, <\/span>algo trading<\/b> might be a solution for you.<\/span><\/p>\n Another advantage of being an <\/span>Algo Trader<\/span> is that you can see how your strategy would perform in the past. The simple fact that a strategy has been profitable in the past is a factor that contributes to the trader\u2019s confidence. How often do traders interfere with their trading plan because they are on a losing streak? By having objective data of past performance, you can assess whether a drawdown (which every strategy has) is within your tolerance.<\/span><\/p>\n As a result, a trader is less inclined to interfere with the<\/span>ir<\/span> trading plan.<\/span><\/p>\n Past performance is not necessarily an indicator of future results<\/span>,<\/span> but <\/span>knowing that a strategy made money in the past is more reassuring than using the one that didn\u2019t.<\/span><\/p>\n When you don\u2019t have to spend countless hours in front of the screen, you can invest your time in more meaningful things, such as developing more trading models, evaluat<\/span>ing<\/span> your current trading models and backtest<\/span>ing.<\/span><\/p>\n It is said that 80% of success in trading is in <\/span>preparation.<\/span><\/p>\n Humans are bad at multitasking. A single human has a limited amount of attention and consequently, it is not possible to manage 1,000 charts and 10,000 trades at the same time. Furthermore, the more active you are in trading the higher the risk of making errors when trading.<\/p>\n As an Algo-Trader you are not limited by this as the trading robots do the work for you. You can trade any symbol, on any timeframe, using any strategy and your only job as an algo-trader is to evaluate the results, not do the trading.<\/p>\n Also, having more strategies on multiple assets and different timeframes diversifies your portfolio. Having a diversified portfolio adds more consistency to your trading.<\/p>\n Python is a universal programming language that can be deployed on any platform whereas MQL4\/5 and is bound within the MetaTrader ecosystem.<\/p>\n The advantage of MQL4\/5 is that it comes with ready-made tools to quickly code and deploy trading robots on your trading platform. This makes it easy for beginners to create trading robots as MQL4 and MQL5 have been specifically designed to develop trading related codes. Furthermore, the MetaTrader platform comes with a built-in backtester where you can quickly run a simulation of your trading strategy on historical data to evaluate its performance.<\/p>\n On the other hand, Python<\/strong> provides more flexibility and freedom. Python<\/strong> offers a wide range of OpenSource Libraries<\/strong> used for Data Science, Machine Learning. Backtesting and many more. Furthermore, it is also possible to connect your Python scripts to almost all modern trading platforms (including MetaTrader4 and MetaTrader5).<\/p>\n Generally, it is recommended to start with the MQL4 programming<\/a> language as it is very easy. Over time, if you feel limited by the MQL language, then you might consider adding Python as another programming language.<\/p>\nNo Emotions, just Logic<\/h2>\n
\n
Backtest your Strategies<\/h2>\n
More time for Analysis<\/h2>\n
Multitask & Diversify<\/h2>\n
Python vs MQL<\/h2>\n