<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Smaller timeframes and Top Bottom indicator]]></title>
		<link>https://forexsb.com/forum/topic/4588/smaller-timeframes-and-top-bottom-indicator/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4588/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Smaller timeframes and Top Bottom indicator.]]></description>
		<lastBuildDate>Thu, 02 Jan 2014 17:54:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link>https://forexsb.com/forum/post/23231/#p23231</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 02 Jan 2014 17:54:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23231/#p23231</guid>
		</item>
		<item>
			<title><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link>https://forexsb.com/forum/post/23204/#p23204</link>
			<description><![CDATA[<p>Also i tried </p><p>bIsPeriodChanged = Time[bar].DataPeriod.M15 != Time[bar - 1].DataPeriod.M15; But not working !!!</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Sun, 29 Dec 2013 15:16:54 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23204/#p23204</guid>
		</item>
		<item>
			<title><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link>https://forexsb.com/forum/post/23203/#p23203</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Sun, 29 Dec 2013 14:52:33 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23203/#p23203</guid>
		</item>
		<item>
			<title><![CDATA[Re: Smaller timeframes and Top Bottom indicator]]></title>
			<link>https://forexsb.com/forum/post/23201/#p23201</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Sat, 28 Dec 2013 20:18:24 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23201/#p23201</guid>
		</item>
		<item>
			<title><![CDATA[Smaller timeframes and Top Bottom indicator]]></title>
			<link>https://forexsb.com/forum/post/23200/#p23200</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Sat, 28 Dec 2013 19:34:13 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23200/#p23200</guid>
		</item>
	</channel>
</rss>
