Search found 23 matches

Re: Convert MT4 indicators to MT5

input int inpRsiPeriod = 21; // Rsi period enum enRsiTypes { rsi_cut, // Cuttler's RSI rsi_emp, // Trend emphasized RSI rsi_ehl, // Ehlers' smoothed RSI rsi_har, // Harris' RSI rsi_lag, // RSI Laguerre rsi_rap, // Rapid RSI rsi_rsi, // RSI rsi_rsx, // RSX rsi_rsx2, // RSX 2 rsi_slo, // Slow RSI rsi ...

Re: Convert MT4 indicators to MT5

In the version I posted it is this " input int inpRsiPlPer = 2; // Rsi price line period ", right after speed. can you show fragment of code for this enumeration setting? https://i.pinimg.com/originals/6a/6f/ce/6a6fce98190ce174fc546c93340b964a.png i mean like on this example https://i.pinimg.com ...

Re: Convert MT4 indicators to MT5

Converted it somewhat, not sure about the object-oriented lines yet, but think it's a start. thanks mrtools for your work, indicator looks good I have question yet Is it possible add this "rsi price line period" setting to indcator which i added in attachment? https://i.pinimg.com/originals/b5/7d ...

Re: Already Converted TradingView Indicators to MT4 Indicators

HI, is anyone will be able to convert this indicator to mt5? But version where indicator show only CHoCH (change of character) lines https://pl.tradingview.com/script/CnB3fSph-Smart-Money-Concepts-SMC-LuxAlgo/ //@version=5 indicator("Smart Money Concepts [LuxAlgo]", "Smart Money Concepts [LuxAlgo ...

Re: ATR indicators for MT4

HI. Would any of you be able to add the RMA smoothing to the ATR indicator as it is on the trading view platform? There is no smoothing option in the standard metatrade 4 indicator Code //@version=5 indicator(title="Average True Range", shorttitle="ATR", overlay=false, timeframe="", timeframe_gaps ...

Return to the advanced search