Page 1306 of 2042

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 10, 2021 2:49 pm
by sal
mr. tools
can you please show stoch arrows at OB/OS zones K & D crosses as per trend direction.

if k& d crossess down and down arrow at OS should be visible on chart.

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 10, 2021 3:08 pm
by Koalala
can somebody makes an indi which prints
"Max. bars in chart"
and
"Max. bars in History"
and
"the number of bars displayed for the current chart"
on the main chart, with an option to set the coordinates and the size of the font

by the way, what is your upper limit on number of bars for computers with limited resources?

Re: MT4 Indicator requests and ideas

Posted: Fri Jun 11, 2021 9:17 pm
by RplusT
mrtools,
there is an error in this line....

if (ShowIndex!=NoIndex) SetIndexLabel (9,"+EnumToString(ShowIndex+") ["+IntegerToString(IndexPeriod)+","+IntegerToString(ShowIndex)+"]; else SetIndexLabel(9,NULL);

it says

"[" -array required..... ...after ........+EnumToString(ShowIndex+")

But when I put it there, I get other errors.

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 1:51 am
by sal
mr.tools
can you add one more arrow when the rsi touch or breaks the ob/os level
see snap

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 3:48 am
by mrtools
RplusT wrote: Fri Jun 11, 2021 9:17 pm mrtools,
there is an error in this line....

if (ShowIndex!=NoIndex) SetIndexLabel (9,"+EnumToString(ShowIndex+") ["+IntegerToString(IndexPeriod)+","+IntegerToString(ShowIndex)+"]; else SetIndexLabel(9,NULL);

it says

"[" -array required..... ...after ........+EnumToString(ShowIndex+")

But when I put it there, I get other errors.
Have you tried removing the [ and ]?

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 4:05 am
by mrtools
sal wrote: Sat Jun 12, 2021 1:51 am mr.tools
can you add one more arrow when the rsi touch or breaks the ob/os level
see snap
Try.

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 5:49 am
by tkhanfx
Good day Mr tools

Could you kindly check the attached for any issues and make it nrp, and add the following changes:

1) Arrows and vertical lines (with external buffers) on touch/break of bands
2) MA applied price options
3) Alerts

Thank you and your efforts are greatly appreciated

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 6:49 am
by mrtools
tkhanfx wrote: Sat Jun 12, 2021 5:49 am Good day Mr tools

Could you kindly check the attached for any issues and make it nrp, and add the following changes:

1) Arrows and vertical lines (with external buffers) on touch/break of bands
2) MA applied price options
3) Alerts

Thank you and your efforts are greatly appreciated
With the negative shift there is no way to make it non repaint.

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 8:15 am
by medotrader
mrtools
appreciate all the excellent work.
i have two requests
1- could this jurik volty bands be made into regular bar type histo.
2- could we have all different averages options applied to obv ma histo instead of only the regular ma's.

thanx in advance

Re: MT4 Indicator requests and ideas

Posted: Sat Jun 12, 2021 10:29 am
by natsuya
Hello.
I love this indicator, but it's very slow to use on multiple charts. Reducing the number of displays does not improve much.
Please reduce the weight of this indicator. Thank you.