Attachments forums

List of attachments posted on this forum.


All files on forums: 135995

Re: MT4 Indicator requests and ideas

Meyson, Mon May 22, 2023 11:09 pm

qdjack wrote: Sun May 21, 2023 1:53 am Thank you, but the problem persists and has not been resolved.
Look at the two sentences in the original code of the file I published.
int init()
{
SetIndexBuffer(0,xtUpH); SetIndexStyle(0,DRAW_HISTOGRAM,0,5,clrBlue);
SetIndexBuffer(1,xtDnH); SetIndexStyle(1,DRAW_HISTOGRAM,0,5,clrRed);
}
int deinit()
{
}
There is no need to delete objects in deinit() at all.
What is the name of this channel indicator?
All files in topic