Thank you so much my kindest friend - I am using an edited version of your template with very good results! It really makes everything so much more clear.trader2000 wrote: Sun Mar 10, 2024 7:20 am thanks for your response sir , i like to share with you my new collected system (from this great forum and other ) template and indicator work on 15 min tf(sure any tf and assets) . i hope to try it and if any improvement needed or opinion smart trend system.zipScreenshot 2024-03-10 043852.png
Re: Already Converted TradingView Indicators to MT4 Indicators
642Is there anyway you could share this indicators and template please. Thanks in advance.
Re: Already Converted TradingView Indicators to MT4 Indicators
643You'll find most indis right over here. There are a few that you'll have to search for yourself for obvious reasons.
To admin: Apologies for all the changes - now I'm done!
Seems to be working in Backtest mode.
Perfect setup - so I took this trade!
Thank you for all the AMAZING!!! indis over here.
- These users thanked the author HennivR for the post (total 2):
- SLN, Hogwildsavage
Re: Already Converted TradingView Indicators to MT4 Indicators
644
Hi, there is no direct link on TradingView, but I have the website and attached an image:
https://gainzalgo.com/products/gainzalgo-v2
I think it's a great indicator.
Attached is the script I found online... Thank you very much.
https://gainzalgo.com/products/gainzalgo-v2
I think it's a great indicator.
Attached is the script I found online... Thank you very much.
Re: Already Converted TradingView Indicators to MT4 Indicators
645Gainz Algo indicatorleledc wrote: Wed Oct 08, 2025 3:41 am Hi, there is no direct link on TradingView, but I have the website and attached an image:
https://gainzalgo.com/products/gainzalgo-v2
I think it's a great indicator.
Attached is the script I found online... Thank you very much.
Hello, did this version, but not 100% sure about it matching yet.
ps) just noticed, in the code text you posted is different from the text I found and yours has some extra features that are needed, will see if I can figure it out.
- These users thanked the author mrtools for the post (total 10):
- kvak, Cagliostro, RodrigoRT7, Borshov, FredericoA, boytoy, Krunal Gajjar, talaate, Jimmy, specialkey
Re: Already Converted TradingView Indicators to MT4 Indicators
646Liquidity V2 indicator for MT4mrtools wrote: Wed Oct 08, 2025 8:48 am Hello, did this version, but not 100% sure about it matching yet.
Thank you. It cannot match, as your version does not repaint, while that one 100% repaints. It's visible in the screenshot.
I want to share an indicator too. I'm not a programmer, AI made it for me. I think it will be useful for many in trading. Link.
What is the Liquidity V2 indicator for MT4?
This MT4 version of the Liquidity code represents a sophisticated "Liquidity Price Depth" (LPD) indicator. A visual analytical instrument that assesses the concentration of bullish and bearish trading volume across various price levels within a defined range of bars, it displays unique "Liquidity Wings".
It serves as a visual market depth overlay that is rendered directly on the primary chart (rather than in a separate indicator window).
The objective is to pinpoint the price levels at which liquidity accumulates, indicating where traders are predominantly active — thereby revealing potential support and resistance levels, areas of high interest, or imbalances in volume between buyers and sellers.
Calculation in MT4
For each candle in the chosen window:
- Read open, close, high, low, and tick volume.
- Determine bullish or bearish (close > open vs close < open).
- Round the close price to tick precision.
- Aggregate tick volumes per unique price level for bulls and bears.
- After scanning all bars:
- Find max volume and price for each side.
- Compute total bullish and bearish volume to get percentages.
- Sort price arrays descending.
- Render visualization (Polyline or Histogram):
- Draw curves or bars at each price level.
- Mark key levels and display summary percentages.
- High-volume price levels (lines) represent potential liquidity pools.
- Volume imbalance (percent boxes) represents overall sentiment (buyers vs sellers).
- The shape of the curve for example: a wider “bullish” area indicates stronger buying support.
Re: Already Converted TradingView Indicators to MT4 Indicators
647Hey thank you...the difference is because,at least i think, this is vers 2 !Very thanksmrtools wrote: Wed Oct 08, 2025 8:48 am Hello, did this version, but not 100% sure about it matching yet.
ps) just noticed, in the code text you posted is different from the text I found and yours has some extra features that are needed, will see if I can figure it out.
Re: Already Converted TradingView Indicators to MT4 Indicators
648Please be so kind as to inform me how to use this indicator for actual trading.Borshov wrote: Wed Oct 08, 2025 6:15 pm Thank you. It cannot match, as your version does not repaint, while that one 100% repaints. It's visible in the screenshot.
I want to share an indicator too. I'm not a programmer, AI made it for me. I think it will be useful for many in trading.
Re: Already Converted TradingView Indicators to MT4 Indicators
649Impressive indicator how do you use it.. never seen this type of indicator for mt4Borshov wrote: Wed Oct 08, 2025 6:15 pm Thank you. It cannot match, as your version does not repaint, while that one 100% repaints. It's visible in the screenshot.
I want to share an indicator too. I'm not a programmer, AI made it for me. I think it will be useful for many in trading.
Re: Already Converted TradingView Indicators to MT4 Indicators
650Follow the link. The indicator's author described everything in great detail.boytoy wrote: Wed Oct 08, 2025 8:47 pm Impressive indicator how do you use it.. never seen this type of indicator for mt4