Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create a custom indicator
#1
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)|
+------------------+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)