06-01-2025, 11:40 AM
Here is a simple diagram to explain how works the file structure and flow:
Code:
+------------------+ +---------------------+ +-------------------+
| indicatorname.qtp| -----> | indicatorname.qtr | -----> | indicatorname.cpp |
| (Settings GUI) | | (Runtime & Drawing) | | (Calc & Buffers) |
+------------------+ +---------------------+ +-------------------+
| |
| |
v v
+------------------+ +---------------------+
| getbufferdata.cpp| <---- | indicatornamebuffer |
| (Buffer Access) | | (Static arrays) |
+------------------+ +---------------------+
Additionally:
+------------------+
| indicatorname.ini |
| (Meta Settings) |
+------------------+
+------------------+
| cppincludes.cpp |
| (Include cpp file)|
+------------------+