Re: MT4 Indicator requests and ideas

21452
Hi Mrtools

did you forget about my DM ? (again lol)
it was about end point reflection or mirroring in a case of moving average

but I have a request.

there is a problem when trying to embed the famous "SSL (eAverages + dots + bands + filter)" into an EA using #resource

if I use this code :

Code: Select all

#resource "SSL (eAverages + dots + bands + filter).ex4"
double ssl0=iCustom(NULL,0,"::SSL (eAverages + dots + bands + filter).ex4",0,0,SSL_per,SSL_matype,  4,1);
it triggers an error within the indicator :

Code: Select all

2025.06.30 14:18:54.714	2010.02.22 07:00:00  ::SSL (eAverages + dots + bands + filter).ex4 GBPUSD,H1: Alert: Invalid File Name
could you fix it please (other indis don't do that)

thousands of thanks

Jeff
Scalping the Century TimeFrame since 1999

Re: MT4 Indicator requests and ideas

21453
ionone wrote: Mon Jun 30, 2025 10:19 pm Hi Mrtools

did you forget about my DM ? (again lol)
it was about end point reflection or mirroring in a case of moving average

but I have a request.

there is a problem when trying to embed the famous "SSL (eAverages + dots + bands + filter)" into an EA using #resource

if I use this code :

Code: Select all

#resource "SSL (eAverages + dots + bands + filter).ex4"
double ssl0=iCustom(NULL,0,"::SSL (eAverages + dots + bands + filter).ex4",0,0,SSL_per,SSL_matype,  4,1);
it triggers an error within the indicator :

Code: Select all

2025.06.30 14:18:54.714	2010.02.22 07:00:00  ::SSL (eAverages + dots + bands + filter).ex4 GBPUSD,H1: Alert: Invalid File Name
could you fix it please (other indis don't do that)

thousands of thanks

Jeff
Hello.
Mayby I think name of file is SSL (eAverages + dots + bands + filter)
Not
SSL (eAverages + dots + bands + filter).ex4

Re: MT4 Indicator requests and ideas

21454
kvak wrote: Mon Jun 30, 2025 11:17 pm Hello.
Mayby I think name of file is SSL (eAverages + dots + bands + filter)
Not
SSL (eAverages + dots + bands + filter).ex4
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
Scalping the Century TimeFrame since 1999


Re: MT4 Indicator requests and ideas

21457
kvak wrote: Mon Jun 30, 2025 11:17 pm Hello.
Mayby I think name of file is SSL (eAverages + dots + bands + filter)
Not
SSL (eAverages + dots + bands + filter).ex4
Kvak I didn't realize it was partly your work so sorry.

could you add the extension to the allowed indi name ?
that would allow me to embed the indicator into an EA

sorry I tried everything before but adding the extension is the only way I was able to use #resources
Scalping the Century TimeFrame since 1999

Re: MT4 Indicator requests and ideas

21459
mrtools wrote: Tue Jul 01, 2025 12:41 am Sorry not my indicator.
thanks

I got the same issue with Advanced StepRSI + smoothing + fl's + alerts + arrows
I think it's yours ?

could you fix the error when I try to embed the indi in an EA ? I think it's the .ex4 extension that is taken as the filename and that your code filters that way

thanks

Jeff
Scalping the Century TimeFrame since 1999

Re: MT4 Indicator requests and ideas

21460
ionone wrote: Tue Jul 01, 2025 3:17 am thanks

I got the same issue with Advanced StepRSI + smoothing + fl's + alerts + arrows
I think it's yours ?

could you fix the error when I try to embed the indi in an EA ? I think it's the .ex4 extension that is taken as the filename and that your code filters that way

thanks

Jeff
I imagine the problem is in your iCustom call, other than that have no idea.