[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/biz/ - Business & Finance

Search:


View post   

>> No.10282384 [View]
File: 53 KB, 1411x656, JUSTening oscillator 5min compact.png [View same] [iqdb] [saucenao] [google]
10282384

made a new more compact 5min JUSTening oscillator. i think im getting the hang of the basics of this shit.should i just stop bothering w this babby-tier pine editor shit for tradingview and start learning python?

---------------------------
//@version=3
study('JUSTening oscillator compact')
VIX = security('CBOE:VIX', period, ohlc4)
ma1 = ema(VIX, 20)
ma8 = ema(VIX, 100)
width = (ma8 - ma1)+VIX
price = VIX
wpd = (width - price)
mycond = price > width
plot(wpd, title='JUSTening oscillator', color=(mycond ? #FD0000 : #08FD00), linewidth=1, style=histogram, histbase=0.0)
hline(0, title='niggerline', color=#FFFFFF, linewidth=1, linestyle=dotted)
--------------------------------------------

>>10282225
>tech exec bearish on tech
well good to know im not just being fucking retarded

Navigation
View posts[+24][+48][+96]