Search results

  1. B

    td ameritrade access cut off --> schwab api

    I can't find anything on how to access market data through schwab's api, even though it's insinuated that you can. There's this: https://archive.ph/L75Cq and while it's somewhat helpful, there doesn't seem to be any documentation on how to access schwab's api, and people in that thread seem...
  2. B

    What's the point of machine learning?

    Doing this one: https://www.alpharithms.com/predicting-stock-prices-with-linear-regression-214618/ Why is it that when I print(x_train, x_test, y_train, y_test ) the data it's unordered? (When the input data was typical time series data.)
  3. B

    best way to rank stocks

    My goal is to create a python script that will take a watch list and rank the stocks according to how well they perform under a particular strategy. What method would best accomplish this?
  4. B

    What's the point of machine learning?

    https://swngui.medium.com/python-tutorial-using-lasso-to-predict-stock-prices-ee71f82aa698 But this tutorial is what I'm taking about. What do I do with the mean squared error? Is it that he's comparing adj close to close purely for demonstration purposes? Because I don't get it. The...
  5. B

    Using BTC to buy stuff

    The people that run our banking infrastructure will not allow this to happen. It will take legislation to accomplish what you want. But that won't happen because our legislators are bought off by those same bankers. KYC rules are just the start. It will only get progressively worse. They...
  6. B

    linear regression with scikit-learn

    I'm a little confused on what exactly I'm seeing in picrel. Y axis is profit, X axis in the indicator. Is what's being shown that the higher the indicators value, the higher the likelihood of profit? Or am I going about this wrong way? This just seems like it's too simple. Although, I was...
  7. B

    Is trading a spiritual journey?

    No, it is a matierialists journal. It is not spiritual in any way. You are here because you want money and wealth. You are not trading because you want to cleanse your soul of impurities. I'd suggest that if you are trying to take on an existentialist quest, you are on the wrong one.
  8. B

    What's the point of machine learning?

    Well, most every 'machine learning' book or video I watch starts off with linear regression as the easiest example of it.
  9. B

    What's the point of machine learning?

    I've been mainly playing with the linear regression algorithm in python, but I don't really understand the purpose of it. I get backtesting. You have a trading strategy with entries and exits, and you see how many times it wins and loses and how much profit you get from it, and so on. But I...
Back
Top