StockFetcher Forums · Filter Exchange · 3day Pivot Range<< >>Post Follow-up
ns90212
6 posts
msg #77370
Ignore ns90212
8/7/2009 2:30:13 PM

Hi,

any guru out there to help me chart the following 3day pivot range (Pivot High to Pivot Low) on daily basis?

The 3day pivot calculation should be:

The Pivot= (3day High + 3day Low + Close)/3
The Midpoint= (3day High + 3 day Low)/2
Pivot Range= Absolute Value (Pivot – Midpoint)
Pivot High= Pivot + Range
Pivot Low= Pivot – Range


Thanks a lot in advance

chetron
2,817 posts
msg #77378
Ignore chetron
8/7/2009 9:52:24 PM

maybe...



Fetcher[

set{3dh,high 3 day high}
set{3dl,low 3 day low}
set{3dpp1,3dh + 3dl}
set{3dpp2,3dpp1 + close}
set{3dpp,3dpp2 / 3}

set{3dmid,3dpp1 / 2}

set{vpr1,3dpp - 3dmid}
set{vpr,abs(vpr1)}

set{vph,3dpp + vpr}
set{vpl,3dpp - vpr}

draw price line at 3dpp
draw price line at 3dmid
draw price line at vph
draw price line at vpl

close above .1
volume above 100000

]



chetron
2,817 posts
msg #77379
Ignore chetron
8/7/2009 9:57:22 PM

or maybe you have some issues to resolve.....


Fetcher[
set{3dh,high 3 day high}
set{3dl,low 3 day low}
set{3dpp1,3dh + 3dl}
set{3dpp2,3dpp1 + close}
set{3dpp,3dpp2 / 3}

set{3dmid,3dpp1 / 2}

set{vpr1,3dpp - 3dmid}
set{vpr,abs(vpr1)}

set{vph,3dpp + vpr}
set{vpl,3dpp - vpr}

add column 3dmid
add column 3dpp
add column vph
add column vpl

draw price line at 3dpp 1 day ago
draw price line at 3dmid 1 day ago
draw price line at vph 1 day ago
draw price line at vpl 1 day ago

close above .1
volume above 100000

]



ns90212
6 posts
msg #77425
Ignore ns90212
8/11/2009 1:02:19 AM

Thanks Chet, you are awesome. I appreciate it.

chetron
2,817 posts
msg #77426
Ignore chetron
8/11/2009 6:42:03 AM

you are very welcome.

StockFetcher Forums · Filter Exchange · 3day Pivot Range<< >>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.