<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Programming language]]></title>
		<link>https://forexsb.com/forum/topic/4768/programming-language/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4768/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Programming language.]]></description>
		<lastBuildDate>Mon, 05 Mar 2018 13:29:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/49474/#p49474</link>
			<description><![CDATA[<p>Mr Popov and sleytus ,It make Sense. Yes&nbsp; i am interesting in learning a programming language. <br />Many Thanks for your Answers.</p>]]></description>
			<author><![CDATA[null@example.com (bhgtf52168A)]]></author>
			<pubDate>Mon, 05 Mar 2018 13:29:42 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/49474/#p49474</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/49468/#p49468</link>
			<description><![CDATA[<p>Couldn&#039;t help but also add my 2 cents.&nbsp; As with everything in life -- it comes down to trade-offs.</p><p>Let&#039;s suppose that C and C++ are a bit faster than C#, that&#039;s fair to say.&nbsp; But in the case of a Forex application a good chunk of the time is spent sending data back and forth over the Internet -- which takes a long time.&nbsp; Often many milliseconds or seconds.&nbsp; So, overall, would it make a difference if an algorithm written in C takes 4.5 microseconds and one written in C# takes 7 microseconds?&nbsp; Probably not.&nbsp; On the other hand, a developer gets a lot for free from .NET when using C#.&nbsp; That is, when using C# you can write a nice application in a couple of weeks.&nbsp; Using C or C++ it would take a year.</p><p>If you were writing a program for the next space shuttle or missile defense system, then the rate-limiting section of code would be written in C or assembly because every microsecond counts.&nbsp; But when other portions of the program have delays of milliseconds or seconds, then developers will choose a language that gets the job done more quickly and correctly.</p><p>By the way -- I&#039;m not suggesting it took a couple of weeks to create FSB -- no way.&nbsp; My point was the same application written in C or C++ would take 20x or more longer to develop than a similar one using C#.&nbsp; If you are thinking of learning programming -- which I think is a great idea and no where near as difficult to learn as many people think -- then C# is definitely the way to go.</p><p>Does that make sense?</p>]]></description>
			<author><![CDATA[null@example.com (sleytus)]]></author>
			<pubDate>Mon, 05 Mar 2018 09:54:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/49468/#p49468</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/49465/#p49465</link>
			<description><![CDATA[<p>C and C++ are very low level programming languages. They are primary used for OS core development and tooling. The Linux core is written in C. The Linux programs (GNU) as well as the Windows are written in C++. These are programs designed to be used by administrators or other programs. On the other hand the software that targets general users must have good user interface. This is what you see when you open a program - menus, buttons, boxes, panels... Unfortunately there is a very few user interface technologies. WinForms and Windows Presentation Foundation are the dominant ones provided with .NET Framework, which also provides C#. This makes the C# a natural choice for the Windows programs promoted by Microsoft from 15 years.</p><p>MetaTrader is written in C++ as well as many other windows programs. Theoretically C++ must be a little bit faster than C#, however the programs algorithm has more dominant role for the performance.</p><p>C and C++ are excellent and I used to write on them years ago. However from my point of view, C# is better as a general solution. </p><p>Recently Mozilla created new programming language &quot;Rust&quot; as a replacement of C++ and use it in the newest version of Firefox. Rust shows all signs to replace C++ for the user oriented software.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 05 Mar 2018 09:30:28 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/49465/#p49465</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/49458/#p49458</link>
			<description><![CDATA[<p>Hello. Nice topic. </p><p>I have a general question , only for education. <br />I was wondering for educational purposes only, what if Forex Strategy Builder was coded in C++ or C ?<br />Wouldn’t be better, faster&nbsp; and Smoother ? </p><p>And If yes , then why did you coded it in C# ?&nbsp; </p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (bhgtf52168A)]]></author>
			<pubDate>Sun, 04 Mar 2018 12:24:20 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/49458/#p49458</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24903/#p24903</link>
			<description><![CDATA[<p>That would be great! Thanks guys.</p>]]></description>
			<author><![CDATA[null@example.com (sol001)]]></author>
			<pubDate>Wed, 30 Apr 2014 14:16:25 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24903/#p24903</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24875/#p24875</link>
			<description><![CDATA[<p>Yes, it&#039;s a start. There are certain aspects which need to be dealt with, but I believe it&#039;ll be fine. If you get to that point and need guidance, post the pattern and lets find the optimum solution.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 29 Apr 2014 14:56:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24875/#p24875</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24873/#p24873</link>
			<description><![CDATA[<p>I work a lot with a tool called price action lab that finds price patterns based on my criteria and can output text code of the logic for MetaTrader. Possibly I could use copy and paste in FSB and work from there? What do you think? Here is an example of a single pattern logic: <a href="http://www.priceactionlab.com/Literature/pal60manual/pal60manual.html#process41">http://www.priceactionlab.com/Literatur … #process41</a></p>]]></description>
			<author><![CDATA[null@example.com (sol001)]]></author>
			<pubDate>Tue, 29 Apr 2014 13:31:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24873/#p24873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24872/#p24872</link>
			<description><![CDATA[<p>You&#039;re welcome! Unfortunately no translators or strategy import functions... All needs to be manually built in FSB, but that&#039;s easy. I think that matching strategy behaviour can be tricky in some cases also, be prepared <img src="https://forexsb.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 29 Apr 2014 13:13:30 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24872/#p24872</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24871/#p24871</link>
			<description><![CDATA[<p>Thank you for the fast replies! I like this program first sight. It looks different. Do you know if there are any easylanguage tarnslators for it? I have many systems in easylanguage since I was using TS. Also do you know if there is strategy import capability from a text file for example?</p>]]></description>
			<author><![CDATA[null@example.com (sol001)]]></author>
			<pubDate>Tue, 29 Apr 2014 13:04:17 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24871/#p24871</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24869/#p24869</link>
			<description><![CDATA[<p>To be more precise, you don&#039;t need coding for strategy development, one does it with GUI. If you want to develop indicators or enhance FSB itself, then coding in C# is the way.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 29 Apr 2014 13:01:01 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24869/#p24869</guid>
		</item>
		<item>
			<title><![CDATA[Re: Programming language]]></title>
			<link>https://forexsb.com/forum/post/24868/#p24868</link>
			<description><![CDATA[<p>C#</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 29 Apr 2014 12:59:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24868/#p24868</guid>
		</item>
		<item>
			<title><![CDATA[Programming language]]></title>
			<link>https://forexsb.com/forum/post/24867/#p24867</link>
			<description><![CDATA[<p>What is the programming language for strategy development in FSB?</p>]]></description>
			<author><![CDATA[null@example.com (sol001)]]></author>
			<pubDate>Tue, 29 Apr 2014 12:53:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24867/#p24867</guid>
		</item>
	</channel>
</rss>
