<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MQLmagazine.com &#187; Job &amp; career</title>
	<atom:link href="http://mqlmagazine.com/category/job-career/feed/" rel="self" type="application/rss+xml" />
	<link>http://mqlmagazine.com</link>
	<description>All things MetaTrader</description>
	<lastBuildDate>Sat, 10 Jul 2010 14:57:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AlgoDeal &#8211; the Career Companion for the Retail Quant</title>
		<link>http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/</link>
		<comments>http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:25:40 +0000</pubDate>
		<dc:creator>Bogdan Caramalac, MQLmagazine sr.editor</dc:creator>
				<category><![CDATA[Job & career]]></category>
		<category><![CDATA[Other platforms]]></category>

		<guid isPermaLink="false">http://mqlmagazine.com/?p=1153</guid>
		<description><![CDATA[[Versiunea romaneasca] [MQLmagazine.com in romana] [English edition]
When I entitled the site &#8220;MQLmagazine&#8221; I had in mind, of course, MetaTrader. But I&#8217;m not a fundamentalist. If any free multiasset backtesting tool emerges, it is welcomed to MQLmagazine. And I was pleasantly surprised to find AlgoDeal&#8230; Never forget to roam LinkedIn groups, you never know what&#8217;s lurking [...]]]></description>
			<content:encoded><![CDATA[<p><a title="[Versiunea romaneasca]" href="http://mqlmagazine.com/ro/job-cariera/algodeal-companionul-de-cariera-pentru-quantul-de-retail/" target="_top">[Versiunea romaneasca]</a> <a title="[MQLmagazine.com in romana]" href="http://mqlmagazine.com/ro" target="_top">[MQLmagazine.com in romana]</a> <a title="[English edition]" href="http://mqlmagazine.com" target="_top">[English edition]</a></p>
<p>When I entitled the site &#8220;MQLmagazine&#8221; I had in mind, of course, MetaTrader. But I&#8217;m not a fundamentalist. If any free multiasset backtesting tool emerges, it is welcomed to MQLmagazine. And I was pleasantly surprised to find AlgoDeal&#8230; <em>Never forget to roam LinkedIn groups, you never know what&#8217;s lurking there.</em></p>
<p>AlgoDeal comes with a brand new business model, that is welcomed, especially for us, the doomed retail quants. I think it could be called <strong><em>prop trading online</em></strong>. Similar to advanced prop trading groups that use automation, it can trade your strategy, with their money, and give you a share of profits, of course, if the strategy is selected by them. At the same time the activity is not locked in a building somewhere in a civilized city in west, where you get access if you manage to get thru the arrogant HR, rather, it&#8217;s something that you can work home. The platform is designed for quants, so it should give you the full power of a quantish backtesting platform, that you could never get your hands on other that by working in a hedge fund, thing that we know is impossible for the God-forgotten quants (that had to become quals, for these reasons) of the Eastern Europe.</p>
<p><img src="http://mqlmagazine.com/wp-content/uploads/2010/02/AlgoDeal.jpg" alt="AlgoDeal" title="AlgoDeal" width="752" height="552" class="alignnone size-full wp-image-1156" /></p>
<p>Market Runner (this is the name of the platform) is not, however, a trading platform. Because you will never use it for trading. Instead , is a <strong>multiasset backtest platform</strong>. It&#8217;s not so easy to install. The support section of their website details installation a lot, yet problems may arise. Because Market Runner is written in Java. So need to have the JDK installed, plus an IDE, and the recommended one by their team is Eclipse (you get pretty extensive details on installing in the support section, and their team is ready to help if you have issues). Also files inside the backtester are prepaired to be used with Eclipse. </p>
<p>The concept is interesting. As opposed to other quantish tools, <strong><em>it doesn&#8217;t need separate data download, because it comes with its own.</em></strong>. Also, besides local testing , it also has <strong><em>remote testing, done on their servers</em></strong>. Other tools that may be available on market are not only expensive, but highly dependant on data quality. Secondly, Market Runner is not a math or statistics package, like MatLab , S-Plus or R, where you would need to approximate the backtesting process , Market Runner is indeed a backtesting engine, and what you write are directly strategies.The strategies are classes , the main program is the backtester, already written. </p>
<p><img src="http://mqlmagazine.com/wp-content/uploads/2010/02/AlgoDeal-Sample.jpg" alt="AlgoDeal Sample" title="AlgoDeal Sample" width="594" height="268" class="alignnone size-full wp-image-1222" /></p>
<p>Do you see the buy(1) and sell(1) ? There is no close there&#8230;, which means these are not &#8220;orders&#8221;, these are &#8220;deals&#8221;. The Buy opens the position, on the open of the bar (<strong>onBarOpen()</strong> event) and the Sell closes the position on close of the bar (<strong>onBarClose()</strong> event). Do you remember a certain trivial dispute about MT5 being dumbed down for &#8220;conspirational reasons&#8221; by &#8220;prohibiting hedging&#8221;? Well, it seems hedge fund platforms seem to obey the same rules of the civilised world of markets, the hated <strong>positional system</strong>.</p>
<p>The backtest looks like this:</p>
<p><img src="http://mqlmagazine.com/wp-content/uploads/2010/02/AlgoDeal-Backtester.jpg" alt="AlgoDeal Backtester" title="AlgoDeal Backtester" width="648" height="460" class="alignnone size-full wp-image-1221" /></p>
<p>So Market Runner has a few advantages:<br />
1. Multiasset backtesting, <strong>not yet available on MetaTrader</strong>. <em>As a side note, <strong>we have been asking for a multiasset backtester from MetaQuotes for about four years</strong> , and some guys that we never even heard about did it in a few months!</em><br />
2. Java-based, allows you to build Java skills, so it&#8217;s good for career, cause the hedge funds are always looking for Java programmers. Java is a double edged sword however, what you gain in career skills you lose on language accomodation.<br />
3. It&#8217;s free &#8211; so it gains MetaTrader interoperability. Probably in the future what MetaTrader will not be able to backtest will be backtestable on AlgoDeal and what AlgoDeal will not run will be tradable on MetaTrader.</p>
<p>However, the limit seems to be one minute data, as for MetaTrader. I am not completely sure of this limit, I know it applies to futures data. So you must have in mind the data source before, should you attempt backtesting strategies with sub-M1 action.</p>
<p>In conclusion, AlgoDeal adds itself to the retail quant&#8217;s arsenal along MetaTrader5 as a both backtest tool as well as a career tool. The ultra selective HRs might throw your CV to the trashcan if they see MetaTrader5 and MQL, but if AlgoDeal and Java appear, then your luck might change. At the same time, you can see the same strategies from MetaTrader5 thru the eyes of a different backtester. Until then, you can even plan MetaTrader5 strategies directly on AlgoDeal, avoiding wasting time waiting for the MT5 backtester.<br />
Visit <a title="their site" href="http://www.algodeal.com/" target="_top">their site</a> or the <a title="discussion on LinkedIn" href="http://www.linkedin.com/e/vaq/14045391/1813979/12117966/view_disc/" target="_top">discussion on LinkedIn</a>.</p>
<div class='dd_after'><table><tr><td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/&amp;t=AlgoDeal+-+the+Career+Companion+for+the+Retail+Quant&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td><td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/&amp;title=AlgoDeal+-+the+Career+Companion+for+the+Retail+Quant&amp;t=2' height='18' width='120' frameborder='0' scrolling='no'></iframe></td><td><script type='text/javascript'><!--yahooBuzzArticleHeadline=AlgoDeal+-+the+Career+Companion+for+the+Retail+Quant;//--></script><script type='text/javascript' src='http://d.yimg.com/ds/badge2.js' badgetype='small-votes'></script></td><td><iframe src='http://api.tweetmeme.com/button.js?url=http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/&amp;source=&amp;style=compact' height='20' width='90' frameborder='0' scrolling='no'></iframe></td><td><script type='text/javascript'> var fbShare = {url: 'http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/',size:'small'}</script> <script type='text/javascript' src='http://widgets.fbshare.me/files/fbshare.js'></script></td></tr></table></div><!-- Generated by Digg Digg plugin, 
    Author : Yong Mook Kim
    Website : http://www.mkyong.com/blog/digg-digg-wordpress-plugin/ -->]]></content:encoded>
			<wfw:commentRss>http://mqlmagazine.com/job-career/algodeal-the-career-companion-for-the-retail-quant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Will MetaTrader5 fill the job void?</title>
		<link>http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/</link>
		<comments>http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:15:59 +0000</pubDate>
		<dc:creator>Bogdan Caramalac, MQLmagazine sr.editor</dc:creator>
				<category><![CDATA[Job & career]]></category>
		<category><![CDATA[Leading article]]></category>

		<guid isPermaLink="false">http://mqlmagazine.com/?p=1118</guid>
		<description><![CDATA[[Versiunea romaneasca] [MQLmagazine.com in romana] [English edition]
Didn&#8217;t you ever find job posts for financial markets &#038; trading a bit awkward?
So, as I see, things are a bit like this: there are two categories of jobs.
First category, jobs for traders. These guys are manual , discretionary traders. As opposed to the usual hyped forex trader, these [...]]]></description>
			<content:encoded><![CDATA[<p><a title="[Versiunea romaneasca]" href="http://mqlmagazine.com/ro/articol-de-fond/va-umple-metatrader5-vidul-de-joburi/" target="_top">[Versiunea romaneasca]</a> <a title="[MQLmagazine.com in romana]" href="http://mqlmagazine.com/ro" target="_top">[MQLmagazine.com in romana]</a> <a title="[English edition]" href="http://mqlmagazine.com" target="_top">[English edition]</a></p>
<p>Didn&#8217;t you ever find job posts for financial markets &#038; trading a bit awkward?</p>
<p>So, as I see, things are a bit like this: there are two categories of jobs.<br />
First category, jobs for traders. These guys are manual , discretionary traders. As opposed to the usual hyped forex trader, these ones work on level II markets for equities and derivatives, with the eyes glued to the orderbook, quick in hand movements and decision making. We might call them <em>Joe Saluzzi&#8217;s guys</em>. They need to know <em><strong>how the market psychology reflects in the order book structure and dynamics.</strong></em> This is why these jobs have a very upsetting thing mentioned inside, <strong>&#8220;knowledge of financial markets is a plus, but not required&#8221;</strong>. Sounds familiar? Then why the hell did you study this in the first place? Ok, I&#8217;ll drop this here, we discussed it in a past article, it&#8217;s a &#8220;smoked&#8221; issue&#8230; These guys are slowly being removed from markets, because, unlike the retail traders that have the same traits, they have to work in level II environments, and even worse, in the most cases they work in the same field where the high frequency trading engines roam. And there&#8217;s no way for them to compete with the &#8220;douchey computers&#8221;; the machines are not only faster in terms of execution, but also unethical : they are colocated within exchanges.</p>
<p>Second category, jobs for quants &#038; algo developers. We might call them <em>Irene Aldridge&#8217;s followers</em>. Working with complex models that only they understand, they make the algos and program the machines that kill the first category of traders. You can literally find hundreds of job posts for these &#8211; but requirements are high , either on the math side , requiring PhDs in physics, math, or statistics, or on the programming side, requiring knowledge in vast computing fields, from low-level networking to extensive math &#038; statistics packages as well as a lot of SQL.</p>
<p>Now&#8230;where the hell are we? MetaTrader folks never needed any of these. Statistics were completely unnecessary, because of the low quality of MT4&#8217;s Strategy Tester. No need of low-level networking, FIX, SQL. As for complex physics models, the same &#8211; no level II , there was no need for them. <strong>However, in time, the MetaTrader community grew to an impressive size. </strong></p>
<p>Does it mean that this huge community has no skills? Then why the few MetaTrader jobs are only on freelancing market and include either pesky EA modification projects or things that are outside MQL itself, such as MQL decompiling?</p>
<p>If we think about the finance world, then normal repartition should apply. Which means the majority of funds and trading desks should be somewhere in the middle, using technology of an average quality. Now if the technology is average , it surely can&#8217;t be used for complicated high frequency trading games. Then my criteria should apply &#8211; it could be used for intermarket approaches, which allow arbing due to latency differences. But, as I said, the technology has an average quality. Sure there is connectivity, prop trading desks around the world have good connectivity &#8211; just look at the job posts, they trade quite everything in equities and futures. But, question is, <strong>why do they use prop trading, if they have the connectivity?</strong> Why not employing more automated trading, if high frequency approaches are not quite possible?</p>
<p>I&#8217;m thinking about two possible explanations:<br />
1. The costs of implementing automated desks that use HFT is enormous. Institutional platforms are very costly, even the ones that are used more for informational purposes. They cost <strong>shameless</strong> amounts of money. Add to this the salaries of quant developers and PhDs and you&#8217;re almost going under&#8230;<br />
2. The implied paradigm. As I explained in my previous article, the delusion is a result of marketing combined with limits in trading platforms. Now these mid class institutionals may have connectivity, but as we know, average quality institutional platforms have backtesting problems. Not the kinda problems MT4 Strategy Tester has, they have the problem of &#8230;lacking it. That is, the producer puts so much emphasis on connectivity and a &#8220;white label&#8221; API solution, or FIX for more sophisticated desks, <em>that the topic of backtesting gets out of question</em>. Once you put the topic of backtesting out of question, all that remains is people&#8217;s gut about the markets. What tricks and scalping techniques they know about the order book, and that&#8217;s just about all &#8211; that&#8217;s the paradigm they have to use on a daily basis.</p>
<p>MetaTrader4 is a plagued platform, and I&#8217;m not going to enumerate again all its problems.<br />
Shamefully, MetaQuotes pulled in this whirlwind an entire generation of traders. Ever since MT4 was out, there is this feeling of hopelessness in terms of multiasset backtesting. In a way, it fed the <strong>wrong paradigm</strong> and own demise, it&#8217;s viewed as a junk platform in institutional environments. MT4 may not have been adopted ever by big banks and hedge funds, but small trading desks would have adopted it , <em>if it would have filled the analytics needs and event based programming.</em> <strong>And that would have meant decent jobs for retail traders and developers, mark my word!</strong> &#8230; we wouldn&#8217;t have this stigma of Cynderellas of the trading world as we have now.</p>
<p>I expect the final demise on MT4 in retail trading in a few months after the launch of MT5. However, what happens with MT4 is no interest for me, because if it will fail, it will be because its own supporters will desert it for the candies of MT5, not because brokers will impose MT5 before its time.</p>
<p>I am interested in what else might be found in the MT5 pack. If MT5 is the bridge between the retail approach of MT4 and the real institutional platforms , not quite like X-Trader or Strategy Runner, but more like the top notch &#8211; Athena, Tango, Orc, FlexTrade , in terms of everything that excludes latency, in both execution and backtesting, then <strong>MT5 might mark the beginning of the changes for the retail community.</strong> The problem for prop trading desks is simple &#8211; adopt a level II platform that allows a lot of automated trading and backtesting in all the areas of trading that hedge funds analyse and operate, except for latency issues; drastically cut trading platform costs &#8211; we might even think about custom MetaTrader5 implementation &#8211; for their own needs, with their own datafeed. Speed of trading will be higher than whatever the prop traders could have done, analytics and market paradigm improved, all at lower costs than before and way below hedge fund costs!</p>
<p>This could mean finally <strong>good and decent jobs for the retail segment.</strong> Because the prop desks don&#8217;t have the approach that hedge funds have, and they are not forced to stand up the same costs as they do. Their approach is nearer to the retail field, since they don&#8217;t use automation. And retail traders that lost years with MT4 are likely to benefit of job openings for MQL5; there will be a transfer of know-how and funds between the retail community and their counterparts in the institutional world. Retail traders can be easily upgraded to more institutional views of the market, because they already have the development skills accumulated in the MT4 times. I couldn&#8217;t have thought of a better moment for MT5 to come than in this crysis, when everyone needs to reform : retail segment on the brink of the collapse in US, people losing jobs, hedge funds with a higher pressure from both investors and market. In a time when everyone cuts costs , MT5 appears as the &#8220;poor man&#8217;s institutional platform&#8221;, with features that go beyond mid class institutional platforms. That makes it a good candidate for a lot of the institutional segment, and when this reform happens, the retail segment is right there, awaiting to get jobs&#8230;. and be retail no more.</p>
<p><strong>Let&#8217;s not forget about the emergence of AlgoDeal as a quantish backtesting platform.</strong> Retail quants that lost years on MetaTrader4 might try this one too for sharping up Java skills while viewing MetaTrader5 strategies from another angle. As retail quants skills approach hedge fund requirements this way, amazing changes in careers may happen&#8230;</p>
<p><em>Note: Finance jobs from Romania and other destitute contries of the Eastern Europe don&#8217;t fill the profile mentioned in this article. For instance, just compare the financial jobs section of the job sites (or, better said, career sites) like efinancialcareers.co.uk or QuantSpot.com with romanian resume servers like bestjobs.ro or ejobs.ro . Finance here is mostly mixed with accounting and banking, without a clear position and clear subfields in the domain list, denoting not only the lacking hedge funds , prop trading desks and investment banks, but also the ignorance of job site webmasters.</em></p>
<div class='dd_after'><table><tr><td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/&amp;t=Will+MetaTrader5+fill+the+job+void%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td><td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/&amp;title=Will+MetaTrader5+fill+the+job+void%3F&amp;t=2' height='18' width='120' frameborder='0' scrolling='no'></iframe></td><td><script type='text/javascript'><!--yahooBuzzArticleHeadline=Will+MetaTrader5+fill+the+job+void%3F;//--></script><script type='text/javascript' src='http://d.yimg.com/ds/badge2.js' badgetype='small-votes'></script></td><td><iframe src='http://api.tweetmeme.com/button.js?url=http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/&amp;source=&amp;style=compact' height='20' width='90' frameborder='0' scrolling='no'></iframe></td><td><script type='text/javascript'> var fbShare = {url: 'http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/',size:'small'}</script> <script type='text/javascript' src='http://widgets.fbshare.me/files/fbshare.js'></script></td></tr></table></div><!-- Generated by Digg Digg plugin, 
    Author : Yong Mook Kim
    Website : http://www.mkyong.com/blog/digg-digg-wordpress-plugin/ -->]]></content:encoded>
			<wfw:commentRss>http://mqlmagazine.com/leading-article/will-metatrader5-fill-the-job-void/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is MQL a bad career skill or is Eastern Europe a bad place for quants?</title>
		<link>http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/</link>
		<comments>http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:00:16 +0000</pubDate>
		<dc:creator>Bogdan Caramalac, MQLmagazine sr.editor</dc:creator>
				<category><![CDATA[Job & career]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[Eastern Europe]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[skill]]></category>
		<category><![CDATA[universities]]></category>

		<guid isPermaLink="false">http://mqlmagazine.com/?p=15</guid>
		<description><![CDATA[[Versiunea romaneasca] [MQLmagazine.com in romana] [English edition]

Tough one, huh? A very bad question to put yourself, like a splinter in the brain&#8230;
Despite the MetaTrader&#8217;s attractiveness and ease of MQL programming, there is still something bad about it. Let&#8217;s unravel this a bit. Why are we attracted to markets? Because there are money and success. Success [...]]]></description>
			<content:encoded><![CDATA[<p><a title="[Versiunea romaneasca]" href="http://mqlmagazine.com/ro/job-cariera/este-mql-un-skill-rau-pentru-cariera-sau-e-europa-de-est-un-loc-rau-pentru-quanti/" target="_top">[Versiunea romaneasca]</a> <a title="[MQLmagazine.com in romana]" href="http://mqlmagazine.com/ro" target="_top">[MQLmagazine.com in romana]</a> <a title="[English edition]" href="http://mqlmagazine.com" target="_top">[English edition]</a></p>
<p><img class="alignright size-full wp-image-26" title="Meditating clerk" src="http://mqlmagazine.com/wp-content/uploads/2009/11/tired-clerk.jpg" alt="Meditating clerk" width="447" height="298" /></p>
<p>Tough one, huh? A very bad question to put yourself, like a splinter in the brain&#8230;</p>
<p>Despite the MetaTrader&#8217;s attractiveness and ease of MQL programming, there is still something bad about it. Let&#8217;s unravel this a bit. Why are we attracted to markets? Because there are money and success. Success means a prosperous life , in all the aspects of it. And no matter how good you are, even if your yields are good, success may be still very far&#8230;</p>
<p>A trading platform , together with a broker , may give you all the tools you need. You may have success. But if the result of this is not satisfactory enough, hell, you could trade for a living and still be unsatisfied, there will still remain the question &#8220;What did I do wrong?&#8221;&#8230;</p>
<p>Thing is, extra money, or money in general, may be helpful if the other elements are in place. Remember &#8220;The 5th element&#8221; ? Similar case in trading. Money as a result, or even market success, is not enough, if it does not come with that flavour, of living in a big city, working in a hedge fund/investment bank/trading house with people that understand what you say when you speak, meet people of value in both professional and personal life. And I guess that in your small remote town where you can&#8217;t even have a beer with someone that understands trading or markets no MetaTrader will be able to give you that, even with all success on markets that you might have.</p>
<p>So the next step is that MetaTrader and MQL programming will give you something of value for your life, for your soul. But it won&#8217;t, and here&#8217;s why:</p>
<p>1. They want you to have a very good track record &#8211; and perhaps MT5 will allow you to get here, doubtly MT4. They want you to come from a prestige university, even <em>ivy league</em>. Hell &#8211; you studied at a local or regional school, your diploma is like toilet paper for the finance world!</p>
<p>2. They want all kinda stuff &#8211; C++, Java, SQL, FIX. You never used this stuff. Didn&#8217;t use C++ nor Java because APIs didn&#8217;t have backtesting, never felt the need to record huge amounts of data with an SQL engine and you&#8217;re not institutional so you don&#8217;t have a clue even about what FIX is, not talking about how to implement it. So I guess your skills are as low as your diploma.</p>
<p>3. You need, as usual, previous experience. Thing you didn&#8217;t get officially, because MetaTrader/MQL is after hours. It does not appear in your CV. And even if it does, who uses it in the big finance world?</p>
<p>4. Even job posts are missing.Eastern Europe is a big desert for finance graduates.</p>
<p>You might disagree on 4), but there is quite nothing here. No investment banks &#8211; they were  not present before the crysis, and now they were taken over by commercial banks, no hedge funds &#8211; who will come here to do the same thing as there? After all, this is a dematerialized business &#8211; there is no need to be physically present. And then, who would abandon the lifestyle of a big city like London, Frankfurt sau New York to come in a country which doesn&#8217;t value work, education and effort, but values only the tons of money from clientelar contracts ? Sure there are plenty of commercial banks, insurance jobs, credit broking jobs, insurance broking jobs, credit officer jobs. But that thing &#8211; the one that pushed you all the way thru your studies, that one is missing. London is the hedge fund country. You might get an entry level job there even if you lack some skills. But who will get you out of the endless pit that is your own country , county and city?</p>
<p>I&#8217;m even wondering : why are there still finance faculties in Eastern Europe ? I mean Europe as a whole doesn&#8217;t believe too much in markets. It is believed that markets have something to do with americans mostly. And brits, secondly. Eastern Europe countries are the countries of the &#8220;daddy&#8221; : no markets, trading and hope in a general good, rather a continuous &#8220;shut up and get in the program&#8221;. The largest void feeling that you have is when you finally graduate and, after years of hard learning, you find the disaster that was always in the front of your eyes yet you denied to see : instead of a thriving hedge fund community filled with people that blunted their elbows on faculties benches and countless reasearch hours, countries are fully packed with tens of thousands of pesky SMEs mostly owned by people who barely graduated highschool&#8230; And there are, beyond these, the state , multinational companies and banks. The state will underpay you, and the SMEs will drive you tired to death. The multinationals will do the same, but you will sell your soul better. What about the banks ? These are not the banks you read in your finance manual about : no decesead Merrill Lynch, Lehman Brothers, Bear Stearns or the remainder Goldman Sachs. Who the hell talks in big finance world about Erste or Raiffeisen ? Yes, they might want you &#8211; there are not too many people willing to market their credits &#8211; especially now &#8211; or not too many willing to wash their eyes with credit files. And there are some people who ask you astonished <em><strong>but what did you expect to do ? You could be an accountant or a clerk!</strong></em> Oh my God! This is what you understood from finance? And you call yourself MBA graduate? Oh, forgive my stupidity, but the title was <em><strong>Faculty of Finance / Faculty of Financial Management &#8211; </strong></em>not <em><strong>Faculty of  Clerks! </strong></em>Don&#8217;t get me wrong, it&#8217;s nothing bad in being a clerk if that&#8217;s what you were told you&#8217;ll get and that was your goal that you pursuit. You will ask me why I stress for a career in a hedge fund compared to one in a bank. Why? Because there is more fun and it&#8217;s more rewardful, and you can use the knowledge anywhere, without being bound to a financial institution (like in commercial banking) or without country borders (as in acccounting). After all, you can&#8217;t just not love these guys who fight to get the cash from the market, as opposed to the ones that have the privilege of getting their cash from the interest , without the stress of being right &#8211; because when they were wrong, they were bailed out!</p>
<p>But the deceiver faculties must pay. All the ones that market careers that they don&#8217;t offer. Because they are just thieves wanting your money. And if your diploma is supposedly worth the money, at least don&#8217;t make the mistake of studying forward. Because the MBA guys are really the masters&#8230; of deceitness. This is not only a feature of Eastern Europe. It&#8217;s more general.</p>
<p>Thing is, there is this strange assumption that <strong>education is worth</strong>. This is a big, big mistake. Education , in terms of information and competence, is quite not worth a penny. You can Google it! Want free education, go <a href="http://www.khanacademy.org/" target="_blank">here</a> ! What is worth, is the <strong>chance of a career , because career equals success : connections in the right field.</strong> And we talk real connections, eye-to-eye, not people listed in your profile. Oh, and they market this very well. You want &#8220;education&#8221;, you gotta pay tens of thousands of pounds! Don&#8217;t even look at an MBA programme that&#8217;s just a few grands! Too deceiving. Better try getting a free masters. It won&#8217;t be too worth, but at least will not cost! After all, what can be worst than paying lots of money for an MBA with a doubtable effect in career, since you already get bad jobs after faculty ? My advice : get your masters after the career gates get open, but not before, otherwise it&#8217;s like throwing money off the window!</p>
<p>Another interesting thing to discuss is the surge of MBA vs. MS. You don&#8217;t hear too much about MS nowadays. Everyone wants MBA. Master in Business Administration. Like everyone will be in Business Administration!</p>
<p><strong><em>Education costs too much to be worth, and deceitness is the only thing that keeps the &#8220;education sellers&#8221; in business! Don&#8217;t fall in the trap! Study alone, connect and try beating the market if possible. Because market is fair. It doesn&#8217;t matter whether you&#8217;re beginner or experienced. It matters only that the money you make when you&#8217;re right to be way more than the money you lose when you&#8217;re wrong.</em></strong> <em><strong>If you&#8217;re profiting, have fun and use the money like someone that has a career. In time, you&#8217;ll realise that you had the career, but it happened in the front of your computer, instead of a financial institution.</strong></em></p>
<p>Bottom line : <strong>you can&#8217;t use MQL to get a career, and being a beginner quant in Eastern Europe is quite feeling like an alien crashed on Earth.</strong><strong> </strong>.</p>
<p>However, we can&#8217;t ignore the fact that MetaTrader can play the role of a trading laboratory for finance students and future traders. Because MetaTrader is a virtual trading laboratory. Everything that the wannabe trader and the finance student needs . Universities have old programmes and old vision ; probably things now are the same as when I graduated, seven years ago &#8211; that means no laboratory/practice in finance and trading ; students may not even see a live trading room for the time they study at the university &#8211; for the same reasons as above. As a result, MT emerges as an alternative educational tool , especially now, when version 5 will cover a multitude of markets and assets types as well as extended backtest capabilities (at least I suppose so). Of course you may argue that MT is not made to analyse huge volumes of data &#8211; as the math and statistics packages like MATLAB , S-Plus, or R can. However, it is very unlikely that student or trader will have the opportunity to use an ultra low latency solution. Hence, MT5 will be an equilibrium solution, latent on one side, but giving a lot of opportunities in backtesting and trading. It&#8217;s quite a shame that a piece of software can be more helpful in building a career than a university, but at least this tool exists, and our hope is that forcibly, finance students can use tools as MT to bypass the career barriers that the Eastern Europe is so efficient at placing in, and finally achieve the goals that we pursuit, as well as the more lucky british and american counterparts that study in the right places.</p>
<div class='dd_after'><table><tr><td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/&amp;t=Is+MQL+a+bad+career+skill+or+is+Eastern+Europe+a+bad+place+for+quants%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td><td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/&amp;title=Is+MQL+a+bad+career+skill+or+is+Eastern+Europe+a+bad+place+for+quants%3F&amp;t=2' height='18' width='120' frameborder='0' scrolling='no'></iframe></td><td><script type='text/javascript'><!--yahooBuzzArticleHeadline=Is+MQL+a+bad+career+skill+or+is+Eastern+Europe+a+bad+place+for+quants%3F;//--></script><script type='text/javascript' src='http://d.yimg.com/ds/badge2.js' badgetype='small-votes'></script></td><td><iframe src='http://api.tweetmeme.com/button.js?url=http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/&amp;source=&amp;style=compact' height='20' width='90' frameborder='0' scrolling='no'></iframe></td><td><script type='text/javascript'> var fbShare = {url: 'http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/',size:'small'}</script> <script type='text/javascript' src='http://widgets.fbshare.me/files/fbshare.js'></script></td></tr></table></div><!-- Generated by Digg Digg plugin, 
    Author : Yong Mook Kim
    Website : http://www.mkyong.com/blog/digg-digg-wordpress-plugin/ -->]]></content:encoded>
			<wfw:commentRss>http://mqlmagazine.com/job-career/is-mql-a-bad-career-skill-or-is-eastern-europe-a-bad-place-for-quants/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

