I like this, but it is too fast M5 and M15 too slow, so can it be made MTF interpolate, so that I can have it M5 with M10 settings.
post1295554145.html#p1295554145
Re: MT4 Indicator requests and ideas
21452Hi 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 :
it triggers an error within the indicator :
could you fix it please (other indis don't do that)
thousands of thanks
Jeff
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);
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
thousands of thanks
Jeff
Scalping the Century TimeFrame since 1999
Re: MT4 Indicator requests and ideas
21453Hello.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 :it triggers an error within the indicator :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);
could you fix it please (other indis don't do that)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
thousands of thanks
Jeff
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
21454yes but I NEED to add the extension .ex4 otherwise it won't workkvak 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
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)
Scalping the Century TimeFrame since 1999
Re: MT4 Indicator requests and ideas
21455Sorry not my indicator.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
Re: MT4 Indicator requests and ideas
21456Posted a version here.ROI wrote: Mon Jun 30, 2025 6:59 pm I like this, but it is too fast M5 and M15 too slow, so can it be made MTF interpolate, so that I can have it M5 with M10 settings.
post1295554145.html#p1295554145
Re: MT4 Indicator requests and ideas
21457Kvak I didn't realize it was partly your work so sorry.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
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
21458Yes, I know, it is indicator made by me...don't know why Ionone quoting you....
Re: MT4 Indicator requests and ideas
21459thanks
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
21460I imagine the problem is in your iCustom call, other than that have no idea.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