blender-csv-importer
blender-csv-importer copied to clipboard
OHLC chart / object request
hi, i would like to kindly request a OHLC chart, as a addition to pie, scatter and histogram. i am aware that i can use user-defined objects, but my (viva l') python programming knowledge is below usability. lol. i am not proud. he he he what i am trying to import is trading data (Open High Low Close; like stock prices), which is available in this format (.csv file; breaks added for clarity):
yyyy.mm.dd, hh:mm, open, high, low, close, volume 2004.03.11, 00:00, 0.74540, 0.75100, 0.73160, 0.73730, 10928
thank you for sharing,
godspeed,
simon s love nia
hi, i am attaching a requested 'trade bar' image.
godspeed,
s love nia
Thanks for your request! I am currently not planning to develop more visualization types myself - that said, if you are interested, you are welcome to submit a pull request to this project!
On an abstract level, there are two main features which this visualization would require:
- Plugin ability to interpret dates, preferably in the format
YYYY-MM-DD HH:MM:SS.ffff
- Visualization type which duplicated 3D objects for each row in the CSV file and modifes one or more properties of a user-defined object (translation, rotation, scale), based one or more columns in the CSV file.
hi, thx for the reply. i would love to hone my coding skills by coding this myself, but am currently in the middle of e-shop coding. so, this will have to wait, until further notice. lol.
thanks for sharing,
s love nia