Re: Already Converted TradingView Indicators to MT4 Indicators

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


Re: Already Converted TradingView Indicators to MT4 Indicators

643
SLN wrote: Sun Oct 05, 2025 9:04 am
You'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

645
leledc 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.
Gainz Algo indicator

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

646
mrtools wrote: Wed Oct 08, 2025 8:48 am Hello, did this version, but not 100% sure about it matching yet.
Liquidity V2 indicator for MT4

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:
  1. Read open, close, high, low, and tick volume.
  2. Determine bullish or bearish (close > open vs close < open).
  3. Round the close price to tick precision.
  4. Aggregate tick volumes per unique price level for bulls and bears.
  5. 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.
What to look out for
  • 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.
These users thanked the author Borshov for the post (total 10):
mrtools, boytoy, Abdi, Nik123, talaate, mazibee, mate, Jimmy, specialkey, global

Re: Already Converted TradingView Indicators to MT4 Indicators

647
mrtools 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.
Hey thank you...the difference is because,at least i think, this is vers 2 !Very thanks
These users thanked the author leledc for the post:
mrtools