[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fwd: [amibroker] help with formula]



PureBytes Links

Trading Reference Links

--- Begin Message ---
To: "amibroker@xxxxxxxxxxxxxxx" <amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] help with formula
From: Anthony Faragasso <ajf1111@xxxx>
Date: Sun, 02 Dec 2001 12:20:44 -0500
Delivered-to: mailing list amibroker@xxxxxxxxxxxxxxx
List-unsubscribe: <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx>
Mailing-list: list amibroker@xxxxxxxxxxxxxxx; contact amibroker-owner@xxxxxxxxxxxxxxx
Reply-to: amibroker@xxxxxxxxxxxxxxx


tomasz;

could you check the formula, this pattern should start with bar A having
the highest high in 13 perids.

thank you
Anthony









Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




--------------2B8AB32C4B5EDF1B087C20C5
Content-Type: text/plain; charset=us-ascii;
name="Micro M tops.afl"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Micro M tops.afl"

// Micro M tops
pds=13;
MicroM=HHV(Ref(H,-2),pds)AND Ref(C,-2)> Ref(C,-3)AND Ref(C,-2) >Ref(O,-2)AND Ref(L,-1)  Ref(L,-1)AND C > Ref(C,-1) AND C > O;
Graph0=C;
Graph0Style=128;
barcolor=IIf(microm,4,6);
Graph0BarColor=ValueWhen(barcolor!=0,barcolor);
--------------2B8AB32C4B5EDF1B087C20C5--
--- End Message ---