[ 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.51240522 [View]
File: 415 KB, 617x692, 1623747406730.jpg [View same] [iqdb] [saucenao] [google]
51240522

>>51240509

>> No.17940854 [View]
File: 416 KB, 617x692, professional magician, do not attempt.jpg [View same] [iqdb] [saucenao] [google]
17940854

>>17940717
>>17940777
t. Mechanical Engineer who is supposed to graduate at end of April (BSME and math minor)

with 0 debt!
>and 0 internships or job offers

>> No.14935298 [View]
File: 416 KB, 617x692, professional magician, do not attempt.jpg [View same] [iqdb] [saucenao] [google]
14935298

>>14934953
with an average price of $5.50 and average sell at $8.50, along with some puts i bought yesterday, I have 51% gains off of a meme stock i thought id be bagholding to zero

>>14935005
get below 100% of portfolio, or margin is going to eat you up

>>14935099
dubs of truth, it has happened before

>> No.14900999 [View]
File: 416 KB, 617x692, professional magician, do not attempt.jpg [View same] [iqdb] [saucenao] [google]
14900999

>>14900697
id rather do it for a cosmic blowjob, or a cosmic doggystyle with a phat ass

>>14900779
depends on the stock

if its a long term hold like LMT, BA, or WM, then i hold that shit forever

if its a /biz/ meme, i sell after a month or two (or after the first pump)

if its something like SQQQ or VIIX, i hold it for less than a week (couple days tops)

>> No.12403096 [View]
File: 416 KB, 617x692, professional magician, do not attempt.jpg [View same] [iqdb] [saucenao] [google]
12403096

>>12402942
writing the code on your own, with ideas and sometimes help from these threads of course!


>>12402937
heres half of it, it is surprisingly useful, especially if you tweak it a little

v1=security('AMEX:HYG',period,src)
v2=security('CBOE:VIX',period,src)
v3=security('NASDAQ:NDX',period,src)
v4=security('SP:SPX',period,src)
v5=security('NASDAQ:TLT',period,src)
v6=security('AMEX:IWM',period,src)
v7=security('DJ:DJI',period,src)
HYG=tsi(v1,fast,slow)
VIX=tsi(v2,fast,slow)
NDX=tsi(v3,fast,slow)
SPX=tsi(v4,fast,slow)
TLT=tsi(v5,fast,slow)
IWM=tsi(v6,fast,slow)
DJI=tsi(v7,fast,slow)
v11 = ema(HYG, sig)
v22 = ema(VIX, sig)
v33 = ema(NDX, sig)
v44 = ema(SPX, sig)
v55 = ema(TLT, sig)
v66 = ema(IWM, sig)
v77 = ema(DJI, sig)
plot(v11, color=#0044FD, title='HYG', style=area, linewidth=2, transp=50)
plot(v22, color=#FFFFFF, title='VIX', style=histogram, linewidth=2, transp=40)
plot(v33, color=#00FD2A, title='NDX', style=line, linewidth=2)
plot(v44, color=#EEFD00, title='SPX', style=line, linewidth=2)
plot(v55, color=#FD0000, title='TLT', style=area, linewidth=2, transp=65)
plot(v66, color=#00F6FD, title='IWM', style=line, linewidth=2)
plot(v77, color=#FD0000, title='DJI', style=line, linewidth=2)
hline(0, title='zero line', color=#FFFFFF, linestyle=dotted)
hline(0.5, title='upper extreme', color=#FFFFFF, linestyle=dotted)
hline(-0.5, title='lower extreme', color=#FFFFFF, linestyle=dotted)

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