Hi all.
I've written a library to read/write QCL files (Chart Layout format). It's still very early in its development, but is already quite useful.
I've put source code at the following locations:
Zip File MD5: a6cf63167cf9380dc6e0b232dc99f6b3
TGZ File MD5: 3f550aa911ca3e658028b0f9a2104168
The only thing I know of right now that it won't parse are retracements (and other complex lines), but I haven't thrown a lot of stuff at it. I have verified that simple lines (e.g. extended, ray) and notes work.
Included is also a tool for replacing symbols in a QCL file, for instance migrating INDU to $INDU. A README file is included in the documentation that describes it in more detail.
I'd love to receive feedback. I'm currently planning to add features to add, remove, and merge lines between QCL files.
I've written a library to read/write QCL files (Chart Layout format). It's still very early in its development, but is already quite useful.
I've put source code at the following locations:
Zip File MD5: a6cf63167cf9380dc6e0b232dc99f6b3
TGZ File MD5: 3f550aa911ca3e658028b0f9a2104168
The only thing I know of right now that it won't parse are retracements (and other complex lines), but I haven't thrown a lot of stuff at it. I have verified that simple lines (e.g. extended, ray) and notes work.
Included is also a tool for replacing symbols in a QCL file, for instance migrating INDU to $INDU. A README file is included in the documentation that describes it in more detail.
I'd love to receive feedback. I'm currently planning to add features to add, remove, and merge lines between QCL files.
Comment