¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

#QChartistTools #QChartistTools


 

QCHARTIS TTOOLS

Instrucciones para usar QTGen.?
?C¨®mo usar QTGen?


 

This is what i have written in the txt and chm documentation.

Use QTGen to create your own indicators
Use it to open the assistant for new indicator creation.
It is a small executable intended to facilitate indicators creation. It creates all the necessary files, with the minimal code needed for the new indicator you want to create. Once your indicator is created with QTGen, you just need to open the files created in the indictors directory with notepad and edit the code.
Please do not put spaces in the indicator name and filename!

We will use QTGen to generate a new indicator.
Indicator's files are created in the directory \indicators
Notice : If you choose C++ source code, you will need to add lines in the file includes\getdatabuffer.cpp manually for your indicator's buffers.
If you see how the other indicators are constructed, this will help.
Each indicator have 4 files :
???? for basic indicators :
????????? - .ini : contains the name, description, canvas location and coding language of the indicator
????????? - .qti : contains the main algorithm of the indicator
????????? - .qtp : contains the indicator's properties
????????? - .qtr : contains the indicator's buffers colors and alternative parameters
???? for C++ indicators :
????????? - .ini : contains the name, description, canvas location and coding language of the indicator
????????? - .cpp : contains the main algorithm of the indicator coded in C++
????????? - .qtp : contains the indicator's properties
????????? - .qtr : contains the indicator's buffers colors and alternative parameters

If you need a light indicator with few computations, use RQ Basic coding language.
If you need an indicator with a lot of hard computations, use C++ coding language.
C++ indicators load much faster.


 
Edited

why i can't put the indicators on the chart
?
why the software gets slow


I asked the questions because I have doubts, it's just for information, maybe someone else has it and can find solutions in the questions and answers, that's why I started this thread so that the doubts and answers are organized in one place. when I try to place the indicators according to the youtube video they are not integrated into the chart, maybe it is some mistake of mine or some step that I am skipping. Is there any explanatory documentation on how to use the different tools in the software package?


 
Edited

Hi,

How are you?

This software is experimental.

LIMITED WARRANTY:
The publisher provides this free program ; it is the user's
responsibility to determine if the program provides acceptable performance
for their needs. If the user uses the program then it is agreed by
the user that the program is useful for him and no warranty is made by
the publisher on future performance of the program.

NO LIABILITY FOR DAMAGES:
The publisher will in no way be liable for any damages caused by installing and
running the program. Installation and usage of the program represents your agreement to
this limitation of liability. If your state does not allow this type of liability limit or
you do not agree to this liability limit do not install the program on your
computer.

If it bugs, you may quit and restart the software.
If it sill bugs, recompile with QTStart.bat
Or you could reinstall it.

How can i help you? What do you want to do exactly?


 

Hello Manuel,

Did you manage to integrate indicators into your chart?

You can find documentation here:

or in the .chm and .txt files in the docs folder of the program

Cordially