bastianilso / blender-csv-importer

Import statistical data (.csv) into Blender.
GNU General Public License v3.0
23 stars 3 forks source link

OHLC chart / object request #2

Open aum7 opened 4 years ago

aum7 commented 4 years ago

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

aum7 commented 4 years ago

hi, i am attaching a requested 'trade bar' image.

godspeed,

s love nia

2 8a blender-csv-importer - request trade bar

bastianilso commented 4 years ago

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:

aum7 commented 4 years ago

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