hi i want to buy from you all they keys and the LinkedIn premium if it was available
Mrskiz

- Joined Oct 26, 2022
- 0 best answers
link on step 3 dosen t work
yaw. dear , I have tow questions. Im not from USA ,
can i work with this method and got no store suspension ?
is it legall ?
just pull shit , hadlkhra d fmm7md
- Edited
/ /@version=5
indicator(“l7way Signal”, overlay=false)
period = input(3, title=“Period”)
threshold = input(3, title=“Threshold”)
momentum = close - ta.sma(close, period)
buySignal = ta.crossover(momentum, threshold)
sellSignal = ta.crossunder(momentum, -threshold)
plotshape(buySignal, title=“Buy Signal”, location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small)
plotshape(sellSignal, title=“Sell Signal”, location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small)