Page 409 of 429

Re: MT4 Indicators with alerts/signals

Posted: Fri Feb 03, 2023 4:20 am
by dansmol
mrtools wrote: Wed Feb 01, 2023 7:04 am That indicator repaints, try looking for a non-lag ma think we have non-repainting versions here in the forum.
DEAR MRTOOLS
THANK YOU VERY MUCH
Dan :thumbup: :) :Hot:

Re: MT4 Indicators with alerts/signals

Posted: Sat Feb 11, 2023 3:48 pm
by Chickenspicy
mrtools wrote: Wed Sep 27, 2017 9:24 am Jasjit, that is a decompiled and renamed version of Mladen's high low jurik smooth channel, made this new version with alerts and arrows.
Image
May Mr Tools add different averages to this? Instead of jurik only please , with gratitude!

Re: MT4 Indicators with alerts/signals

Posted: Sat Feb 11, 2023 5:12 pm
by mrtools
chickensword wrote: Sat Feb 11, 2023 3:48 pm May Mr Tools add different averages to this? Instead of jurik only please , with gratitude!
Check here

Re: MT4 Indicators with alerts/signals

Posted: Sat Feb 11, 2023 5:33 pm
by Chickenspicy
mrtools wrote: Sat Feb 11, 2023 5:12 pm Check here
BIG THANKS!!!! :) this is awesome

Re: MT4 Indicators with alerts/signals

Posted: Tue Feb 14, 2023 5:52 pm
by sal
CANCELLED THIS REQUEST.

Re: MT4 Indicators with alerts/signals

Posted: Tue Feb 14, 2023 6:05 pm
by mrtools
sal wrote: Tue Feb 14, 2023 5:52 pm mr.tools
can you please make arrows when


if he line hits @ 0 level & @1 level line up - UP ARROW
Would need the original mq4 that version is decompiled.

Re: MT4 Indicators with alerts/signals

Posted: Tue Feb 14, 2023 6:08 pm
by sal
mrtools wrote: Tue Feb 14, 2023 6:05 pm Would need the original mq4 that version is decompiled.
bro.. extremely sorry.. i didn't check the source before requesting.

Re: MT4 Indicators with alerts/signals

Posted: Thu Feb 16, 2023 4:17 am
by kai007
mrtools wrote: Mon Oct 15, 2018 11:50 pm Have this one, not sure if it's what your looking for.
Image

Hello mrtools,

I am trying to make a modification to this indicator using eabuilder.com to create an arrow when the LimeGreen part of the histogram is above 0.01 (JPY pairs) but none of the buffers seem to work. I have tried all the buffers shown in the screenshot. I have used this method to test other indicators including moving averages crossing but for some reason, it doesn't work with this indicator as well as the the WAE indicators.
Can you explain what the problem might be and how it should be approached to get the desired result stated above?
Thank you in advance.

Re: MT4 Indicators with alerts/signals

Posted: Thu Feb 16, 2023 5:48 am
by mrtools
kai007 wrote: Thu Feb 16, 2023 4:17 am Hello mrtools,

I am trying to make a modification to this indicator using eabuilder.com to create an arrow when the LimeGreen part of the histogram is above 0.01 (JPY pairs) but none of the buffers seem to work. I have tried all the buffers shown in the screenshot. I have used this method to test other indicators including moving averages crossing but for some reason, it doesn't work with this indicator as well as the the WAE indicators.
Can you explain what the problem might be and how it should be approached to get the desired result stated above?
Thank you in advance.
Image
Not sure how you can modify an indicator using an eabuilder? Why not simply use osma >< 0 if it's an EA.

Re: MT4 Indicators with alerts/signals

Posted: Thu Feb 16, 2023 6:08 am
by kai007
mrtools wrote: Thu Feb 16, 2023 5:48 am Not sure how you can modify an indicator using an eabuilder? Why not simply use osma >< 0 if it's an EA.
Hey mrtools,

Thanks for your quick reply.
I use eabuilder to combine multiple indicators that work with each other to give a buy or sell signal and the result is an indicator not an EA.
I do this so that I can visually backtest and make tweaks to the settings so that I can improve my algorithm.
I tried using all buffers shown in the screenshot but in the end, nothing is being shown.

This is how i test indicators individually before I integrate it into my algorithm.