0

i am working on general purpose AI, so I have a background in HMM's, RL. I am in the process of developing an app that uses online stream of data from multiple sources and produces a prediction (currently using past stream as present stream).

What licenses would l need to deploy my algorithm (similar to high frequency trading)?

Is it even possible without incorporating?

gfdsal
  • 278
  • 2
  • 8

1 Answers1

1

An algorithm uses a computer programs to trade a strategy at high speed and volume based on the rule structure that it contains. In order to trade with one, you need sufficient capital, a trading platform, and fast internet connectivity.

In the US, SEC (and some state) regulations come into play if you raise money and trade for others. A brokerage firm is subject to FINRA rules if involved algorithmic trading. There is no licensing requirement for an individual to use one. If in another country, google for local laws.

Bob Baerker
  • 77,328
  • 15
  • 101
  • 175