Search found 30 matches

Re: Ehlers Indicators for MT4

C y b e r n e t i c O s c i l l a t o r This script implements the Cybernetic Oscillator introduced by John F. Ehlers in his article "The Cybernetic Oscillator For More Flexibility, Making A Better Oscillator" from the June 2025 edition of the TASC Traders' Tips. It cascades two-pole highpass and ...

Re: Simple Expert Advisors (EA's) for MT4

Ganesh wrote: Tue Jun 10, 2025 1:27 pm Hi, mrtools is it possible to rectify?
Based on the indicator my observation was that TrendSignal buffer 15 has a value of either 1 or -1.

Do be aware that this EA does not close a trade upon an opposite signal, so both a sell and buy can be open at the same time.

Re: Already Converted TradingView Indicators to MT4 Indicators

Came across this one - https://www.tradingview.com/script/qZRHn0Y5-Band-Based-Trend-Filter/ - and seemed interesting. Used an Mladen's version of Sylvain Vervoort Bollinger Band indie as a basis ("sve bollinger band_main_mtf + alerts.mq4"). It basically counts how many times the price crosses the ...

Re: Already Converted TradingView Indicators to MT4 Indicators

Hi guys, I'm still enjoying my long vaca, but noticed this great indicator. Replace the void DrawDirectionArrow() with the following and your fine: void DrawDirectionArrow() { if(!ShowArrow) return; string ArrowName = "LRVP_DirectionArrow"; if(ObjectFind(0, ArrowName) < 0) { ObjectCreate(0 ...

Re: Already Converted TradingView Indicators to MT4 Indicators

There is Someone Coder made it Covert to MT4 Script. But the way Still found many Errors. Can't Compile with MetaQoutes Language Editor v. 5.00 build 2145 (31 Okt 2024) There is MetaEditor from METATRADER 4 v. 4.00 build 1440 (15 Feb 2025) as the Last Ones. Hopefully you Can Fit it... please ...

Re: Already Converted TradingView Indicators to MT4 Indicators

boytoy wrote: Thu May 08, 2025 6:21 pm Great indicator.. works real well and the mean reversion zones are on point 🤌
FredericoA noticed that the alert function was not working as intended, which should be address in this version.
PS. Will also modify the previous post.

Re: Already Converted TradingView Indicators to MT4 Indicators

With DeepSeek (my skills for coding are poor :sweat: ) i modified the indicator: as you can see, i deleted the part of Jurik-smoothing (it is unuseful for me, the aim of this indicator is confirmation of price-action); for the calculation of standard variation you can choose "simple calculation of ...

Re: Already Converted TradingView Indicators to MT4 Indicators

Cool indicator, I tried using Claude AI to code some audio alerts but with no success... Could you please take a look at the code? Did not look at your code, but just added the alert function normally put at Forex Station. In theory it should work, but have not tested it myself yet, so be mindful ...

Re: Already Converted TradingView Indicators to MT4 Indicators

Can you add an external parameter for the indicator to visualize only the number of bars that user chooses (saving CPU) or all the history as it works right now. P.S. I modified settings and i did external the parameter of standard devation - 2 is default value Check the third option in the inputs ...

Return to the advanced search