Page 1 of 42

Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 4:19 pm
by Banzai
TradingView Indicators

Some coders already converted these TradingView indicators to MT4 indicators.
Here's a collection. If you have any, please share. Thank you.
This is a great way to learn the Pine script of TradingView too.

If you would like a TradingView indicator converted to MT4 you must include:
  • A link to the TradingView indicator.
  • A reason why you think it would be good to convert it.
  • Upload and Attach a screenshot of the indicator.
  • The Pine Script code wrapped before posting.
In a bid to keep our forum clean, your post will be removed if you don't include these details ☝️

--------------------------------------------------------------------
Let's start with...

Jurik RSX
https://www.tradingview.com/script/ujh3 ... -SharkCIA/

It's smoother than the regular RSI.

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 4:22 pm
by Banzai

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 4:33 pm
by Banzai

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 4:40 pm
by Banzai
Stochastic Rainbow [SHK]

https://www.tradingview.com/script/eVYl ... inbow-SHK/

They're Stochastic (14,3,3), (14,4,3),(14,5,3),(14,6,3),(14,7,3),(14,8,3),(14,9,3),(14,10,3).
Only the Signal lines are being shown.

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 4:47 pm
by Banzai
Action Locator V2

https://www.tradingview.com/script/4DvA ... ator-v2-0/

It's not 100% close to the TradingView version.
Because TradingView and MT4 implementation of some build-in indicators are different.
For example, MT4 doesn't have RMA.

Anyway, this is a very effective volatility indicator from TradingView that filters out many bad trades.

Code: Select all

// Yellow bars (upper row) = Trending
// Orange bars (upper row) = Exhausted trend (could potentially reverse, so if trend trading,
//                           use less risk)
// Red bars (upper row)    = Exhausted trend is losing momentum (reversal or pullback is very
//                           likely ahead, use less risk)
// Gray bars (upper row)   = Ranging - DO NOT TRADE!
// 
// Blue bars (mid row) = There is ACTION in the market -- signals it should be safe to trade
// Gray bars (mid row) = No ACTION - DO NOT TRADE!
// 
// Teal bars (lower row) = There is force behind the ACTION!
// Gray bars (lower row) = Less volatility in the market, be careful!
---------------------------------
edit, Saturday, July 18th, 2020, 8:17 AM, PST

Please download the new version 1.00a over here:
viewtopic.php?p=1295415080#p1295415080

Thank you.
---------------------------------

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 6:27 pm
by Ogee
Banzai wrote: Sat Jul 18, 2020 4:47 pm Action Locator V2
https://www.tradingview.com/script/4DvA ... ator-v2-0/

It's not 100% close to the TradingView version.
Because TradingView and MT4 implementation of some build-in indicators are different.
For example, MT4 doesn't have RMA.

Anyway, this is a very effective volatility indicator from TradingView that filters out many bad trades.
Nice new thread Banzai and some great looking indicators.

Could you please check the 'Action Locator' indicator though, it's causing an automatic platform freeze, on my mt4 anyway.

If I go to the 'MQL4' 'Indicators' folder and delete the action locator mq4 and ex4 files and then close mt4 via the Taskbar icon and restart then ok but get a freeze every time I try to reload that particular indicator.

The Weis Wave Volume and the Jurik RSX look great.

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 6:28 pm
by Jimmy
Banzai wrote: Sat Jul 18, 2020 4:19 pm TradingView indicators to MT4 indicators.
Great thread bro :)

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 7:17 pm
by josi
Banzai wrote: Sat Jul 18, 2020 4:47 pm Action Locator V2
https://www.tradingview.com/script/4DvA ... ator-v2-0/
It's not 100% close to the TradingView version.
Because TradingView and MT4 implementation of some build-in indicators are different.
For example, MT4 doesn't have RMA.
Anyway, this is a very effective volatility indicator from TradingView that filters out many bad trades.
This is all I get - even after fiddling with it for some time.

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 7:36 pm
by josi
Banzai wrote: Sat Jul 18, 2020 4:22 pm Yet another Weis Wave Volume indicator.
I think Mr. Tools or mladen did it already.
Don't know why - width of signal colours cannot be adjusted/changed.

Re: Already Converted TradingView Indicators to MT4 Indicators

Posted: Sat Jul 18, 2020 8:18 pm
by Ogee
josi wrote: Sat Jul 18, 2020 7:17 pm
This is all I get - even after fiddling with it for some time.
I got that too on a closed market, got the freeze when tried the indicator on an open market (btcusd).