# Last edited on 2015-02-25 00:52:14 by stolfilocal JOINING SMOOTHED PRICE FILES IN ONE FILE For each smoothing radius ${hrad}, reads various files with daily trade volumes and smoothed average daily prices, from "../smooth-price/out". The files are specified in the index file "${rundate}-file-index.dir". Creates a single file "out/${rundate}-01d-sm${hrad}-joint.txt" rundate="2015-02-20" # Nominal date of experiment. dmin="2010-06-20" # Min date for plot. dmax="2015-03-10" # Max date for plot. make_and_plot_joint_price_files.sh "${rundate}" "${dmin}" "${dmax}"