<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Doji]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/3668/" />
	<updated>2012-10-09T17:08:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/3668/doji/</id>
		<entry>
			<title type="html"><![CDATA[Re: Doji]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/16597/#p16597" />
			<content type="html"><![CDATA[<p>V2 doesn&#039;t have that, it&#039;s percent based (user definable).</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2012-10-09T17:08:54Z</updated>
			<id>https://forexsb.com/forum/post/16597/#p16597</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Doji]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/16594/#p16594" />
			<content type="html"><![CDATA[<p>double point = (Digits == 5 || Digits == 3) ? 10 * Point : Point;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; double maxOpenClose = 5 * point;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; double minHeight&nbsp; &nbsp; = 1.2 * maxOpenClose;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (int iBar = 1; iBar &lt; Bars; iBar++)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (Math.Abs(Close[iBar - 1] - Open[iBar - 1]) &lt; maxOpenClose &amp;&amp; High[iBar - 1] - Low[iBar - 1] &gt; minHeight)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; doji[iBar] = 1;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>Can someone translate that into english, I kind of get it, but dont understand it fully. </p><p>thank you.</p>]]></content>
			<author>
				<name><![CDATA[angat]]></name>
				<uri>https://forexsb.com/forum/user/6908/</uri>
			</author>
			<updated>2012-10-09T12:19:15Z</updated>
			<id>https://forexsb.com/forum/post/16594/#p16594</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Doji]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/16593/#p16593" />
			<content type="html"><![CDATA[<p>Look in this thread -&gt; <a href="http://forexsb.com/forum/topic/1799/doji-pattern-in-fsb/">http://forexsb.com/forum/topic/1799/doj … rn-in-fsb/</a></p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2012-10-09T11:55:35Z</updated>
			<id>https://forexsb.com/forum/post/16593/#p16593</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Doji]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/16592/#p16592" />
			<content type="html"><![CDATA[<p>Hi, can somone create me an indicator that only looks for &quot;Long Legged Doji&#039;s&quot;. Something like</p><p>open=close<br />high - open &lt; open - low</p><p>not sure if this is correct, but if you could put it in a .cs file for me please. I&#039;m new and trying to get my head round the FSB and editing indicators.</p><p>Thankyou.</p>]]></content>
			<author>
				<name><![CDATA[angat]]></name>
				<uri>https://forexsb.com/forum/user/6908/</uri>
			</author>
			<updated>2012-10-09T11:37:24Z</updated>
			<id>https://forexsb.com/forum/post/16592/#p16592</id>
		</entry>
</feed>
