Page 2129 of 2170
Re: MT4 Indicator requests and ideas
Posted: Fri May 16, 2025 1:45 pm
by kimtaehyung
this indicator has not enough chart's history i need more history arrows to test it please!!!! thanks in advance...
Re: MT4 Indicator requests and ideas
Posted: Fri May 16, 2025 4:59 pm
by Intrest 1
ujtrader wrote: Fri May 16, 2025 4:20 am
try this..
Thank you.
Could you make another changed version in which the spread is not divided into the range, but rather, the range is divided into a spread? Then the impulses will become more pronounced
Re: MT4 Indicator requests and ideas
Posted: Fri May 16, 2025 6:26 pm
by mahmudayaz1
sal wrote: Fri Feb 28, 2025 2:53 pm
mr.tools
some times we just listen others experience and judge the decision that this indicator is useless.. All are searching and make experiment with the new and updated or best system to develop.
this is my experiment that show good result for forex trading. i have done here is S/R one and pull back at this zone. shows more than 200 points more will get in M1 chart.
after more test needs.
I am quite sure, this strategy will not repaint.
Hello Sal,
Can you please share the indicator and template for this?
Re: MT4 Indicator requests and ideas
Posted: Fri May 16, 2025 8:24 pm
by asgariHoo
Guys. Does anyone know what the strategy behind this indicator is?
Re: MT4 Indicator requests and ideas
Posted: Sat May 17, 2025 1:45 am
by ujtrader
Intrest 1 wrote: Fri May 16, 2025 4:59 pm
Thank you.
Could you make another changed version in which the spread is not divided into the range, but rather, the range is divided into a spread? Then the impulses will become more pronounced
Bro, I'm not a programmer I just used ChatGPT to convert it

This modified version was again generated by ChatGPT, try this
Re: MT4 Indicator requests and ideas
Posted: Sat May 17, 2025 2:15 am
by ujtrader
asgariHoo wrote: Fri May 16, 2025 8:24 pm
Guys. Does anyone know what the strategy behind this indicator is?Screenshot 2025-05-16 134950.png
It appears to be working based on the breakout of an order block or breaker block. The arrows are drawn after a retest, and the candle must close in the direction of the breakout.
Re: MT4 Indicator requests and ideas
Posted: Sat May 17, 2025 7:59 am
by kvak
kimtaehyung wrote: Fri May 16, 2025 1:45 pm
this indicator has not enough chart's history i need more history arrows to test it please!!!! thanks in advance...
I think, try adjust number 2000 in 167 line.
if (i >= MathMin(
2000-1, rates_total-1-50)) continue; //omit some old rates to prevent "Array out of range" or slow calculation
Re: MT4 Indicator requests and ideas
Posted: Sun May 18, 2025 12:44 am
by Madsakz169
Hi,
I'm trying to add two horizontal lines at 0.03 and -0.03 like in the screenshot I posted.
I just want alerts when the price hits either of those two lines — not the middle one, just the outer ones.
If anyone can help, I’d really appreciate it. I work full time and don’t always have time to sit at the charts, so having these alerts would make things way easier. It could seriously help with trading and catching good setups.
Thanks a lot in advance!
Re: MT4 Indicator requests and ideas
Posted: Sun May 18, 2025 2:59 am
by traderokey
Hi Mrtools,
I’m trying to use ATR Bands avgs and Vidya cmo - bands .ex5 indicators in an EA. I'm using GROK AI to learn and see if it can code the EA, however I only have the .ex5 files. I need some help. Could you please help me with these:
- How many buffers does each of the two indicators have, and what does each one show (upper band, lower band, middle line, colour change)?
- For the middle line with two colors (Vidya), how do the buffers show the trend direction?
- Are there any extra buffers for trading signals?
Thank you.
Re: MT4 Indicator requests and ideas
Posted: Sun May 18, 2025 3:13 am
by kvak
Madsakz169 wrote: Sun May 18, 2025 12:44 am
Hi,
I'm trying to add two horizontal lines at 0.03 and -0.03 like in the screenshot I posted.
I just want alerts when the price hits either of those two lines — not the middle one, just the outer ones.
If anyone can help, I’d really appreciate it. I work full time and don’t always have time to sit at the charts, so having these alerts would make things way easier. It could seriously help with trading and catching good setups.
Thanks a lot in advance!
I think it won't be a problem, but what next, how do you want alerts and on which line?