<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — how to start trade at specified time or time Frame in FSB?]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/2736/" />
	<updated>2011-11-14T02:19:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/2736/how-to-start-trade-at-specified-time-or-time-frame-in-fsb/</id>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11375/#p11375" />
			<content type="html"><![CDATA[<p>Hi dr.B,<br />I&#039;ve added this thread:<br /><a href="http://forexsb.com/forum/topic/2775/custom-indicators-tracing-techniques/">http://forexsb.com/forum/topic/2775/cus … echniques/</a><br />for tips on coding custom indicator. That is the first topic I could think of, because tracing values is the most important step to help see what code is actually doing. <br />Let me know if you have requests for others, I&#039;d be happy to add them.<br />thanks</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2011-11-14T02:19:48Z</updated>
			<id>https://forexsb.com/forum/post/11375/#p11375</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11344/#p11344" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>dr.B wrote:</cite><blockquote><p>HI Krog<br />the indicator you made I found extremely useful I thank you again, it&#039;s one of those that once you start using it, you wander how you lived without it&nbsp; before lol <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; &nbsp;a minor bug to report in it:&nbsp; when you set the day to 31 and then change the month to one that is only 30 day month you get an error message ...&nbsp; very minor and does not crash anything <br />ps thanks for the direction to tutorial</p></blockquote></div><p>Heh heh -- I got lazy and just put a note on the tooltip <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />It should be for research and FSB-FST matching only, not real trading, so I figured I could take a short cut.</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2011-11-11T18:22:22Z</updated>
			<id>https://forexsb.com/forum/post/11344/#p11344</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11333/#p11333" />
			<content type="html"><![CDATA[<p>HI Krog<br />the indicator you made I found extremely useful I thank you again, it&#039;s one of those that once you start using it, you wander how you lived without it&nbsp; before lol <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; &nbsp;a minor bug to report in it:&nbsp; when you set the day to 31 and then change the month to one that is only 30 day month you get an error message ...&nbsp; very minor and does not crash anything <br />ps thanks for the direction to tutorial</p>]]></content>
			<author>
				<name><![CDATA[dr.B]]></name>
				<uri>https://forexsb.com/forum/user/3783/</uri>
			</author>
			<updated>2011-11-11T08:03:03Z</updated>
			<id>https://forexsb.com/forum/post/11333/#p11333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11321/#p11321" />
			<content type="html"><![CDATA[<p>Hi dr.B<br />I&#039;m glad that worked for you. This is also a good issue to know about -- if only one trade is allowed open at a time, it is easy for FSB backtesting and FST real trading results to not match. It will happen if your FSB data and FST trading start at different times. Especially if the entries are frequent (eg, every 15 minutes), and the trade is held for long (eg, 4 hours). I never thought about it before, but now you have shown it, it makes sense, and the Date and Time Filter will help figure out if it&#039;s an indicator bug or time-sync issue.</p><p>For indicators, have you seen zuijaideai&#039;s tutorial: <a href="http://forexsb.com/forum/topic/1380/tutorial-building-custom-indicator-with-fsb/">http://forexsb.com/forum/topic/1380/tut … -with-fsb/</a>? It is good to start. <br />Best way to learn is try to do it, then if you get stuck, post a question in Developers Forum. Please post your code, and what you want it to do, or describe what is not working. I&#039;ll be happy to take a look and share what I know. I want more users to know how to code indicators -- they can make their own, fill requests, and more people contributing, the better.</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2011-11-09T21:40:03Z</updated>
			<id>https://forexsb.com/forum/post/11321/#p11321</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11320/#p11320" />
			<content type="html"><![CDATA[<p>Krog You are just Awesome !!! <br />I really appreciate you spending time and doing this. <br />I tried to modify some indicators to suit my ideas, they worked marginally but they failed in their ability to close the positions with FST. Any tips on how to learn to write the indicators better?&nbsp; since I spend all this time testing and designing strategies, I would love to contribute more to this forum.<br />btw I was able to go around my little problem by adding take profit at lower pip(s) however your indicator will let simulate a more precise conditions&nbsp; I thank You again <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[dr.B]]></name>
				<uri>https://forexsb.com/forum/user/3783/</uri>
			</author>
			<updated>2011-11-09T20:54:27Z</updated>
			<id>https://forexsb.com/forum/post/11320/#p11320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11241/#p11241" />
			<content type="html"><![CDATA[<p>Hi Dr B,<br />I expanded the indicator to allow for date and time. Find &quot;Date and Time Filter&quot; attached. <br />Let me know if that works, or if it has any bugs.<br />thanks</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2011-11-04T18:45:06Z</updated>
			<id>https://forexsb.com/forum/post/11241/#p11241</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11240/#p11240" />
			<content type="html"><![CDATA[<p>Hi Dr B, I try to understand, to be clear, you want:<br />- use a long data set (example, January 1 to today)<br />- set a date to start the system (example, ok to trade on Sept 10, 16:45, and later)<br />Is that correct? If correct, try &quot;Date Filter&quot; indicator, you can set year and month, and logic is<br />- &quot;Do not open positions before&quot;,<br />- &quot;Do not open positions after&quot;<br />Let me know if you want date and time too, then it should be easy enough to add on.<br />thanks</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2011-11-04T18:11:45Z</updated>
			<id>https://forexsb.com/forum/post/11240/#p11240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11238/#p11238" />
			<content type="html"><![CDATA[<p>I do get it, shame it didn&#039;t work out for you. That&#039;s a tough strat you have that it&#039;s a fuss to align the data to check the signals.</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2011-11-04T09:45:32Z</updated>
			<id>https://forexsb.com/forum/post/11238/#p11238</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11229/#p11229" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>footon wrote:</cite><blockquote><p>Use Data Horizon, that should do the trick. And changing the handling of additional signals can be handy as well (if you want to make sure signals are the same). </p><p>Just in case: <a href="http://forexsb.com/wiki/fsb/manual/data_horizon">http://forexsb.com/wiki/fsb/manual/data_horizon</a></p></blockquote></div><br /><p>Hi Footon<br />thanks for Your replay<br />as i stated earlier changing data horizon will not work in this case as the data becomes to short for the&nbsp; MA values to form correctly (or at all) <img src="https://forexsb.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /> <br />messing with the signals directions will change the strategy so it will not reflect what i see in the live trade (ie. instead of a stop loss being activated, an opposite direction signal would take the trade out)<br /> so, a switch in the FSB that would tell the program when to start trading, and maybe when to end it, should allow you to enter trade at any time and it would still&nbsp; use previous data for the indicators. I guess this could be put on the Xmas wish list <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />is what i am writing clear regarding the dilemma i have?</p>]]></content>
			<author>
				<name><![CDATA[dr.B]]></name>
				<uri>https://forexsb.com/forum/user/3783/</uri>
			</author>
			<updated>2011-11-04T02:18:56Z</updated>
			<id>https://forexsb.com/forum/post/11229/#p11229</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11225/#p11225" />
			<content type="html"><![CDATA[<p>Use Data Horizon, that should do the trick. And changing the handling of additional signals can be handy as well (if you want to make sure signals are the same). </p><p>Just in case: <a href="http://forexsb.com/wiki/fsb/manual/data_horizon">http://forexsb.com/wiki/fsb/manual/data_horizon</a></p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2011-11-03T21:32:06Z</updated>
			<id>https://forexsb.com/forum/post/11225/#p11225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[how to start trade at specified time or time Frame in FSB?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/11221/#p11221" />
			<content type="html"><![CDATA[<p>hi&nbsp; I am trying to test a system and compare it to a real trade, i am running to some issues with ability to control&nbsp; when a trade starts. what i mean is that since the FSB has past data it is presently in a position, while in real time testing i am not in a position.&nbsp; when a&nbsp; new signal came in the FSB did nothing , since no new positions are allowed with the system,&nbsp; The FST has responded to the signal however&nbsp; &nbsp;i have no way of knowing if the behavior is correct.&nbsp; shortening the data stream in the setup&nbsp; eliminated the new signal (MA) .&nbsp; is there a way to specify when or for what&nbsp; period to start the trade in the FSB?</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[dr.B]]></name>
				<uri>https://forexsb.com/forum/user/3783/</uri>
			</author>
			<updated>2011-11-03T19:51:06Z</updated>
			<id>https://forexsb.com/forum/post/11221/#p11221</id>
		</entry>
</feed>
