PROTECTED SOURCE SCRIPT

EFI 13 8

study(title="EFI", shorttitle="EFI")

XLen1 = input(3, minval=1)
XLen2 = input(13, minval=1)
hline(0, color=green, linestyle=line)
xValue = volume * (close - close[1])
xSMA1 = ema(xValue, XLen1)
xSMA2 = ema(xValue, XLen2)
plot(xSMA1, style = histogram, color=blue, title="SlowAvg")
plot(xSMA2, color=red, title="FastAvg")
Volume

Protected script

This script is published closed-source and you may privately use it freely.

Want to use this script on a chart?

Disclaimer