Python web scraping, mining, plot a graph.
Budget: $250 – $750 USD
https://www.mcoscillator.com/learning_center/weekly_chart/mcclellan_oscillator_for_corporate_bonds/
i want a ''mcclellan oscillator'' for bonds.
at first, get the 1 years of ''Advances'' and ''Declines'' data from this site :
https://finra-markets.morningstar.com/BondCenter/TRACEMarketAggregateStats.jsp
then plot the data using the formula : (19 day Exponential Moving Average of (Advances - Declines)/(Advances + Declines)) - (39-day Exponential Moving Average of (Advances - Declines)/(Advances + Declines))
you can google"mcclellan oscillator python" to find some codes about it
add "bollinger bands" for it.
plot a horizontal line at 60 and another one at -60.
it should update the data for the graph everyday when i check it.
i want a ''mcclellan oscillator'' for bonds.
at first, get the 1 years of ''Advances'' and ''Declines'' data from this site :
https://finra-markets.morningstar.com/BondCenter/TRACEMarketAggregateStats.jsp
then plot the data using the formula : (19 day Exponential Moving Average of (Advances - Declines)/(Advances + Declines)) - (39-day Exponential Moving Average of (Advances - Declines)/(Advances + Declines))
you can google"mcclellan oscillator python" to find some codes about it
add "bollinger bands" for it.
plot a horizontal line at 60 and another one at -60.
it should update the data for the graph everyday when i check it.