A problem I've bumped into with Alpaca compared to other services is my bot needs 1 second bars, and I believe Alpaca goes down to 1min bars and nothing smaller.
Show HN: Trade stocks from the command line with no commission
131–140 of 170 posts
Re: Show HN: Trade stocks from the command line with no commission
#132My main FUD with alpaca.markets is the ability to transfer assets in/out. It doesn't look like they offer ACATS transfers (although there's not much info on this!). Using them for anything beyond entertainment budget is very scary - you may incur substantial tax liability if e.g. they ever go out of business or you choose to use a different brokerage. Any insight here? Am I missing something? Is there any way to tran…
long story short, they all have to implement a system to move out and in (well they all want your assets so this part is obvious).
Re: Show HN: Trade stocks from the command line with no commission
#133Re: Show HN: Trade stocks from the command line with no commission
#134Re: Show HN: Trade stocks from the command line with no commission
#135Earlier quoted context omitted.
Are you saying that alpaca charges a commission on trades by inflating the price and taking a cut? Or through what mechanism do commissioned trades get lower prices?
Free brokerages generally don’t execute orders as quickly in order to sell order flow which allows HFT firms to front-run your trade. If you’re a buy and hold investor, the fractions of a cent you’re losing don’t matter much over the long run but the issue is still there. Generally when you pay for something, it means that somebody is beholden to you if there’s issues. Robinhood et. al. are free because they suck. ht…
[0]: https://www.kalzumeus.com/2019/6/26/how-brokerages-make-mone...
Re: Show HN: Trade stocks from the command line with no commission
#136I don't get it. How does Alpaca offer free broker services?
High-frequency trading firms aren't in the business of stocks, they are in the business of building the fastest tech on the planet to connect buyers with sellers, therefore making markets more efficient.
Re: Show HN: Trade stocks from the command line with no commission
#137This is a terrible use-case for the command-line.
Re: Show HN: Trade stocks from the command line with no commission
#138Re: Show HN: Trade stocks from the command line with no commission
#139What's closest to Alpaca for UK based traders?
Freetrade, 212 Trading and soon Robinhood offer commission free traedes in the UK but no API
Re: Show HN: Trade stocks from the command line with no commission
#140Earlier quoted context omitted.
I have direct experience building the fix layers for integrating a variety of exchanges. I think FIX is a net negative. The standardization provides so little, there are so many murky edge cases in each implementation and the protocol encoding is so bad, I’d rather just program against the proprietary API. On the exchanges at least the binary APIs make so much more sense.
I wish exchanges would do like Eurex and release a C header of structs representing their binary protocol. Unambiguous, no transcription errors from an obnoxious PDF, none of FIX’s stupid design.