Search results

  1. V

    Anadarko flash crash raises questions about market structure rules

    I do not make sounds. I add and subtract numbers. You are wrong. It is actually 5c. Where conspiracy theory comes into play here unless you are paid to troll internet to discredit inconvenient facts?
  2. V

    FED and Inflation

    Then all is good!
  3. V

    Anadarko flash crash raises questions about market structure rules

    Market can go slower but at much lower valuations. Over the years tons of paper (bonds, shares, derivatives) has been printed (check the market capitalization curve). Money to cover it does not exist yet. That is where HFT comes in. It keeps the illusion of liquidity to maintain unrealistic...
  4. V

    Anadarko flash crash raises questions about market structure rules

    Because it gained speed in thin air. There is no liquidity to support these valuations unless shares are circulating in tight loop with nobody actually owning them for longer than split second. Then you can create artificial liquidity keeping those lofty valuations. Speed is your friend like in...
  5. V

    Anadarko flash crash raises questions about market structure rules

    Just a thought. Maybe Andarko is not worth $90 a share and orderly markets with deep and diversified order book would be around $10-15 (could be 20 or 30 I do not know). Media is barking at the wrong tree again.
  6. V

    My message to crazy many Amibroker spammers in EliteTrader

    Shed same light on 1ns strategies you want to employ. Please!
  7. V

    My message to crazy many Amibroker spammers in EliteTrader

    Already done. By the way some of the references are useless. They just put HFT, quant, quantitative on it to sell the book. To know something you have to do better search than amazon. Amazon is good if you want to read about history of HFT.
  8. V

    FED and Inflation

    This is an excellent post. One comment about money printing not being bad. In general modern economies can benefit from money printing if the money is responsibly channeled. However it is not without side effects. At certain point it is a drag on economy because it keeps unproductive...
  9. V

    My message to crazy many Amibroker spammers in EliteTrader

    So tell me what do you know. I want to learn from you.
  10. V

    My message to crazy many Amibroker spammers in EliteTrader

    Tell me what "strategy" you want to run if between this tick and the next one you have only 1ms left if you are lucky to have that much time to process? How much of your Phd thesis you can squeeze in within 1ms?
  11. V

    My message to crazy many Amibroker spammers in EliteTrader

    You know nothing and are on fishing expedition. If you knew what HFT is you would not call it strategy. It is technology: hardware, software and intrinsic knowledge of regulations and market microstructure. HFT is very simple because it operates in very specific space that imposes...
  12. V

    My message to crazy many Amibroker spammers in EliteTrader

    The same applies to complex strategies.
  13. V

    Excel and FIX for algo autotrading

    Yes. Excel. It can be referenced in .net c#, vb, c++/cli (Microsoft version of c++ - managed) application and automated from within that application as one of the components of such application. Just because it would be part of C# application does not mean it would be super fast but .net...
  14. V

    Looking to transfer my Excel spreadsheet algo into a popular language

    Best choice in this scenario would be to go with any .Net language because it has available controls and gui based on MS spreadsheet, charting etc. One can even import/reference Office or Excel namespace and automate it from within .Net program or use it as gui. C# is becoming the most...
  15. V

    Any good structure for a simple self-made backtesting platform?

    vb and c# are very similar and behind the scenes almost identical and you can use activex ib manual to implement it in c# (converting it to c# syntax)
  16. V

    Any good structure for a simple self-made backtesting platform?

    I would recommend that you look at .net collections like lists, queues, and sortedlists/dictionaries and see if linked list is the right choice to work with your data. If you want to use sql then there are few technologies built in .net that let you deal with sql queries and working with data...
  17. V

    Any good structure for a simple self-made backtesting platform?

    Read about structure or struct. This is a type that can be put in collections (queues, lists, sorted lists) or arrays to work from RAM or written to binary file on disk or if you prefer as text file after conversion. Your back test data has to be accessed somehow and most commonly it is by...
  18. V

    HFT Myths

    Look at the big picture; compare market capitalization 20 years ago and now; compare how much new paper has been issued over 20 years, stocks, bonds and derivatives - there is no MM or Specialist to provide continuous liquidity for orderly markets. You picked wrong target. Target those that...
  19. V

    HFT Myths

    That what market making is about since markets exists!
  20. V

    IB Java API, placeorder in wrapper causes problems. Why?

    there is some issue with this page so I post it again; it seems like your main() after calling place order terminates; this will drop socket connection and terminate program so it looks this is how it is programmed unless there is more code keeping program running and socket listening to TWS...
Back
Top