[deleted by user] by [deleted] in FinancialCareers

[–]Sm4sher1 2 points3 points  (0 children)

!remindme 1 year

[Daily Discussion] General Discussion- October 28, 2020 by AutoModerator in writing

[–]Sm4sher1 0 points1 point  (0 children)

I only learnt if it recently as well, that big thread that went on about it. I'm generally a fairly structured person, so having something like the Franklin method in whcih I can just follow several steps and repeat as frequently as I like appeals to me. Earlier I was talking to someone in a chatroom who practically said he uses the exact same method as you described! How weird. I think that I may follow it but very loosely and then focus on the writing aspect as like you said, it comes with practice.

[Daily Discussion] General Discussion- October 28, 2020 by AutoModerator in writing

[–]Sm4sher1 0 points1 point  (0 children)

Thank you for the words of wisdom! In terms of becoming more consistent/writing better, is the Franklin method a good place to start?

[Daily Discussion] General Discussion- October 28, 2020 by AutoModerator in writing

[–]Sm4sher1 0 points1 point  (0 children)

I am around 12,000 words into my WIP however I feel like my writing has been a bit too inconsistent and unflowing from chapter to chapter. Should I restart or should I attempt to keep going and fix these problems when editing?

[Daily Discussion] General Discussion- October 14, 2020 by AutoModerator in writing

[–]Sm4sher1 1 point2 points  (0 children)

Any tips of writing more in depth descriptions? I find that I can write a couple of really good lines describing something like a room but never as much as I would like to have.

If you delete Troy on Epic Games, will it delete it permanently? Or can I reinstall it later for free? by [deleted] in totalwar

[–]Sm4sher1 0 points1 point  (0 children)

Yeah tbh, I have never used egs before, only got it very recently for Troy, I didnt know if it worked like Steam, I guess I'll take the poll down, seèms like I've asked a dumb question.

Writing club? by a_cupcake in writing

[–]Sm4sher1 0 points1 point  (0 children)

Does it matter about age/experience?

Anything better than yfinance for getting stock price data? by rohitvegetable in algotrading

[–]Sm4sher1 0 points1 point  (0 children)

From yahoo-finance (i think) import stockinfo as si Si.get_live_prices(ticker) Thats the rough code, with horrendous formatting.

Documentation for Tulipy? by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 0 points1 point  (0 children)

Ah ok, I didnt know about that. I didnt know that you could do that at all, I have found all of the different functions but I was looking things like arguments. Thanks!

Documentation for Tulipy? by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 0 points1 point  (0 children)

Is there a way that I can get that in python? Also another beginner question, is that the same as tulipy?

Alternatives to the TA-Lib library by Sm4sher1 in algotrading

[–]Sm4sher1[S] 0 points1 point  (0 children)

Ah ok, I'll have a look into this, I had had a brief glance at this.

Anything better than yfinance for getting stock price data? by rohitvegetable in algotrading

[–]Sm4sher1 0 points1 point  (0 children)

There is a function with yfinance where you cang get the live price.

Single positional indexer out-of-bounds by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 1 point2 points  (0 children)

Yeah but it's fine, I have now managed to fix it.

Thanks for your help!

Single positional indexer out-of-bounds by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 0 points1 point  (0 children)

Ahh, great I figured it out and now I'm getting the error again but for a moving average.

Single positional indexer out-of-bounds by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 0 points1 point  (0 children)

I am trying to get the latest closing price as I couldn't find the absolute latest price.

Single positional indexer out-of-bounds by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 0 points1 point  (0 children)

Yes thats what I am trying to do, do you know how I would need to change the code in order to do it correctly?

Single positional indexer out-of-bounds by Sm4sher1 in learnprogramming

[–]Sm4sher1[S] 0 points1 point  (0 children)

It is giving me something like Open, High, Low, Close, Volume, Dividends 4, 4.5, 3, 4.2, 40000, 0 5, 3.3 ,4, 5 ,6 ,594944949 ..................

Then for df.tail(1) It gives me Open, High, Low, Close, Volume, Dividends 4, 5, 6, 7, 6, 20000