StockFetcher Forums · Filter Exchange · Question about Delta Percentages<< >>Post Follow-up
davesaint86
725 posts
msg #134358
Ignore davesaint86
2/16/2017 4:15:45 PM


Is there a way to change the filter code to show a percentage instead of something like .10 or .05?
The first line calculates the delta between two moving averages and the second line divides the delta by the closing price. So for Boeing for example the delta is $16.74 and E4 is showing up a .10 instead of 9.8%

set{E3, weekly ema(10) - weekly ema(50)}

set{E4, e3 / close}

mahkoh
1,065 posts
msg #134359
Ignore mahkoh
2/16/2017 5:06:53 PM

add

set{e5,e4 * 100}
add column e5

davesaint86
725 posts
msg #134362
Ignore davesaint86
2/16/2017 8:05:01 PM

Thank you!

StockFetcher Forums · Filter Exchange · Question about Delta Percentages<< >>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.