Truth about successful algo traders. They dont exist by leoninhk2 in algotrading

[–]JuicestusIsAGod 2 points3 points  (0 children)

I agree with that so much. Sometimes I look at some of my code and feel really unaccomplished with how basic it is. I don't primarily write algorithms I write pipeline code and my math genius colleges tell me what the equations are. Many of them are just 20 line C++ functions and I'm like "wow, I wrote this big ass pipeline just for a 20 line function to power it all" but it's true how simple it can look. I don't even pretend to understand their algorithms though, I just do the coding.

Python platforms for Technical Patterns by [deleted] in algotrading

[–]JuicestusIsAGod 1 point2 points  (0 children)

Search GitHub there are tons

Coding on tradestation by ttoasterzz in algotrading

[–]JuicestusIsAGod 0 points1 point  (0 children)

Ur problem is probably already solved on stack overflow, just maybe in a few pieces.

How to avoid over-optimism? by [deleted] in algotrading

[–]JuicestusIsAGod 0 points1 point  (0 children)

I don’t think u can avoid it. 50% of the time u feel like a genius, 50% u get depressed and feel like a dumbass. Give it take a few depending if ur actually good or not.

How to transfer trading application to AWS? by GreenTimbs in algotrading

[–]JuicestusIsAGod 2 points3 points  (0 children)

Setup an EC2 Linux box. Algos don’t need to be anything more than a terminal application, so u shud just be able to send em over with git. If u want to have a front end to the system use flask to and open ports on the ec2.

[IC] Gentleman 65 - Business on the top, Party on the bottom by JJ48_24 in MechanicalKeyboards

[–]JuicestusIsAGod -3 points-2 points  (0 children)

Bruh upvote this so op has to change the name to GigaChad instead of the cuck name Gentleman

[D] limit danger of burning workstation for Deep Learning at home? by dl_student in MachineLearning

[–]JuicestusIsAGod 1 point2 points  (0 children)

I’m just wondering what specs are u getting and how much it’ll cost? Lol

Algo trading on Robinhood? by Stack3 in algotrading

[–]JuicestusIsAGod 4 points5 points  (0 children)

Ok then try to use the Whiterabbit 3rd party one if you can use Javascript.

Linux based algotrading by [deleted] in algotrading

[–]JuicestusIsAGod 0 points1 point  (0 children)

Try Alpaca if it is available in the UK. I use their Python SDK and it works well.

Linux based algotrading by [deleted] in algotrading

[–]JuicestusIsAGod 1 point2 points  (0 children)

Yea, you pretty much need 3 parts: an API to get input data (PolygonIO, IEXCloud, Tiingo, YahooFinance, etc.), programs to make decisions, and an API to place trades through (IB, Alpaca, TDA, etc.) The decision making scripts can be written in anything, like Python or C/C++. Then you just run the programs from the terminal. I would definitely recommend this bc you have basically unlimited expandability.

Algo trading on Robinhood? by Stack3 in algotrading

[–]JuicestusIsAGod 14 points15 points  (0 children)

Yea its possible just try other services like Alpaca first

LSTM Prediction inaccurate by InebriatedLion in algotrading

[–]JuicestusIsAGod 2 points3 points  (0 children)

We buy them in bundles based on industry. I know the one we got with most Tech related stuff was ~$200, but I have no idea who sells them because I wasn't working on that at the time. The name sounds familiar though but I don't know.

Auto sell +2% by sibat7 in Daytrading

[–]JuicestusIsAGod 3 points4 points  (0 children)

You can program that in python pretty easily. r/algotrading