# Last edited on 2017-05-15 01:02:42 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="2017-05-14" # Nominal date of experiment. dmin="2010-06-20" # Min date for plot. dmax="2017-05-15" # Max date for plot. make_and_plot_joint_price_files.sh "${rundate}" "${dmin}" "${dmax}"