<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>http://traderpedia.it/wiki/index.php?action=history&amp;feed=atom&amp;title=Obb_Pattern</id>
	<title>Obb Pattern - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="http://traderpedia.it/wiki/index.php?action=history&amp;feed=atom&amp;title=Obb_Pattern"/>
	<link rel="alternate" type="text/html" href="http://traderpedia.it/wiki/index.php?title=Obb_Pattern&amp;action=history"/>
	<updated>2026-05-17T09:28:46Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://traderpedia.it/wiki/index.php?title=Obb_Pattern&amp;diff=3802&amp;oldid=prev</id>
		<title>imported&gt;Stefano Fanton: /* Vedi anche: */</title>
		<link rel="alternate" type="text/html" href="http://traderpedia.it/wiki/index.php?title=Obb_Pattern&amp;diff=3802&amp;oldid=prev"/>
		<updated>2015-05-26T23:51:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Vedi anche:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Questo pattern, descritto da Michael Harris nel suo libro “Tecniche avanzate di trading operativo” è formato da tre barre ed è utilizzato per assumere posizioni long. &lt;br /&gt;
&lt;br /&gt;
Il pattern è valido se:&amp;lt;br&amp;gt;1. Il massimo dell’ultima candela è maggiore di quello della seconda;&amp;lt;br&amp;gt;2. Il massimo della seconda candela è maggiore di quello della prima;&amp;lt;br&amp;gt;3. Il massimo della prima candela è maggiore del minimo della terza;&amp;lt;br&amp;gt;4. Il minimo della terza candela è maggiore del minimo della prima;&amp;lt;br&amp;gt;5. Il minimo della prima candela è maggiore del minimo della seconda. &lt;br /&gt;
&lt;br /&gt;
[[Image:OBB_pattern.png|center]]&lt;br /&gt;
&lt;br /&gt;
Il punto di entrata è fissato nella chiusura della terza barra. &lt;br /&gt;
&lt;br /&gt;
== Codice ProRealTime ==&lt;br /&gt;
// Pattern Obb&amp;lt;br&amp;gt;&lt;br /&gt;
//buy  “this bar on close”&amp;lt;br&amp;gt;&lt;br /&gt;
obb=high[0] &amp;gt; high[1] and high[1] &amp;gt; high[2] and high[2] &amp;gt; low[0] and low[0] &amp;gt; low[2] and low[2] &amp;gt; low[1]&amp;lt;br&amp;gt;&lt;br /&gt;
return obb &lt;br /&gt;
== Vedi anche:  ==&lt;br /&gt;
*[[Indice sequenziale Patterns]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Stefano Fanton</name></author>
	</entry>
</feed>