Re: MT4 Indicator requests and ideas

18621
Dear Mr Tools
Please help add all averages
to bring out their full potential
Gratitude
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.


Re: MT4 Indicator requests and ideas

18622
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.
Sorry, I'm afraid that I don't understand….

Re: MT4 Indicator requests and ideas

18623
kvak wrote: Sun May 21, 2023 8:24 am Sorry, I'm afraid that I don't understand….
Hello! I mean, without changing these two lines of code
SetIndexBuffer(0,xtUpH); SetIndexStyle(0,DRAW_HISTOGRAM,0,5,clrBlue);
SetIndexBuffer(1,xtDnH); SetIndexStyle(1,DRAW_HISTOGRAM,0,5,clrRed);
Can it be displayed normally on the main image under the premise of?


Re: MT4 Indicator requests and ideas

18627
mrtools wrote: Mon May 22, 2023 4:19 am Haven't we already done something like this already?
This version of GMMA does not currently have all averages.
I prefer to use this version.

If you can help add all the averages. Thank you very much.
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: MT4 Indicator requests and ideas

18629
mrtools wrote: Mon May 22, 2023 4:34 am Have this version here guppy
Damn, I actually forgot.
Thank you, Mr. Tools, for letting me know.
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: MT4 Indicator requests and ideas

18630
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?
Attachments


Who is online

Users browsing this forum: akeo, Bing [Bot], Yesfx and 81 guests