Page 2147 of 2170
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 7:51 am
by kvak
ionone wrote: Mon Jun 30, 2025 11:37 pm
yes but I NEED to add the extension .ex4 otherwise it won't work
also I just had another error from the same indi :
Code: Select all
2025.06.30 15:30:04.265 SSL (eAverages + dots + bands + filter) GBPUSD,H1: zero divide in 'SSL (eAverages + dots + bands + filter).mq4' (1170,115)
thanks
Can you post settings?
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 8:16 am
by kvak
kimtaehyung wrote: Mon Jun 30, 2025 5:11 pm
thank u so much sir..can i ask for vertical line too please?
Version with vertical lines is
HERE
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 5:11 pm
by ionone
kvak wrote: Tue Jul 01, 2025 7:51 am
Can you post settings?
shit I didn't save the settings, i'm dumb
but I think you can just look at the code it must be a "divide by zero" error, just filter 0 values from the divider it should be ok
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 5:17 pm
by ionone
mrtools wrote: Tue Jul 01, 2025 4:01 am
I imagine the problem is in your iCustom call, other than that have no idea.
i think that the indi uses the full name with ..ex4 extension to verify the name
and when you compare the name, you only compare the name without the extension.
what I mean is your code is something like that :
Code: Select all
if (name != "Advanced StepRSI + smoothing + fl's + alerts + arrows")
Print("error");
and should rather be :
Code: Select all
if (name != "Advanced StepRSI + smoothing + fl's + alerts + arrows" &&
name != "Advanced StepRSI + smoothing + fl's + alerts + arrows.ex4")
Print("error");
otherwise it's impossible to embed the indi
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 8:31 pm
by mrtools
ionone wrote: Tue Jul 01, 2025 5:17 pm
i think that the indi uses the full name with ..ex4 extension to verify the name
and when you compare the name, you only compare the name without the extension.
what I mean is your code is something like that :
Code: Select all
if (name != "Advanced StepRSI + smoothing + fl's + alerts + arrows")
Print("error");
and should rather be :
Code: Select all
if (name != "Advanced StepRSI + smoothing + fl's + alerts + arrows" &&
name != "Advanced StepRSI + smoothing + fl's + alerts + arrows.ex4")
Print("error");
otherwise it's impossible to embed the indi
No, the name protection is a function embedded that automatically reads the name in the mt4 file path. Have not had any issues with EA's with this function, have found, for the most part found the problem was the iCustom call.
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 11:11 pm
by ionone
mrtools wrote: Tue Jul 01, 2025 8:31 pm
No, the name protection is a function embedded that automatically reads the name in the mt4 file path. Have not had any issues with EA's with this function, have found, for the most part found the problem was the iCustom call.
hmm I see
sorry I thought this was you coding the whole thing....
now I need Metaquotes team in my DMs lol
thanks for taking time to answer
Jeff
Re: MT4 Indicator requests and ideas
Posted: Tue Jul 01, 2025 11:48 pm
by rahman
Hi Mr. Tools and Coders respectively,
Hope everyone is doing well. Is it possible to remove 4 ma line from this indicator? I need only 15 ma line. I'd greatly appreciate it!!!!
Re: MT4 Indicator requests and ideas
Posted: Wed Jul 02, 2025 2:26 am
by Eis
mrtools wrote: Sat Mar 23, 2024 3:57 am
Added atr bands.
Please add arrows to color change

above and below the candlesticks, regards
Re: MT4 Indicator requests and ideas
Posted: Wed Jul 02, 2025 4:03 am
by mrtools
Eis wrote: Wed Jul 02, 2025 2:26 am
Please add arrows to color change

above and below the candlesticks, regards
Hello, that indicator and arrows would not be very accurate.
Re: MT4 Indicator requests and ideas
Posted: Wed Jul 02, 2025 4:33 am
by Eis
mrtools wrote: Wed Jul 02, 2025 4:03 am
Hello, that indicator and arrows would not be very accurate.
Yes i understand it is only confirmation used on a higher timeframe as to make decision making more clear