StockFetcher Forums · General Discussion · 30 day percentage change column help<< >>Post Follow-up
lvainik
52 posts
msg #47744
Ignore lvainik
10/30/2006 8:37:38 PM

How do you include a column with the 30 day %change in price?

Anyone?

Much Obliged!




nikoschopen
2,824 posts
msg #47746
Ignore nikoschopen
10/30/2006 9:02:46 PM

Fetcher[
set{diff,close minus close 30 days ago}
set{diff%,diff / close 30 days ago}
set{ratio,diff% * 100}

add column close 30 days ago{close30}
add column ratio
]




lvainik
52 posts
msg #47747
Ignore lvainik
10/30/2006 9:30:54 PM

set{diff,close minus close 30 days ago}
set{diff%,diff / close 30 days ago}
set{ratio,diff% * 100}

add column close 30 days ago{close30}
add column ratio
optionable

set{diff2,close minus close 90 days ago}
set{diff2%,diff2 / close 90 days ago}
set{ratio90,diff2% * 100}

add column close 90 days ago{close90}
add column ratio90
optionable


here's top performing 30 and 90 day optionable stocks!
thanks!!!!! for your help



TheRumpledOne
6,407 posts
msg #47750
Ignore TheRumpledOne
modified
10/31/2006 1:37:48 AM

Fetcher[

set{diff,close minus close 30 days ago}
set{diff%,diff / close 30 days ago}
set{ratio,diff% * 100}

add column close 30 days ago{close30}
add column ratio


set{diff2,close minus close 90 days ago}
set{diff2%,diff2 / close 90 days ago}
set{ratio90,diff2% * 100}

add column close 90 days ago{close90}
add column ratio90

and stocks are optionable

sort column 6 descending
]







StockFetcher Forums · General Discussion · 30 day percentage change column help<< >>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.