Priorities

Priorities

I’ve finally managed to spend a few hours in my chair off and on, with the help of muscle relaxants and a heat pad, but unfortunately for this project my daughter wanted a Minecraft Java server up and running and wanted me to play with her, and so that (and the troubleshooting with our old equipment) took precedence 🙂

 

Later this evening or early next week development will resume.

 

 

 

 

 

– Anthony

 

Aug. 14/2021 Update

Aug 14 2021 Update

Unfortunately I have injured my shoulder/back somehow and have been unable to air in my office chair, or any chair, in general the past week. Given my desk isn’t a standing desk I have been unable to sit here long enough to accomplish anything before the pain gets too bad and I can’t think about anything else anymore.

 

It’s now finally starting to get better and I am lucky enough to have an office chair with many adjustments so I can configure it into something that should be able to work now, although not consistently yet as it heals the positing I need to sit in changes since it’s effecting my neck, shoulder, and back. I’ve now managed a couple of hours sitting here the last day.

 

This is to say there hasn’t been any progress in actual development this week but the plan is still to add Intraday next along with crypto currency. I’m thinking I might also look at rewriting the way the API calls are made and handled as well and once that’s all sorted out I can start working on the charting module next for all the data we are obtaining.

 

I’m hoping this heals up in the next week or so and I can go back to my usual routine, it’s been annoying to have the time but not be able to utilize it.

 

-Anthony

 

v.002 now with file types and

I must be a pro, I’m already making fixes

We are now at v.002 and thus brings with it a couple of small fixed and additions. One of which is that I remembered to include a read me this time, it’s better than nothing :D.

 

new for v .002

– Corrected the window titles (think I got all of them)

– added file type selections, I might add a couple of more in there. Currently please avoid selecting none

– other small things I forgot to mention while I was digging around.

– Made changes to the file directory structure for the plans to add more types later on 

 

 

Still looking to add support for Cyrpto, Forex, and fundamentals.

 

-Anthony

 

The First Version is Released

The First Version is Released

So after I was concerned about not being able to put together a functional EXE I bring you the first really rough version of my program. It might not be pretty but it works and that was my main goal haha. And I don’t even have alcohol to drink to celebrate. All for the best given I return to work tomorrow. I have included the download link here and added it to the downloads page.

– Anthony

 

What to Expect

What to Expect

What to expect

After trying to turn the program into a .exe file and being successful but it breaking the functionality made me realize sorting out why is pretty unlikely this weekend… although will need to be the next thing I sort out as I need to know why so I can code around it moving forward. It’s disappointing for me but not the end of the world and just means I will need to move to plan B which is releasing a .zip with the python file and a list of the dependancies currently needed to run it.

So while I assemble that I thought I would start with the first basic insutrctions as to how to use the program.

1. At first intialization or detection that the api keyfile is missing or empty it will ask you for your Alpha Vantage API key to be able to make the calls for you.

2. It will then ask you for the ticker. So for examlpe GME or in the case of a TSX:V stock you would do something like DAC.V.

 

You may also notice the limit of 500 calls per day through the API. This is not through me this is due to the limit on the free API keys so trying to bypass it on the programs end will be still ultimately be futile even if you are successful.

 

There is also a limit of 5 calls per 60 second set by Alpha Vantage as well. Later on I plan to add settings to set the type of API key you have for those who choose to use this application and also have paid for their keys.

 

If you make an error here you can cancel out and retry it, I will possibly add a back feature and make a better GUI later anyways. Right now is more about getting it working and seeing what the interest in the functionality is. I have a comment section so feel free to suggest additions and so fourth.

3. Here you can select which timeframes you want, or just press SELECT ALL if you would like them all.

4. Next it will ask you which technical indicators you would like to download as well.

 

 

For now the values are all set to the default amounts on the Alpha Vantage API Documentation but I would like to add in options either in for users to select or set later on as well.

 

You will see this when you hit the 5 calls per minute limitation, if you select less than this it will bypass unless you start the program 60 seconds after the last set of calls.

5. After it completes the last ticker request settings it will ask you if you would like to download more.

 

This is also something I will likely change to be at the start so that a list can be entered, As this will also help my personal project you can expect this sooner than later.

For now you are stuck having to reenter them in every few minutes individually.

 

6. It will dump the .csv files into a folder with the ticker name (with the period removed from the ticker name if there was one).

 

 

There may also be a pile of pickled pandas dataframes there with it as well, unless I remove that as I’m not sure someone who would want those would want this program.

 

7. When you are finished with the tickers you want to make calls on it will create/update a .csv called list which is a directory of the folders contents as it’s what I was going to use for myself to automate my spreadsheets.

The list.csv file contents

As I keep trying to stress… this is very very early… I’m learning and I’m doing it solo on the side so sometimes thing will update quickly and others there will be hold ups. But one promising thing for you is that the pandemic doesn’t look like it’ll be over any time soon so this will continue to be my main focus outside of my usual life duties as… what else will I do outside of being interested in data analysis, the financial markets, and coding haha.

I plan to add Cyrpto and Forex later on a long with the other things avaliable through the API but again, baby steps. My current project has me working out all of the caculations and such and learning how to manipulate datasets to be able to apply those forumlas to the datasets which is cumbersome for me to say the least. So I’ll bounce between the two to give myself breaks from problems and so fourth.

Ultimately my personal projects and the ones I share on here will be very intertwined with their code being shared and so fourth.

 

 

 

Thanks for reading, I hope to have the download ready within the next day or so.

 

– Anthony

 

Current Goals

Current Progress and Weekend Goal

So at this point I have the website setup enough to be functional for my current needs, although severely lacking in the long term I just don’t have the time currently to do everything I would like yet. This should allow me to focus most of my weekend on turning this program into a self supporting .exe that anyone can just unzip and use without needing to worry about installing dependencies and so fourth. The Zip I could release right now (and might if I have troubles with the .exe adventure) would only be usable by people able to do things in the terminal which is what I was trying to get away from.

 

The current program will only run on Windows 10, I have no plan at making it backwards compatible with older windows versions but will be looking to keep it going with Windows 11 although that will not be my main development platform in the future. This brings me to the plans of comparability.. They will match my own which is to have program suites that run on both Windows and Linux, MacOS isn’t too much of a concern for me and I’d have to not only get one but learn how to use it which is just more time than I have. Linux on the other hand I have familiarity with and once funds allow for it will be making my multi pc setup run both windows and Linux as I need. But for the time being I am stuck with Windows 10 so that’s what the program will be setup to run on. Outside of the things Microsoft forces on me most of my development will be aimed at Linux (which seems to be the way everything is headed anyways so it’ll keep me current I guess)

Stay tuned as my goal is to release this primitive first version this weekend (August 07/08, 2021) or the following week.

I will add a pricing model as I figure that sort of stuff out but for now I will leave it as a donation setup.

 

(Let’s see if this auto shares lol)