# Last edited on 2017-05-15 01:25:42 by stolfilocal SMOOTHING PRICE FILES Computing the mean daily price, smoothed with Hahn windows of various widths. TESTING THE SMOOTHING PROGRAM datadir="../00-DATA/series/fix" dmin="2010-06-20" dmax="2017-05-08" for hrad in 00 01 08 10 20 ; do make_and_plot_smoothed_price.sh \ "${datadir}/2010-07-17--2013-10-29-TEST-USD-01d.txt" \ TEST USD "TestEx" 1.00 ${hrad} \ "out/2010-07-17--2013-10-29-TEST-USD-01d-sm${hrad}" \ "${dmin}" "${dmax}" \ "YES" done SMOOTHING MAIN FILES rundate="2017-05-14" # Nominal date of file set. dmin="2010-05-20" # Min date for plot. dmax="2017-06-31" # Max date for plot. make_and_plot_all_smoothed_prices.sh "${rundate}" "${dmin}" "${dmax}"