VWMA Oscilator

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

VWMA Oscilator

Postby aladdin007 » Fri Sep 27, 2019 6:32 pm

hi MR apprentice AND MR mario
can you plase make this indicator for mt4
this the code and the link thank you so much for all the help

https://www.tradingview.com/script/bTVI ... Oscilator/

/version=3
study(title="VWMA Oscilator", shorttitle="VWMAO", overlay=false)
len = input(9, minval=1, title="Length")
smooth = input(9, minval=1, title="Smooth")
src = input(close, title="Source")
vwma = vwma(src, len)
sma = sma(src, len)
vwmao = ema(vwma - sma, smooth)
plot(vwmao, color=blue, title="VWMAO", style=columns)
Attachments
vwma oscillator.jpg
aladdin007
 
Posts: 97
Joined: Sat Aug 24, 2019 1:28 pm

Re: VWMA Oscilator

Postby Apprentice » Sat Sep 28, 2019 3:29 pm

Your request is added to the development list.
Development reference 135.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36476
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: No registered users and 36 guests