Re: Already Converted TradingView Indicators to MT4 Indicators

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

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

535
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/
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.
These users thanked the author global for the post:
MeNiazi


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

CodeRe: Already Converted TradingView Indicators to MT4 Indicators

537
global 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.
Adaptive Trend Flow for MT4

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);
If anyone can improve on this indicator then please do so for the benefit of all of us.

PS: For the MT5 version, please see here: Adaptive Trend Flow for MT5.

These users thanked the author global for the post (total 5):
vinuthbn84, thomdel, MeNiazi, Banzai, Jimmy

Re: Already Converted TradingView Indicators to MT4 Indicators

538
global 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
Thats Great Teacher ...... Thanks a lot

Change the main length to 50 and shows great results at 1 min specially XAUUSD......

Lots of Gratitude

DownloadRe: 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/