Title: thoughts on HFT trading advantages Post by: wuzamarine on November 20, 2014, 07:01:28 PM I am curious about what the possible advantages would be to programming an HFT trading app.
Any pre designed software has an update time of about 45 sec. If you made a scalping app, continuously playing the spread, buy low/sell high, always picking up nickles and dimes, what would be the advantages or disadvantages? I see algorithmic trading on Cryptsy all the time, but none appear beefed up for speed. Title: Re: thoughts on HFT trading advantages Post by: cr1776 on November 20, 2014, 07:07:30 PM Have you read Flash Boys by Michael Lewis? You might get some ideas in there that could be applied. I think there is a question of whether any of the bitcoin markets are liquid enough at the moment though. :-)
Title: Re: thoughts on HFT trading advantages Post by: wuzamarine on November 20, 2014, 08:16:00 PM Have you read Flash Boys by Michael Lewis? You might get some ideas in there that could be applied. I think there is a question of whether any of the bitcoin markets are liquid enough at the moment though. :-) even if you are you picking up nickle and dimes all the time on a market, there are hundreds of markets.Title: Re: thoughts on HFT trading advantages Post by: cr1776 on November 20, 2014, 08:37:24 PM Have you read Flash Boys by Michael Lewis? You might get some ideas in there that could be applied. I think there is a question of whether any of the bitcoin markets are liquid enough at the moment though. :-) even if you are you picking up nickle and dimes all the time on a market, there are hundreds of markets.Exactly. They add up quickly as long as you can execute the trades properly. Title: Re: thoughts on HFT trading advantages Post by: wuzamarine on November 20, 2014, 09:01:54 PM Have you read Flash Boys by Michael Lewis? You might get some ideas in there that could be applied. I think there is a question of whether any of the bitcoin markets are liquid enough at the moment though. :-) even if you are you picking up nickle and dimes all the time on a market, there are hundreds of markets.Exactly. They add up quickly as long as you can execute the trades properly. the algorithm for a scalping seems very straight forward. buy coin calculate fee is lowest sale price still a profit? if yes{ post sale .00000001 lower than lowest seller } if no { do nothing, leave it on the board. } Title: Re: thoughts on HFT trading advantages Post by: Rannasha on November 20, 2014, 09:15:18 PM Bitcoin exchanges are far too slow for actual "high-frequency trading". For regular HFT, milliseconds may matter, while on most cryptocurrency exchanges you're lucky if you can get a response within half a second for placing an order. Fetching things like the order book often takes longer and many exchanges have tight limits on how often you can query the API.
Title: Re: thoughts on HFT trading advantages Post by: wuzamarine on November 20, 2014, 10:44:54 PM Bitcoin exchanges are far too slow for actual "high-frequency trading". For regular HFT, milliseconds may matter, while on most cryptocurrency exchanges you're lucky if you can get a response within half a second for placing an order. Fetching things like the order book often takes longer and many exchanges have tight limits on how often you can query the API. HFT just refers to taking advantage of a timing difference for profit. If you move your VPS closer to a Cryptsy server for the purposes of getting updates sooner, technically you are dealing with a HFT environment. No much, but still. The only difference between Cryptsy and NASDAQ servers is Jersey. Both are Linux Both use socket technology Both do the same job. Title: Re: thoughts on HFT trading advantages Post by: alc on November 22, 2014, 07:59:22 PM Quote from: Rannasha Bitcoin exchanges are far too slow for actual "high-frequency trading". Yeah, many orders of magnitude so. There's also risk inherent in trying - people used to arbitrage Gox against other exchanges. Profit was slow in arriving, but consistent (thanks, Markus!), right up until it wasn't. I doubt there was a happy ending for most who were doing so.Title: Re: thoughts on HFT trading advantages Post by: Serge on November 22, 2014, 08:04:47 PM once you start querying exchanges api's you'll notice how slow they are or don't update output in some instances in real time.
Title: Re: thoughts on HFT trading advantages Post by: jonald_fyookball on November 22, 2014, 11:59:38 PM even if you could have true HFT, it is not necessarily advantageous, just a different style of trading. There are numerous HFT firms on the major trading exchanges (stocks, forex) that lose money and fail.
Title: Re: thoughts on HFT trading advantages Post by: Meuh6879 on November 23, 2014, 12:04:45 AM and cost milliards in fee transactions ... ;D
http://38.media.tumblr.com/3fe01cd4ab3cb224ed1e85abdaa17733/tumblr_mwwebk2r4O1sy9ny0o1_400.gif Title: Re: thoughts on HFT trading advantages Post by: scarsbergholden on November 23, 2014, 11:49:13 PM even if you could have true HFT, it is not necessarily advantageous, just a different style of trading. There are numerous HFT firms on the major trading exchanges (stocks, forex) that lose money and fail. Generally speaking high frequency trading firms/hedge funds are profitable as they can accurately predict the very short term future of both prices and the order book allowing them to have a small short term advantage. The HFT benefits because they are able to profit from their investment in the technology and infrastructure while the market benefits from the added liquidity that HFT funds profide Title: Re: thoughts on HFT trading advantages Post by: jonald_fyookball on November 24, 2014, 01:38:18 AM they can try to predict it. but it is competitive and they can be wrong. there a a plethora of different strategies and algorithms and the market is always changing. trading (on any time frame) is a zero sum game. there will always be winners and losers. to say that they are "generally profitable" isn't accurate IMO.
Title: Re: thoughts on HFT trading advantages Post by: TinaK on November 24, 2014, 01:57:43 AM Cryptsy aha, I just click the link which I prompted to click, and then they freeze my account, so wonderful work >:(
Title: Re: thoughts on HFT trading advantages Post by: Argwai96 on November 24, 2014, 05:51:10 AM I am curious about what the possible advantages would be to programming an HFT trading app. If you are trying to build a HFT app then you are doing it wrong. If you are going to try to "HFT" then you will need to invest in infrastructure that is physically located very close to the data center/trading engine of a major exchange. This would allow you to get information the exchange is providing sooner then other market participantsAny pre designed software has an update time of about 45 sec. If you made a scalping app, continuously playing the spread, buy low/sell high, always picking up nickles and dimes, what would be the advantages or disadvantages? I see algorithmic trading on Cryptsy all the time, but none appear beefed up for speed. |