Search found 94 matches

Re: XARD - Simple Trend Following Trading System

Hello, this indicator (adxvma_channel-3.ex4)looks very good. Do you have the indicator formula for MT5? If not, the .mq4 format is also acceptable. I need to convert it to MT5 because I want to use it for futures trading. Could you please help me with this? HI Mrtools is this Indicator adxvma_cha ...

Re: Already Converted TradingView Indicators to MT4 Indicators

ATR Based Zig Zag with EMA Hello, could you please verify if this is close to the TV version. What is the ATR Based Zig Zag indicator? This code was originally published on TradingView by HabibiBudo as a refined trend-following tool for traders seeking clear trend signals. It uses an "ATR breakout ...

Re: Already Converted TradingView Indicators to MT4 Indicators

hi mrtools is it possible to convert this trading view indicator to mt4 Indicator I am attaching the code here //@version=6 indicator('ATR Based Zigzag w EMA', overlay = true) // === Inputs === ATRLength = input(14, title = 'ATR Length') ATRMult = input(5.0, title = 'ATR Multiplier ...

Re: Already Converted TradingView Indicators to MT4 Indicators

HI Will somebody helps in converting trading view indicator in to mt4 indicator //@version=6 indicator("Market Structure Confluence [AlgoAlpha]", shorttitle="AlgoAlpha - Market Structure", overlay=true, max_lines_count=500, max_labels_count=500, max_bars_back=5000) swingSize = input.int(10, "Time ...

Return to the advanced search