[ 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


View post   

File: 408 KB, 3240x1920, gainz.png [View same] [iqdb] [saucenao] [google]
22384738 No.22384738 [Reply] [Original]

Some cute anon used my pic asking for trading advice. I will break it down for you very quick boi.

You want to watch all Jason Jenkins videos.

>> No.22384769
File: 146 KB, 1514x890, brave_2020-09-10_18-32-48.png [View same] [iqdb] [saucenao] [google]
22384769

And then you want to add my magical power indicator to tradingview.

study(title="Estimated Moving Average Ribbon", shorttitle="Magical Powers", overlay=true)

len1 = input(8, title="Length")
len2 = input(13, title="Length")
len3 = input(16, title="Length")
len4 = input(21, title="Length")
len5 = input(28, title="Length")
len6 = input(35, title="Length")
len7 = input(42, title="Length")
len8 = input(50, title="Length")
len9 = input(60, title="Length")
IT = input(8, title="Intermediate Term")
LT = input(200, title="Long Term")
PL = input(314, title="Pi Line")

src = input(close, title="Source")
out1 = ema(src, len1)
out2 = ema(src, len2)
out3 = ema(src, len3)
out4 = ema(src, len4)
out5 = ema(src, len5)
out6 = ema(src, len6)
out7 = ema(src, len7)
out8 = ema(src, len8)
out9 = ema(src, len9)
outIT = sma(src, IT)
outLT = sma(src, LT)
outPL = sma(src, PL)


plot(out1, color=#404040, linewidth=1, title="EMA")
plot(out2, color=#575757, linewidth=1, title="EMA")
plot(out3, color=#707070, linewidth=1, title="EMA")
plot(out4, color=#878787, linewidth=1, title="EMA")
plot(out5, color=#A1A1A1, linewidth=1, title="EMA")
plot(out6, color=#B8B8B8, linewidth=1, title="EMA")
plot(out7, color=#CFCFCF, linewidth=1, title="EMA")
plot(out8, color=#E8E8E8, linewidth=1, title="EMA")
plot(out9, color=#FFFFFF, linewidth=2, title="EMA")

plot(outIT, color=#7E4B26, linewidth=2, title="SMA")
plot(outLT, color=#61993B, linewidth=2, title="SMA")
plot(outPL, color=#007cb0, linewidth=2, title="SMA")

>> No.22384798

and then you want to not sell 1.5k links right at the start of a pump.