Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 9/12/2009(UTC) Posts: 7
|
Normal
0
14
false
false
false
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tabella normale";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
Id’like to define an exploration based on equivolume charting.
in order to discover which securities have generated a box or
oversquare box bar. How can such an exploration be written?
Thanks Michmauro
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/7/2005(UTC) Posts: 602
|
Equivolume shows the trading range based upon a unit of volume instead of time so you have to define your unit of volume and then "box" and then "oversquare". I wasn't able to find the latter two in the reference manual, any examples?
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 9/12/2009(UTC) Posts: 7
|
Thanks johnl, for your answer.
The definition of “box”, “oversquare box” as well as methodology are available at [censored]Arms page http://www.armsinsider.com/pdf/index.asp , where
you can download a pdf copy of his newest file.
The goal is to calculate the box ratio [in EOM Indicator manual page :Volume/(H-L)] and to find securities for which box ratio is lower or equal to 1
The calculation of volume, as appears in bar, is somewhat complex.
At least for me.
Thanks in advance for your attention
Michmauro
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
The page you referenced says to include the volume by normalizing it over the range of displayed volume. If you were to normally display 50 bars of data at a time, the normalizing could be done this way:
tv:=Sum(V,50); bw:=(V/tv)*100; box:=(H-L)*bw;
bw is the percentage of the volume of the current bar as compared to the the last 50 bars. box is the area of the bar.
I know this is not everything you were asking for, but it should help you get closer to your objective.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 9/12/2009(UTC) Posts: 7
|
Thanks for your suggestion.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.