Search found 172 matches

Re: MT4 Indicator requests and ideas

Mr.Tools And Rajkumar EMA 4X1 indicator code //@version=5 //Created by Rajkumar on 13/8/2022 //Bar Color Based on Above/Below EMA... ///////////////////////////////////////////////////////////////////////// ema1 = input.int(34, minval=1, maxval=300, title='EMA') shema = input(true, title='Show EMA ...

Re: MT4 Indicator requests and ideas

Mr.Tools, Here is the trading view indicator code: VECTOR MACD // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BobBasic //@version=5 indicator(title="Vector MACD", shorttitle="Vector MACD") vp1 = input.int(89, "Vector Period 1") vp2 ...

Return to the advanced search