<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Can I buy and sell using different logic conditions?]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/1086/" />
	<updated>2009-10-28T07:02:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/1086/can-i-buy-and-sell-using-different-logic-conditions/</id>
		<entry>
			<title type="html"><![CDATA[Re: Can I buy and sell using different logic conditions?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3340/#p3340" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>Probably I&#039;ll publish an open source Visual Studio CustomIndicators project. It will be much easier and faster to build and debug custom indicators with it.</p></blockquote></div><p>Yes, that would dismiss all the pending questions like these:</p><p>- I saw the Sigma class code from your web site, but can&#039;t find enumerations used there<br />- I saw Entry Once indicator code published in indicators list page, but there is actually an empty body as Calculate() method implementation, and I hoped that would be my hint to get the info about the last trade...</p>]]></content>
			<author>
				<name><![CDATA[nico]]></name>
				<uri>https://forexsb.com/forum/user/1394/</uri>
			</author>
			<updated>2009-10-28T07:02:40Z</updated>
			<id>https://forexsb.com/forum/post/3340/#p3340</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can I buy and sell using different logic conditions?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3339/#p3339" />
			<content type="html"><![CDATA[<p>Dear Mr.Popov</p><p>I already installed FST and it works fine. </p><p>I had a very good strategy before few years using your FSB enviroment but that time&nbsp; there was not FST... I could not transfer it to MT4... Now I work on it again...</p><p>The most basic thing which is missing to FSB is exactly what you said, few examples using Vis. Studio Express which is free.</p><p>But please add to that some more explanations on the special instructions which possibly used in your custom indicators out of C# language.</p><p>Your FSB enviroment looks very promising to me as it is fast and the algorithms you use support forex market in a wealthy way. Also, it can be portable to other platforms.</p><p>Thanks again for your responses.</p>]]></content>
			<author>
				<name><![CDATA[Jim Jimakos]]></name>
				<uri>https://forexsb.com/forum/user/1407/</uri>
			</author>
			<updated>2009-10-27T12:33:38Z</updated>
			<id>https://forexsb.com/forum/post/3339/#p3339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can I buy and sell using different logic conditions?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3338/#p3338" />
			<content type="html"><![CDATA[<p>The indicators are written in C# so that would be the most appropriate options in notepad++</p><p>The file you have to run is Forex Strategy Builder(Trader).exe. The FSB_Starter serves to show the loading progress only and actually makes the loading slower.</p><p>Probably I&#039;ll publish an open source Visual Studio CustomIndicators project. It will be much easier and faster to build and debug custom indicators with it.</p><p>You don&#039;t need reloading MT4 expert in order to activate the new indicators. Forex Strategy Trader sends ready for execution signals to MT4.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2009-10-27T12:14:48Z</updated>
			<id>https://forexsb.com/forum/post/3338/#p3338</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can I buy and sell using different logic conditions?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3337/#p3337" />
			<content type="html"><![CDATA[<p>Dear Mr.Popov</p><p>Thanks you so much.</p><p>Inside Notepad++ there is one menu selection named RUN.</p><p>I still have few questions.</p><p>1. Could you tell me please which exe file of your package to use in order to compile the all thing more automatically?</p><p>Which language to select C# is fine or there is something else to select?</p><p>2. What to use for RUN with metarader 4? I like a bit Notepad++ ...</p><p>Thanks a lot again</p>]]></content>
			<author>
				<name><![CDATA[Jim Jimakos]]></name>
				<uri>https://forexsb.com/forum/user/1407/</uri>
			</author>
			<updated>2009-10-27T11:49:34Z</updated>
			<id>https://forexsb.com/forum/post/3337/#p3337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can I buy and sell using different logic conditions?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3336/#p3336" />
			<content type="html"><![CDATA[<p>Hello Jim,</p><p>1. You are wright. FSB uses symmetric / opposite logic rules for the short positions.</p><p>The only way to do different short logic is to implement it in a custom indicator.</p><br /><p> 2. FST reloads and recompiles all the custom indicators. If you work on a specific indicator, you can temporarily move the other in a separate folder.</p><p>3. I&#039;m using notepad++</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2009-10-27T09:08:12Z</updated>
			<id>https://forexsb.com/forum/post/3336/#p3336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Can I buy and sell using different logic conditions?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3331/#p3331" />
			<content type="html"><![CDATA[<p>Dear Mr.Popov</p><p>I have few questions...</p><p>1) In your software, if I understand well, the entry logic conditions to short are fulfilled automatically.</p><p>I just need to create well the logi conditions to entry long...</p><p>But what I have to do if I prefer to use slightly different conditions to entry to short positions?</p><p>Is there some way to do it?</p><p>2) In order to compile (CTRL+I) custom indicators, why I have to compile all of them again? Can you do something about that? Or I do not do something well?</p><br /><p>3) What software do you recommend to use to create new custom indicators compatible with yours?</p><p>Congratualtions for your software</p><p>Jim</p>]]></content>
			<author>
				<name><![CDATA[Jim Jimakos]]></name>
				<uri>https://forexsb.com/forum/user/1407/</uri>
			</author>
			<updated>2009-10-27T06:35:57Z</updated>
			<id>https://forexsb.com/forum/post/3331/#p3331</id>
		</entry>
</feed>
