<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Smaller timeframes and Top Bottom indicator]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/4588/" />
	<updated>2014-01-02T17:54:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/4588/smaller-timeframes-and-top-bottom-indicator/</id>
		<entry>
			<title type="html"><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23231/#p23231" />
			<content type="html"><![CDATA[<p>Here is Top Bottom with 1 hr base price !&nbsp; waiting some body to code other smaller time frames ( 4hrs, 30mins,.....)</p><p>Thanks in advance</p><p>http://forexsb.com/repository/repository_indicators/forex_indicator_review/155/topbottom-indicator</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-01-02T17:54:21Z</updated>
			<id>https://forexsb.com/forum/post/23231/#p23231</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23204/#p23204" />
			<content type="html"><![CDATA[<p>Also i tried </p><p>bIsPeriodChanged = Time[bar].DataPeriod.M15 != Time[bar - 1].DataPeriod.M15; But not working !!!</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2013-12-29T15:16:54Z</updated>
			<id>https://forexsb.com/forum/post/23204/#p23204</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23203/#p23203" />
			<content type="html"><![CDATA[<p>i tried Convert unit <br />bIsPeriodChanged = Time[bar].ConvertUnits(60, MINUTE, HOUR) != Time[bar - 1].ConvertUnits(60, MINUTE, HOUR);</p><p>But didnot work !!!!!</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2013-12-29T14:52:33Z</updated>
			<id>https://forexsb.com/forum/post/23203/#p23203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23201/#p23201" />
			<content type="html"><![CDATA[<p>TimeSpan maybe? <a href="http://msdn.microsoft.com/en-us/library/system.timespan(v=vs.110).aspx">http://msdn.microsoft.com/en-us/library … .110).aspx</a></p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2013-12-28T20:18:24Z</updated>
			<id>https://forexsb.com/forum/post/23201/#p23201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Smaller timeframes and Top Bottom indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23200/#p23200" />
			<content type="html"><![CDATA[<p>I added &quot;Previous 1hr&quot; to price base and worked fine <br /></p><div class="codebox"><pre><code>IndParam.ListParam[2].Caption = &quot;Base period&quot;;
            IndParam.ListParam[2].ItemList = new[] { &quot;Previous bar&quot;, &quot;Previous 1hr&quot;, &quot;Previous day&quot;, &quot;Previous week&quot;, &quot;Previous month&quot; };</code></pre></div><p>then add <br /></p><div class="codebox"><pre><code>case 1: // Previous 1hr
                    bIsPeriodChanged = Time[bar].Hour != Time[bar - 1].Hour;
                    break;</code></pre></div><br /><p><strong>But How To Add 4hr , 30Minutes , 15 Mins !!!!!</strong></p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2013-12-28T19:34:13Z</updated>
			<id>https://forexsb.com/forum/post/23200/#p23200</id>
		</entry>
</feed>
