Re: MT4 Indicator requests and ideas

2447
Hello,

is it possible to have this custom envelope on MT4 please.

Envelopes parameters are 256: 31.25 / 128: 15.625 / 32: 7.8125

All parameters must be customisable (change number)

From this post:

This is code for oanda for envelope 32: 7.8125

study(title="Envelope", shorttitle="Env", overlay=true)
len = input(32, title="Length", minval=1)
octave = input(156.25)
src = input(close, title="Source")
exponential = input(false)
basis = sma(src, len)
k = octave
upper = basis + k
lower = basis - k
plot(basis, color=orange,offset=-16)
u = plot(upper, color=blue, offset=-16)
l = plot(lower, color=blue, offset=-16)
fill(u, l, color=blue)

Thans a lot and green pips
Attachments


Who is online

Users browsing this forum: ChatGPT [Bot], DotNetDotCom [Bot], Proximic [Bot], Tbot [Bot] and 73 guests