Tag: development

  • Reinforcement Learning for trading

    I’ve been learning about machine learning for a while now and I was wondering if reinforcement learning can be applied to trading. Trading is a unique challenge because it’s known to “mostly” be a random walk simulation. Unless somebody trades with a LARGE sum of money, it’s people trading against algorithms. Can you then try…

  • Updated Review of the TD Ameritrade API

    Last week I posted something about the TD Ameritrade API for trading instruments. My impressions of their API were not great. Well, I tried to re-code what I was attempting to accomplish in ReactJS and well, this time it worked, kinda… Previously I was running into issues with utilizing their streaming API which utilizes WebSockets…

  • Blunt Review of the TD Ameritrade API for automated trading

    For the past couple of months, I’ve been utilizing the TD Ameritrade API to work on a couple of applications that can allow you to trade outside the platform and automate some trading processes. To save you time from reading the rest of this post, it is just okay. Not good, not bad, just okay.…