<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — powershell & command prompt FAQs]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/9250/" />
	<updated>2022-10-20T15:00:49Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/9250/powershell-command-prompt-faqs/</id>
		<entry>
			<title type="html"><![CDATA[Re: powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71722/#p71722" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>&gt; I made separate generator file per pair per timeframe</p><p>Well done!</p><p>You can use the newer Symbol, Period format instead of pointing to the concrete data file. You may find it easier:<br /></p><div class="codebox"><pre><code>&gt; node bin/gen --settings ./my-settings.ini --symbol EURUSD --period H1</code></pre></div></blockquote></div><p>yes now its possible :-)</p>]]></content>
			<author>
				<name><![CDATA[Roughey]]></name>
				<uri>https://forexsb.com/forum/user/10939/</uri>
			</author>
			<updated>2022-10-20T15:00:49Z</updated>
			<id>https://forexsb.com/forum/post/71722/#p71722</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71712/#p71712" />
			<content type="html"><![CDATA[<p>&gt; I made separate generator file per pair per timeframe</p><p>Well done!</p><p>You can use the newer Symbol, Period format instead of pointing to the concrete data file. You may find it easier:<br /></p><div class="codebox"><pre><code>&gt; node bin/gen --settings ./my-settings.ini --symbol EURUSD --period H1</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2022-10-20T09:25:58Z</updated>
			<id>https://forexsb.com/forum/post/71712/#p71712</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71707/#p71707" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Roughey wrote:</cite><blockquote><div class="quotebox"><cite>ahmedalhoseny wrote:</cite><blockquote><p>I found the solution </p><p>PS C:\Users\MCST&gt; cd..<br />PS C:\Users&gt; cd..<br />PS C:\&gt; Set-Location -Path E:\FSB\express-generator<br />PS E:\FSB\express-generator&gt;</p><br /><p>But every time i start powershell it start again with C directory <br />How to fix the FSB directory to be the main directory!</p></blockquote></div><p>its easier to build a batch file...</p><div class="codebox"><pre><code>node .\bin\gen.js --data ./data/premium/EURUSD_H1.json --settings ./my-settings.ini</code></pre></div><div class="codebox"><pre><code>node .\bin\gen.js --data ./data/premium/GBPUSD_H1.json --settings ./my-settings.ini</code></pre></div><p>put those code in a text editor and save as. .cmd</p><p>i make an update batch like this,<br /></p><div class="codebox"><pre><code>node .bin\fetch --update-check-interval 0</code></pre></div><p>you have to put this in the directory of EG. double click and its done...when use other settings only edit the batch file in texteditor</p></blockquote></div><p>Thanks Roughey works fine</p><p>I made separate generator file per pair per timeframe </p><p>Regards</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2022-10-20T08:58:37Z</updated>
			<id>https://forexsb.com/forum/post/71707/#p71707</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71586/#p71586" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ahmedalhoseny wrote:</cite><blockquote><p>I found the solution </p><p>PS C:\Users\MCST&gt; cd..<br />PS C:\Users&gt; cd..<br />PS C:\&gt; Set-Location -Path E:\FSB\express-generator<br />PS E:\FSB\express-generator&gt;</p><br /><p>But every time i start powershell it start again with C directory <br />How to fix the FSB directory to be the main directory!</p></blockquote></div><p>its easier to build a batch file...</p><div class="codebox"><pre><code>node .\bin\gen.js --data ./data/premium/EURUSD_H1.json --settings ./my-settings.ini</code></pre></div><div class="codebox"><pre><code>node .\bin\gen.js --data ./data/premium/GBPUSD_H1.json --settings ./my-settings.ini</code></pre></div><p>put those code in a text editor and save as. .cmd</p><p>i make an update batch like this,<br /></p><div class="codebox"><pre><code>node .bin\fetch --update-check-interval 0</code></pre></div><p>you have to put this in the directory of EG. double click and its done...when use other settings only edit the batch file in texteditor</p>]]></content>
			<author>
				<name><![CDATA[Roughey]]></name>
				<uri>https://forexsb.com/forum/user/10939/</uri>
			</author>
			<updated>2022-10-14T12:46:31Z</updated>
			<id>https://forexsb.com/forum/post/71586/#p71586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71566/#p71566" />
			<content type="html"><![CDATA[<p>I found the solution </p><p>PS C:\Users\MCST&gt; cd..<br />PS C:\Users&gt; cd..<br />PS C:\&gt; Set-Location -Path E:\FSB\express-generator<br />PS E:\FSB\express-generator&gt;</p><br /><p>But every time i start powershell it start again with C directory <br />How to fix the FSB directory to be the main directory!</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2022-10-13T22:05:33Z</updated>
			<id>https://forexsb.com/forum/post/71566/#p71566</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71565/#p71565" />
			<content type="html"><![CDATA[<p>My 1st Question </p><p>I tried by all means to change the root dictionary of my powershell from C to to express generator folder with no luck , i tried google help but all recommendations not working</p><p>The only working solution is cd.. but i still in C directory and cannot go out to D director</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2022-10-13T21:50:47Z</updated>
			<id>https://forexsb.com/forum/post/71565/#p71565</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[powershell & command prompt FAQs]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71564/#p71564" />
			<content type="html"><![CDATA[<p>Dear Popov,<br />I started this topic for the sake of to understand powershell commands and get familiar with Command lines and keep other topics focused on building strategies .</p><p>Regards<br />Ahmed</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2022-10-13T21:42:55Z</updated>
			<id>https://forexsb.com/forum/post/71564/#p71564</id>
		</entry>
</feed>
