Strategic Trader
Active member
- Messages
- 100
- Likes
- 2
gggooo
trading companies do use automated programs using level 2 - albeit, it is just one input - and those programs represent the majority of electronic trading of nyse and nasdaq stocks
and of course understanding and knowing how that computerised trading is initiated is key to developing any third party automated programs that utilise level 2
a lot of small size amateur traders, feel they are using level2, but in reality, they are looking at data they really do not understand and that data is so delayed, that it is no value anyway, so even if they might understand it, the information is way out of date anyway
as you realise, this type of trading happens in milliseconds, and the opportunities are spread across stocks etc - hundreds and hundreds, again in milliseconds
a retail broker feed is not going to suffice for automated trading systems utilising level2, you will need direct exchange access via a profesional broker that offers that faciltiy
you really do need to learn C++, but that is a really big learning curve - and you would do best to get on top of visual basic and then at a later date - convert to C++ with the aid of an experienced C programmer
its not the exchange which is relevant due to the liquidity - but the derviative contract, stock etc which you are seeking to trade - but you would want to check on the way the exchange queues orders in order to make sure your program allows for that
trading companies do use automated programs using level 2 - albeit, it is just one input - and those programs represent the majority of electronic trading of nyse and nasdaq stocks
and of course understanding and knowing how that computerised trading is initiated is key to developing any third party automated programs that utilise level 2
a lot of small size amateur traders, feel they are using level2, but in reality, they are looking at data they really do not understand and that data is so delayed, that it is no value anyway, so even if they might understand it, the information is way out of date anyway
as you realise, this type of trading happens in milliseconds, and the opportunities are spread across stocks etc - hundreds and hundreds, again in milliseconds
a retail broker feed is not going to suffice for automated trading systems utilising level2, you will need direct exchange access via a profesional broker that offers that faciltiy
you really do need to learn C++, but that is a really big learning curve - and you would do best to get on top of visual basic and then at a later date - convert to C++ with the aid of an experienced C programmer
its not the exchange which is relevant due to the liquidity - but the derviative contract, stock etc which you are seeking to trade - but you would want to check on the way the exchange queues orders in order to make sure your program allows for that