I tried all those already and using them as Parallel channel is not easy and very difficult, otherwise I would not post my request here. Thanks.rudiarius wrote: Thu Jan 16, 2025 3:15 am Hi Snoopyzam,
It's already built-in in MT4 . Go to View -Toolbars and select Line studies and you can customize it. (linear regression, standard deviation, equidistant, Fibonacci)
Re: Already Converted TradingView Indicators to MT4 Indicators
532i was also in search of this indicator.......waiting for ur upload.....global wrote: Thu Jan 02, 2025 2:19 am Converted by ChatGPT but still not functional. When I get time, I'll see if I can make it work.
Adaptive Trend Flow [QuantAlgo]
https://www.tradingview.com/script/1ttp ... QuantAlgo/
Re: Already Converted TradingView Indicators to MT4 Indicators
533Lot of chatter on various forums about a Trading View indicator called Simple Market Metrics. Don't think there's anything on mt4 yet.
Re: Already Converted TradingView Indicators to MT4 Indicators
534I looked for Simple Market Metrics on Tradingview.com and it's no longer available. Anyone knows where we can find the Simple Market Metrics script?handy148 wrote: Sun Jan 19, 2025 2:13 am Lot of chatter on various forums about a Trading View indicator called Simple Market Metrics. Don't think there's anything on mt4 yet.
Update: After a search I found out that version 5 is closed source and the previous version is open source but only for those who pay for it.
Re: Already Converted TradingView Indicators to MT4 Indicators
535I was very busy since I posted the initial mq4 version of the Adaptive Trend Flow tradingview pine script but I should have some time to see if I can fix it within the next few days.MeNiazi wrote: Sat Jan 18, 2025 6:26 am i was also in search of this indicator.......waiting for ur upload.....
Adaptive Trend Flow [QuantAlgo]
https://www.tradingview.com/script/1ttp ... QuantAlgo/
Re: Already Converted TradingView Indicators to MT4 Indicators
536
global wrote: Sun Jan 19, 2025 8:05 am I looked for Simple Market Metrics on Tradingview.com and it's no longer available. Anyone knows where we can find the Simple Market Metrics script?
Simple Market Metrics.png
Update: After a search I found out that version 5 is closed source and the previous version is open source but only for those who pay for it.
Re: Already Converted TradingView Indicators to MT4 Indicators
537
Adaptive Trend Flow for MT4global wrote: Sun Jan 19, 2025 8:07 am I was very busy since I posted the initial mq4 version of the Adaptive Trend Flow tradingview pine script but I should have some time to see if I can fix it within the next few days.
Here is a working version of the Adaptive Trend Flow indicator I converted from the pine script. It doesn't show all the fancy visualizations as the original tradingview script shows but it does show the trend changes which is the main thing. Of course you can adjust the settings as you like to make the trend changes more sensitive. You can learn more about the original indicator from https://www.tradingview.com/v/1ttpw8M3/
This converted version shows the trend as a simple blue and red line with volatility bands that you can turn on or off in the settings. The colored candles are not part of the indicator but are drawn by a separate heiken ashi indicator.
To use this indicator with an EA just use an iCustom call to access the TrendState buffer number 5 with this call:
string indiAdTrend = "AdaptiveTrendFlow";
double AdaptiveTrend = iCustom(NULL,0,indiAdTrend ,5,0);
PS: For the MT5 version, please see here: Adaptive Trend Flow for MT5.
Re: Already Converted TradingView Indicators to MT4 Indicators
538Thats Great Teacher ...... Thanks a lotglobal wrote: Fri Jan 24, 2025 3:48 pm Here is a working version of the Adaptive Trend Flow indicator I converted from the pine script. It doesn't show all the fancy visualizations as the original tradingview script shows but it does show the trend changes which is the main thing. Of course you can adjust the settings as you like to make the trend changes more sensitive. You can learn more about the original indicator from https://www.tradingview.com/v/1ttpw8M3/
This converted version shows the trend as a simple blue and red line with volatility bands that you can turn on or off in the settings. The colored candles are not part of the indicator but are drawn by a separate heiken ashi indicator.
AdaptiveTrendFlow.png
Change the main length to 50 and shows great results at 1 min specially XAUUSD......
Lots of Gratitude
Re: Already Converted TradingView Indicators to MT4 Indicators
539Thanks for the feedback. That's great.MeNiazi wrote: Fri Jan 24, 2025 9:36 pm Thats Great Teacher ...... Thanks a lot
Change the main length to 50 and shows great results at 1 min specially XAUUSD......
Lots of Gratitude
Re: Already Converted TradingView Indicators to MT4 Indicators
540
Hi Dear Coders......
Pls find below an indicator of TradingView "Adaptive EMA with ATR and Standard Deviation [QuantAlgo]"....I am sure this indicator is available here at Forex-Station.
Pls find it for me Thanks A Lot........
Reason: Useful in Lower TF's with good risk reward ratio
https://www.tradingview.com/script/W4SL ... QuantAlgo/
Pls find below an indicator of TradingView "Adaptive EMA with ATR and Standard Deviation [QuantAlgo]"....I am sure this indicator is available here at Forex-Station.
Pls find it for me Thanks A Lot........
Reason: Useful in Lower TF's with good risk reward ratio
https://www.tradingview.com/script/W4SL ... QuantAlgo/