Page 1571 of 2170
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 06, 2022 1:00 pm
by Dnsxx
mrtools wrote: Mon Jun 06, 2022 12:17 pm
Sorry guess that file was done before my last laptop died, can't find the source anywhere.
I found the original RSI mq4 file, can you add an average, and add a Alerts according to the screenshot I posted above?
Thank you sir
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 06, 2022 4:08 pm
by sal
expert coders/mrltools/kvak
possible to make an floating level in AO std version
when histo bar above zero darw Horizontal upper level line till hisot bar below zero level
when histo bar below zero darw Horizontal bottom level line till hisot bar above zero level
see snap
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 06, 2022 4:23 pm
by Jedidiah
mrtools wrote: Mon Jun 06, 2022 12:17 pm
Sorry guess that file was done before my last laptop died, can't find the source anywhere.
I want to be able to convert it into a version indicator for MT4
Infinite merit
Trade The Markets Squeeze Index. The main idea is to trade only if the Bollinger Bands are located inside the Keltner Bands and form a trading zone.
This indicator is drawn as a histogram with a signal label along the centerline. The indicator has seven parameters that can be set.
BB period -Bollinger Bands calculation period
BB deviation -Bollinger Bands deviation
Keltner period -Keltner band calculation period
Keltner smooth period --Keltner smooth period
Keltner smooth method -Keltner smooth method
Keltner deviation -Keltner deviation
Signal label size -Signal line size
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 06, 2022 4:24 pm
by Jedidiah
honje19960321 wrote: Mon Jun 06, 2022 4:23 pm
I want to be able to convert it into a version indicator for MT4
Infinite merit
Trade The Markets Squeeze Index. The main idea is to trade only if the Bollinger Bands are located inside the Keltner Bands and form a trading zone.
This indicator is drawn as a histogram with a signal label along the centerline. The indicator has seven parameters that can be set.
BB period -Bollinger Bands calculation period
BB deviation -Bollinger Bands deviation
Keltner period -Keltner band calculation period
Keltner smooth period --Keltner smooth period
Keltner smooth method -Keltner smooth method
Keltner deviation -Keltner deviation
Signal label size -Signal line size
TTMS.mq5
honje19960321 wrote: Mon Jun 06, 2022 4:38 pm
i found it
The power of the Internet is too powerful. Thanks someone for making the MT4 version of it
TTMS = (H-L)/(TL-BL)-1, where
H = MA(Keltner_Length, Keltner_Smooth_Method, Close)+ATR(Keltner_Smooth_Length)*Keltner_Deviation,
L = MA(Keltner_Length, Keltner_Smooth_Method, Close)-ATR(Keltner_Smooth_Length)*Keltner_Deviation,
TL = ML+BB_Deviation*D,
BL = ML-BB_Deviation*D,
ML = SMA(BB_Length, Close),
D = StdDev(BB_Length, Close).
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 06, 2022 6:39 pm
by crazyminachi
HI Mrtools,
Can add an alert when the color turns green or red on the attached indicator.
Please , your help is very much appreciated.
Thank you.
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 06, 2022 10:01 pm
by charli
opita wrote: Fri Jan 07, 2022 7:29 am
Is there a way to add divergence to this volume indicator or do we have an indicator that does this?
Is it possible to make an alarm when the indicator cross 0 level? Thanks a lot as always!
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 07, 2022 12:31 am
by Forexlearner
Is it possible to add alerts to this display. A alert every time one of the arrows change, a pop up and sound. I would be much appreciated.
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 07, 2022 1:07 am
by mrtools
crazyminachi wrote: Mon Jun 06, 2022 6:39 pm
HI Mrtools,
Can add an alert when the color turns green or red on the attached indicator.
Please , your help is very much appreciated.
Thank you.
Can't do anything with an ex4 file.
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 07, 2022 5:04 am
by mrtools
Dnsxx wrote: Mon Jun 06, 2022 9:35 am
hello sir can you add an Alert , when rsi enters the band, like in the screenshot
thx
Try here
Rsi indicators
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 07, 2022 5:07 pm
by branesuraj
is it possible to give multiple level cross alert?
i just want to level it manually and it is better to have multilevel input option.
