Sorry, I'm afraid that I don't understand….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.
Re: MT4 Indicator requests and ideas
18622Hello! 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
18623I didn't understand why it breaks if there are a lot of lines.
But 1 week he completely marks up.
- These users thanked the author andrei-1 for the post:
- Chickenspicy
Re: MT4 Indicator requests and ideas
18624Maybe this version ?qdjack wrote: Sat May 20, 2023 12:34 am Macd zone indicator requests assistance in modifying the code to display the indicators on the chart window. Thank you, Master.
Re: MT4 Indicator requests and ideas
18625Haven't we already done something like this already?Jedidiah wrote: Sun May 21, 2023 3:02 am Dear Mr Tools
Please help add all averages
to bring out their full potential
Gratitude
Re: MT4 Indicator requests and ideas
18626This 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.
Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21
Deuteronomy 19:21
Re: MT4 Indicator requests and ideas
18627Have this version here guppyJedidiah wrote: Mon May 22, 2023 4:29 am 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.
Re: MT4 Indicator requests and ideas
18628Damn, I actually forgot.
Thank you, Mr. Tools, for letting me know.
Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21
Deuteronomy 19:21
Re: MT4 Indicator requests and ideas
18629What is the name of this channel indicator?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.
Re: MT4 Indicator requests and ideas
18630Hi everybody,
In the attached image the noted indicator is the 'Candle Display v3 nmc' that shows a candle for the period selected, in this case a daily candle.
I am looking for an indicator that shows a similar D1 candle from a definable start time, eg from London Open or New York Open. Anybody knows of an indicator that can accomplish this?
In the attached image the noted indicator is the 'Candle Display v3 nmc' that shows a candle for the period selected, in this case a daily candle.
I am looking for an indicator that shows a similar D1 candle from a definable start time, eg from London Open or New York Open. Anybody knows of an indicator that can accomplish this?