Appendix: how to create CSV data dumps
Vaerah Vahrokha provides CSV data dumps on request, but you may also create your own.
Here’s how.
1) Look at the provided Mexallon example for the proper format to use.
The CSV file should look as follows:
2010-06-01,24.94,24.98,24.80,24.94,2028338264
2010-06-02,24.94,24.94,24.62,24.81,2269631111
2010-06-03,24.81,24.86,24.72,24.80,1798113922… many other rows …
Each row contains:
– a date expressed in YYYY-MM-DD format, left padded with zeroes for numbers below 10.
– open (price at daily session start)
– high (highest price during the day)
– low (lowest price during the day)
– close (price at daily session end)
– volume traded in units.
You may easily extract high, low and volume off the EvE cache or market exports. Since EvE markets are open almost 24/7, the close of one day may be copied onto the open of the next day. There’s basically only one tricky value to calculate or input and it’s the close. That may be manually inputed (or extrapolated with a software / whatever) by looking at the minimum buy order at the time the trading day ends. Best times to check that value are at midnight GMT and right before server down time.
Another, easy way to feed quality CSV data dumps to MultiCharts® is to directly import them from the ~1~.
i2scformation.free.fr says