<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Commandline for FSB Pro???]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/7441/" />
	<updated>2018-08-15T16:04:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/7441/commandline-for-fsb-pro/</id>
		<entry>
			<title type="html"><![CDATA[Re: Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51905/#p51905" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>I&#039;m researching different ways of providing customization for EA Studio. You see how many requests we have. <br />There is a long way ahead to make a workable solution, but the prototype works fine. I think I need at least an year to finish the scripting language and to start exposing different EA Studio settings.</p></blockquote></div><p>Well, you all are speaking of skill sets I don&#039;t currently have but I&#039;m eager to watch EASL and other technologies bud and blossom.&nbsp; Thanks for your efforts and labor!</p>]]></content>
			<author>
				<name><![CDATA[Freebird]]></name>
				<uri>https://forexsb.com/forum/user/10422/</uri>
			</author>
			<updated>2018-08-15T16:04:42Z</updated>
			<id>https://forexsb.com/forum/post/51905/#p51905</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51903/#p51903" />
			<content type="html"><![CDATA[<p>I&#039;m researching different ways of providing customization for EA Studio. You see how many requests we have. <br />There is a long way ahead to make a workable solution, but the prototype works fine. I think I need at least an year to finish the scripting language and to start exposing different EA Studio settings.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-08-15T15:20:21Z</updated>
			<id>https://forexsb.com/forum/post/51903/#p51903</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51902/#p51902" />
			<content type="html"><![CDATA[<p>Interesting -- thanks, Popov.</p><p>It&#039;s been a couple of months since I last used EA Studio and need to re-familiarize myself.&nbsp; Yes -- running a script from within EA Studio (or even FSB-Pro) would be great.</p><p>It wasn&#039;t clear to me -- is this a feature that currently exists or are you saying this may be a way to provide automation and also provide code protection?</p>]]></content>
			<author>
				<name><![CDATA[sleytus]]></name>
				<uri>https://forexsb.com/forum/user/9721/</uri>
			</author>
			<updated>2018-08-15T15:09:18Z</updated>
			<id>https://forexsb.com/forum/post/51902/#p51902</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51894/#p51894" />
			<content type="html"><![CDATA[<p>More optimistically, I think that automating EA Studio may work better.</p><p>For example we may run a script within it in EASL to download data periodically, validate / optimize strategies and upload collections to FST. Or directly Portfolio experts.</p><br /><p>Why not making something like that:</p><div class="codebox"><pre><code>(start-automation
   (name &quot;Strategies validation&quot;)
   (period (3 * 3600))
   (data.update-files [&quot;EURUSD H1&quot; &quot;EURUSD M30&quot;] &quot;localhost/get-data&quot;)
   (collection.empty)
   (validator.load-collection &quot;localhost/get-collection&quot;)   
   (validator.start)
   (collection.upload &quot;localhost/set-collection&quot;) 
   (collection.empty))</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-08-15T10:56:42Z</updated>
			<id>https://forexsb.com/forum/post/51894/#p51894</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51879/#p51879" />
			<content type="html"><![CDATA[<p>Popov -- thanks for your response.&nbsp; And, you did NOT fail.&nbsp; The 10 years was part of the evolution process to create the most innovative and valuable software applications available to retail traders.</p><p>Using existing scripts I can automate part of the &quot;refreshing&quot; process -- and I&#039;m fine with that.&nbsp; Since I&#039;m lazy I thought I would ask if you had plans to expose some functionality via the command line -- making it possible to automate the entire process.</p><p>I understand the dilemma between making your products open and also protecting your intellectual property.&nbsp; I think you&#039;ve chosen a wise path.</p>]]></content>
			<author>
				<name><![CDATA[sleytus]]></name>
				<uri>https://forexsb.com/forum/user/9721/</uri>
			</author>
			<updated>2018-08-14T07:31:29Z</updated>
			<id>https://forexsb.com/forum/post/51879/#p51879</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51876/#p51876" />
			<content type="html"><![CDATA[<p>Several years ago, when FSB was open source, Sergei created an amazing system. It was a program that was able to open multiple instances of FSB inside and to automatically update the data and to tun multiple Optimizers. It was only possible with heavy modifications of the program. </p><p>The current FSB Pro has no API for remote operations. </p><p>On the other hand, I made experiments with EA Studio recently and managed to run it in the console easily. It provides all tools - Generator, Validator, Optimizer... and can be started with data and strategies. I used that for testing different settings. It is possible some day to pack it in Electron or other platform that run JS on the user&#039;s machine, however these platforms do not provide code protection currently. </p><p>I want very much to make my products open in order to be able to provide amazing features, however the ugly true is that I would not be able to maintain my company in that way. I tried hard for 10 years but I failed.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-08-14T06:50:01Z</updated>
			<id>https://forexsb.com/forum/post/51876/#p51876</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Commandline for FSB Pro???]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/51619/#p51619" />
			<content type="html"><![CDATA[<p>Popov,</p><p>I was wondering if you&#039;ve ever considered exposing some command line features.&nbsp; In particular, I would like to automate the &quot;refreshing&quot; of strategies -- i.e. input a list of *.XML files and have them re-optimized.</p><p>I have a script that can scroll back through an MT4 chart and load the data for all time frames, plus I have your ExportCsvData script -- so, I can automate the retrieving of the most recent broker data and populate FSB&#039;s Data folders.&nbsp; If I could input *.XML files to FSB Pro and have it run the optimizer (using the current settings for the application) and then output new *.XML and *.mql4 files, along with a text file with resultant statistics, then I could automate the rest.&nbsp; I would use Portfolio Maker to bundle the *.mql4 into a portfolio EA and redeploy to MT4.&nbsp; In this way we could automate the &quot;refreshing&quot; of strategies with the most recent broker data.&nbsp; How often this occurs would be up to the user -- e.g. daily, weekly,&nbsp; monthly, whatever.&nbsp; I can even automate back testing with MT4 Strategy Tester ahead of time -- since this also can be done from the command line.</p><p>Regards,<br />Steve</p>]]></content>
			<author>
				<name><![CDATA[sleytus]]></name>
				<uri>https://forexsb.com/forum/user/9721/</uri>
			</author>
			<updated>2018-07-29T21:16:06Z</updated>
			<id>https://forexsb.com/forum/post/51619/#p51619</id>
		</entry>
</feed>
