Page 1496 of 2041

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 17, 2022 4:49 am
by mrtools
kvak wrote: Wed Feb 16, 2022 10:30 am Hello.
Dear Mrtools can you please help me.
I trying add signal to this indicator, but in some pairs, instruments have signal some bug. In average method EMA and Smoothed ma.
I noticed that on pairs where price is under 1, its ok. On the rest have bug.
Thank you.
Image

Image
Think this should be changed here but it doesn't seem to affect the ma's.

from

Code: Select all

val[i]  = (prc-avg)/(0.015*dev);
to this

Code: Select all

val[i]  = (dev!=0) ? (prc-avg)/(0.015*dev) : 0;

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 17, 2022 6:10 am
by Scata
nbibu wrote: Tue May 12, 2020 10:19 pm Hello! Is it possible to create an indicator when MA 1 close is touching the levels 90 or 10 of the RSI?
or maybe ma1 close cross ma 1 open above 90 or below 10 rsi levels
Image
Do you have found any solution for this strategy?:)

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 17, 2022 6:12 am
by mrtools
sal wrote: Thu Feb 17, 2022 3:52 am mr.kvak/mrtools

can you filter rsi arrows with psar . RSI arrow to follow SAR dots direction
app.php/attach/file/3246428
You want to filter the ob/os arrows with psar?

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 17, 2022 9:52 am
by kvak
mrtools wrote: Thu Feb 17, 2022 4:36 am Sorry for the delay, checking it out, thought it was a zero-divide problem with the cci, but wasn't that, checking some other things now.
Thank you for watching on this Mrtools....Delay doesn't matter, I know you have a lot.

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 17, 2022 7:47 pm
by Borshchov A.N.
Dear programmers, could you add to the settings the ability to select the number of bars in the history

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 18, 2022 12:02 am
by traderokey
Hi Mrtools,

Could you please enhance this Pivot Oscillator indicator?

I have two requests.
1. Add all prices
2. If possible add a smoothing option which can be turned on and off.

Thanks.


Re: MT4 Indicator requests and ideas

Posted: Fri Feb 18, 2022 12:29 am
by zookeeper
Hi guys, I'm looking for an indicator that I can use to draw rectangles etc. by hand. I've seen one like this before on the forum, but can't find it right now...

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 18, 2022 1:27 am
by sal
mrtools wrote: Thu Feb 17, 2022 6:12 am You want to filter the ob/os arrows with psar?
yes... bro.. :)

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 18, 2022 2:07 am
by pipsquirrel
Hi mrtools
Ahrens ma
do you remember or have (other than the one within - Averages - mtf + alerts),if not then if it can be coded by your kind expertise an Ahrens moving average,standalone version,with the possibility of feature (divisor,depth,multiplier,speed whatever you name it is same thing)
same as divisor feature acting in the "ema variation with filter 3" indicator,attached
for example if classical Ahrens as default period 14,what it displaying,it should display same equal with period 14 and divisor value 5 ,so that if this value of divisor/multiplier reduced to 4,or 3 or 2,it turn into more smooth,means less signaling and when increased from value 5 to up 6 or 7 or 8, it turn into sharp/fast,means more signaling

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 18, 2022 4:35 am
by camisa
Hi mrtools

can you please add full price options to the attached indicator?