Free Online Comprehensive Technical Analysis of Stocks & Technical Stock Screener

Questions   Make Wish   Report Issue   Feedback   Learn Tech Analysis   

View All Wish

JNSAR

Please add this technical indicator.


study(title='JNSAR', overlay=true)
h = input(high)
l = input(low)
c = input(close)
ema1 = ema(h, 5)
ema2 = ema(l, 5)
ema3 = ema(c, 5)
ema4 = ema(h[1], 5)
ema5 = ema(l[1], 5)
ema6 = ema(c[1], 5)
ema7 = ema(h[2], 5)
ema8 = ema(l[2], 5)
ema9 = ema(c[2], 5)
ema10 = ema(h[3], 5)
ema11 = ema(l[3], 5)
ema12 = ema(c[3], 5)
ema13 = ema(h[4], 5)
ema14 = ema(l[4], 5)
ema15 = ema(c[4], 5)

avg = (ema1+ema2+ema3+ema4+ema5+ema6+ema7+ema8+ema9+ema10+ema11+ema12+ema13+ema14+ema15)/15

plot(avg, title="JNSAR",style=line, linewidth=2, color = yellow, offset = 1)


Thanks
Posted by KONARK Posted on : 23-Feb-2019

Please note that we are working to Upgrade Users Comments/ Feedback. We will be back soon.

Would you like share your opinion on the wish.


( Intraday Analysis is on Real Time Data (Updated every 5 Mins). All Other analysis is based on End of Trade day's Value. Expected time of update is between 5 to 5.30 PM exchange time Zone)


All Rights Reserved By Mintnovate Market Research Pvt Ltd.