Home › Forums › Stocks › American Stocks › Neuralstem [CUR, US64127R4011] – another stock for a gambler-investor
Tagged: gambler-investor
- This topic has 2 replies, 1 voice, and was last updated 8 years ago by
Vasily Nekrasov.
-
AuthorPosts
-
27th July 2017 at 8:58 pm #3139
Vasily Nekrasov
ParticipantNeuralstem, Inc is down by -30%.
The stock exists for a decade and has recovered from a significant drawdown several times. The only problem that really embarrasses me: the stock has never been profitable. But if it did not confuse the market during 10 years, I bet risk $100.27th July 2017 at 9:00 pm #3143Vasily Nekrasov
ParticipantCode to generate the last chart using data from AlphaVantage
avUrl = paste0("https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=CUR&outputsize=FULL&apikey=<yourAPIkey>") dat <- fromJSON(avUrl) nms = names(dat$"Time Series (Daily)") N = length(nms) dates = as.POSIXlt(nms) OHLCV = array(0.0, dim=c(N,8)) for(n in 1:N) { OHLCV[n, 1] = as.double((dat$"Time Series (Daily)")[[n]]$"1. open") OHLCV[n, 2] = as.double((dat$"Time Series (Daily)")[[n]]$"2. high") OHLCV[n, 3] = as.double((dat$"Time Series (Daily)")[[n]]$"3. low") OHLCV[n, 4] = as.double((dat$"Time Series (Daily)")[[n]]$"4. close") OHLCV[n, 6] = as.double((dat$"Time Series (Daily)")[[n]]$"5. adjusted close") OHLCV[n, 5] = as.double((dat$"Time Series (Daily)")[[n]]$"6. volume") OHLCV[n, 7] = as.double((dat$"Time Series (Daily)")[[n]]$"7. dividend amount") OHLCV[n, 8] = as.double((dat$"Time Series (Daily)")[[n]]$"8. split coefficient") } curStock = as.quantmod.OHLC(zoo(OHLCV[, 1:6], order.by=dates), col.names = c("Open", "High", "Low", "Close", "Volume", "Adjusted")) chartSeries(curStock)26th November 2017 at 5:03 pm #4375Vasily Nekrasov
ParticipantClosed the position with ca. -$50 loss. A position in a similar gambler stock was closed with ca. $100 profit, so in total won $50 on $300 investment. Per se not bad but in context of the drawdown that had to be tolerated – nothing good. And of course I hoped for a better pay-off from this lottery.
-
AuthorPosts
- You must be logged in to reply to this topic.
Share this:
- Click to share on LinkedIn (Opens in new window) LinkedIn
- Click to share on Facebook (Opens in new window) Facebook
- Click to share on X (Opens in new window) X
- Click to share on Telegram (Opens in new window) Telegram
- Click to share on Reddit (Opens in new window) Reddit
- Click to share on WhatsApp (Opens in new window) WhatsApp
- Click to share on Pocket (Opens in new window) Pocket
- Click to print (Opens in new window) Print



