StockFetcher Forums · Filter Exchange · Day Position, Average Volume, and Accumulation Swing Index<< >>Post Follow-up
DMOBRIEN
363 posts
msg #96808
Ignore DMOBRIEN
10/8/2010 8:22:18 AM

Anyone want to help clean this up? Trying to show a correlation between day position, accumulation and volume ...

Fetcher[set{ASIAV6, cma(accumulation swing index(34), 6)}
set{dp17, day position (0.5, 17)}


draw ASIAV6
draw DP2
draw accumulation swing index(34) on plot asiav6

set{DP2, day position (.5,2)}
draw ema(22) on plot price


set{H, high 2 weeks ago - low 2 weeks ago}
set{C, close 2 week ago}
set{m4,H * 1.1}
set{m4a, m4 / 2}
set{H4, m4a + C}
set{m3,H * 1.1}
set{m3a, m3 / 4}
set{H3, m3a + C}
set{m2,H * 1.1}
set{m2a, m2 / 6}
set{H2, m2a + C}
set{m1,H * 1.1}
set{m1a, m1 / 12}
set{H1, m3a + C}
set{n1, H * 1.1}
set{n1a, n1 / 12}
set{L1, C - n1a}
set{n2, H * 1.1}
set{n2a, n1 / 6}
set{L2, C - n2a}
set{n3, H * 1.1}
set{n3a, n1 / 4}
set{L3, C - n3a}
set{n4, H * 1.1}
set{n4a, n1 / 2}
set{L4, C - n4a}



draw price line at H4
draw price line at H3
draw price line at H2
draw price line at H1
draw price line at L1
draw price line at L2
draw price line at L3
draw price line at L4

set{H10, high 6 weeks ago - low 6 weeks ago}
set{C10, close 6 week ago}
set{m41,H10 * 1.1}
set{m4a1, m41 / 2}
set{H41, m4a1 + C10}
set{m31,H10 * 1.1}
set{m3a1, m31 / 4}
set{H31, m3a1 + C10}
set{m21,H10 * 1.1}
set{m2a1, m21 / 6}
set{H21, m2a1 + C10}
set{m11,H10 * 1.1}
set{m1a1, m11 / 12}
set{H11, m3a1 + C10}
set{n11, H10 * 1.1}
set{n1a1, n11 / 12}
set{L11, C10 - n1a1}
set{n21, H10 * 1.1}
set{n2a1, n11 / 6}
set{L21, C10 - n2a1}
set{n31, H10 * 1.1}
set{n3a1, n11 / 4}
set{L31, C10 - n3a1}
set{n41, H10 * 1.1}
set{n4a1, n11 / 2}
set{L41, C10 - n4a1}



draw price line at H41
draw price line at H31
draw price line at H21
draw price line at H11
draw price line at L11
draw price line at L21
draw price line at L31
draw price line at L41


Set{dp14,CMA(dp2,14)}
set{SD,cstddev(dp2,14)}
set{SD14,1.5 * SD}
set{BOLU,dp14 + SD14}
set{BOLD,dp14 - SD14}
draw bolu on plot dp2
draw bold on plot dp2

draw dp17
draw day position(.5,2) on plot dp17

set{X, high}
set{Y, low }
set{Z, close}
set{a, X + Y}
set{J, a + z}
set{piv, j / 3}
set{pivma, cma(piv, 6)}
draw pivma on plot price

price > .05

draw rsi(6)
draw support(140,34,1) on plot price
draw resistance(140,34,1) on plot price


roe > 10
long term debt < 200
eps > 0
eps lastq > 0
eps > eps lastq

set{AVOL70, average volume(70)}
set{AVOL22, average volume(22)}
setOVRAVOL70, count(volume above avol70, 22)}
SET{A70,INDPOSITION(AVOL70,100) * 100}
SET{A22,INDPOSITION(AVOL22,100) * 100}
draw A70
draw A22 on plot A70
]



StockFetcher Forums · Filter Exchange · Day Position, Average Volume, and Accumulation Swing Index<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.