Search found 28 matches

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 ...

Re: Already Converted TradingView Indicators to MT4 Indicators

https://www.tradingview.com/script/hMctOIlX-Forward-Backward-Exponential-Oscillator-LuxAlgo/ 2025-03-06 20_47_25-Window.png Trying to get this one of LuxAlgo to work. If somebody knows a way how to get the histogram working to oscillate around the 50 level, that would be great. This version is as he ...

Return to the advanced search