[ 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.10234828 [View]
File: 98 KB, 1280x720, 1531227669026.jpg [View same] [iqdb] [saucenao] [google]
10234828

>>10234647
apparent me quantamly immortal

this script is 4 tradingview
/~
study("rkg_vix_index")
hline(0.5)
hline(-0.5)
fast=input(5)
slow=input(15)
sig = input(5, minval=1, title="SLP)")
v1=security('TVC:VIX',period,close)
v2=security('NASDAQ:NDX',period,close)
v3=security('AMEX:SPY',period,close)
VIX=tsi(v1,fast,slow)
NDX=tsi(v2,fast,slow)
SPY=tsi(v3,fast,slow)
v11 = ema(SPY, sig)
v22 = ema(NDX, sig)
v33 = ema(VIX, sig)
plot(v11,color=black, title='SPY',style=line, linewidth=2)
plot(v22,color=gray, title='NDX',style=line, linewidth=2)
plot(v33,color=red, title='VIX',style=histogram, linewidth=4)
~/

>>10234649
omg! futures hit 268 last night >_>

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