ClimberMel / SMF_Add-in

Stock Market Functions for Excel using VBA
https://climbermel.github.io/SMF_Add-in/
14 stars 5 forks source link

Find and add Advancing, Declining and Unchanged Issues #36

Closed ClimberMel closed 1 month ago

ClimberMel commented 1 year ago

I miss having these to use a a market direction indicator. I came accross them when making some fixes for BarChart data. The advancing and declining issues for NYSE and NASDAQ are on Barchart https://www.barchart.com/stocks/momentum

Now I just need to create some new elements for them.

ClimberMel commented 1 year ago

They would get added to smf-elements-9.txt in elements 1147 - 1152 1147;BarChartMM;NYSE -- Advancing Issues;=smfGetYahooJSONField("None","barChartMM","data.1.raw.advancingIssues") 1148;BarChartMM;NYSE -- Declining Issues;=smfGetYahooJSONField("None","barChartMM","data.1.raw.decliningIssues") 1149;BarChartMM;NYSE -- Unchanged Issues;=smfGetYahooJSONField("None","barChartMM","data.1.raw.unchangedIssues") 1150;BarChartMM;NYSE -- Advancing Volume;=smfGetYahooJSONField("None","barChartMM","data.1.raw.advancingVolume") 1151;BarChartMM;NYSE -- Declining Volume;=smfGetYahooJSONField("None","barChartMM","data.1.raw.decliningVolume") 1152;BarChartMM;NYSE -- Unchanged Volume;=smfGetYahooJSONField("None","barChartMM","data.1.raw.unchangedVolume")

ClimberMel commented 1 month ago

I can no longer find these items on Barchart anywhere.