Search found 40 matches

Return

Re: Supertrend indicators for MT4

by: Rox
Sorry but don't have the code for that one. The source code for SuperTrend Averages was published by mladen, but for MT5. SuperTrend Averages source code.png --------------------------------------- I like to use SuperTrend with NRTR ATR Stop because SuperTrend seems more sensitive to false breakout...

Re: MACD indicators for MT4

by: khtauon
Hi everyone. Just joined this site yesterday, so I guess I will start by contributing one of the MACD indicators I created called MACD Momentum & Trend Index. It's an idea that I had came up with when I just started to learn coding and studying indicators. The idea is to measure the momentum of ...

Re: MACD indicators for MT4

by: khtauon
Instead of limiting the number of calculated bars, change line 287 from this : return(0); to this return(rates_total); Right now with default settings, the indicator will calculate 4000 bars on each tick and I doubt that it will beat the 1 calculated bar on a new tick when that line is changed Also...

Re: Volatility Indicators for MT4

by: khtauon
Percentile Filtered ATR Since its introduction in 1978 by J. Welles Wilder, Average True Range (ATR) has been one of the popular ways for traders to measure volatility in the market (or the “bounciness” of price movement). The indicator is commonly used for position sizing as well as establishing p...

Re: Moving Average indicators for MT4

by: Darks
Here's another one from TradingView created by Alex Grover. It's called T-step LSMA (Trend step lsma) and uses a complex algorithm developed by the author. This version is using Mladen's correlation function so please put the correlation.dll in libraries folder and enable dll imports. Let's see how ...

Re: Indicators with ON/OFF buttons

by: kvak
Teachers can add more averaging methods to RSI jurik candles. :thumbup: Infinite merit! I recode this indicator completly... In this new indy you can use average for smooth rsi value or as presmoothing for price. 19 averages with jurik filter. Coloring by slope of RSI, cross with signal and cross o...